Christian Kaltepoth
Christian Kaltepoth
I agree that this is an aspect which may need clarification. I see two options for this: - We could make `Viewable` part of the spec. In this case, we...
I agree that option 1 could be the best way to go. But maybe `Viewable` should be an interface in this case? Not sure yet to be honest.
But in this case users would have to create an instance of some MVC implementation class to actually use this feature, correct? Not sure how it could work without this.
Yeah, possible. But I wonder if providing an actual class instead of an interface in the API would be simpler? Just thinking out loudly. Not sure which way I prefer...
**Comment by [mvcbot](https://github.com/mvcbot)** _Wednesday Aug 05, 2015 at 18:48 GMT_ ---- **Comment by Manfred Riem:** For a 1.0 release I think this is a bit too far. I would be...
**Comment by [mvcbot](https://github.com/mvcbot)** _Monday Jan 05, 2015 at 18:10 GMT_ ---- **Comment by Santiago Pericas-Geertsen:** Layering on top of JAX-RS, this becomes more of a JAX-RS issue than an MVC...
**Comment by [mvcbot](https://github.com/mvcbot)** _Monday Mar 09, 2015 at 18:03 GMT_ ---- **Comment by Santiago Pericas-Geertsen:** Under discussion with CDI spec lead.
**Comment by [mvcbot](https://github.com/mvcbot)** _Thursday Mar 19, 2015 at 11:00 GMT_ ---- **Comment by antoinesd:** You'll find my parameter injection POC here: https://github.com/antoinesd/CDI-Sandbox/tree/CDI-1.2/param-inject
**Comment by [mvcbot](https://github.com/mvcbot)** _Thursday Mar 19, 2015 at 11:28 GMT_ ---- **Comment by Jozef Hartinger:** Who is calling the methods whose parameters should be injected? If it is the MVC...
**Comment by [mvcbot](https://github.com/mvcbot)** _Thursday Mar 19, 2015 at 12:17 GMT_ ---- **Comment by Santiago Pericas-Geertsen:** It's actually done through JAX-RS. But that's beyond the point, there is no question that...