[jboss-user] [JBoss Seam] - Re: What do you guys think of this idea?

gavin.king@jboss.com do-not-reply at jboss.com
Fri Nov 17 00:42:18 EST 2006


Well, the thing is that in a large app you are going to need to split your pages.xml up anyway (which is why seam 1.1 lets you put stuff in myViewId.page.xml files as an alternative to META-INF/pages.xml). But then you get back to the same kind of thing that sucked with Java (code and metadata in two files). So, i wondered if the solution that worked well for Java could also work here. I mean ... the view template is _already_ XML, so why not stick some more XML in there...

It kinda goes back more to the oldschool style of JSP app where everything was driven by the page definition than the action-style web framework. Remember that JSF is naturally page-oriented, not action-oriented.

Anyway, its just an idea.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986742#3986742

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986742



More information about the jboss-user mailing list