Re: advanced theme

2010-10-10 Thread Dave Newton
I don't really think I can make it much simpler than that; sorry. Dave On Sun, Oct 10, 2010 at 12:11 PM, Frans Thamura wrote: > dont get it ;) > > can make it more easier to understand > > PS: googling about what is composability -> ?? > > F > > > On Sun, Oct 10, 2010 at 11:08 PM, Dave Newton

Re: advanced theme

2010-10-10 Thread Frans Thamura
dont get it ;) can make it more easier to understand PS: googling about what is composability -> ?? F On Sun, Oct 10, 2010 at 11:08 PM, Dave Newton wrote: > It depends on your needs. If the data is *always* used together, then it > should be a single action. If it isn't, then it shouldn't be.

Re: advanced theme

2010-10-10 Thread Dave Newton
It depends on your needs. If the data is *always* used together, then it should be a single action. If it isn't, then it shouldn't be. This is why people talk about "composability", which is a tactic equally applicable to data exposure. Dave On Sun, Oct 10, 2010 at 12:04 PM, Frans Thamura wrote:

Re: advanced theme

2010-10-10 Thread Frans Thamura
this is the logic strutsaction -> JSON -> javascript -> rich page how many json we need to make 1 rich page, 10 jsons? if we need 10 jsons, any idea to make effective struts2 programming, 10 action or 1 action which trow 1 object collection (with 1 values inside the collection) F On Sun, Oct

Re: advanced theme

2010-10-10 Thread Dave Newton
I'm not really sure what you're saying: JSON can represent an arbitrary collection of data, and a page can do whatever it wants with that data. Struts was designed as an action-based framework, not component-based. it can be used to serve a component-based framework, just like anything else that ca

advanced theme

2010-10-10 Thread Frans Thamura
Based on david's theme thread I just have several question that may be interest all of u. This is my long standing question which I believe jsf is reposition as the best framework for this model We know every advanced page now based on advanced javascript. We need more than just one json to ma