--- Rob Rudin <[EMAIL PROTECTED]> wrote:
> I'm on a project now where we'll eventually need to
> decide on a
> webapp framework to use. I'd love to use Webwork,
> but of course
> the rest of the team has only heard of Struts. Does
> anyone have
> any advice on how to get people to realize that
> Webwork may in
> fact be easier to use? I did a little comparison
> between the
> two, but the thinking still is "Struts is the
> mainstream
> framework, we should use that". Any ideas how to get
> people to
> think otherwise? 
---%<----------
That's a big IMHO, and my struts experi4ence is a bit
outdated [due to webwork use :)]
---%<------------

Most sucky part of struts is [was] FormBean - 
to be a form bean java object shall inherit from
abstract one, and this sucks a lot. 

Assuming you like to have just CRUD for your objects -

in struts you have toi go, and type all the form
beans.
( well, use xdoclet to generate them )

in Webwork you can just make your bean [say: foo]
property of action (conveniently derived from 
ActionSupport ), and then mark your fields
with OGNL:
foo/bar foo/blurge etc - you just reused
your class as is. 

OK, you must take care to instantiate it at the right
time, read/write data from database etc - but
you must do this anyway. 

Webwork got really nice expression language, 
value stack and templating using velocity.


When I introduced webwork in my company, I was in
better position than you - I'm project leader, and
enjoy some executive powers :)

regards,





=====
----[ Konstantin Pribluda ( ko5tik ) ]----------------
Zu Verstärkung meines Teams suche ich ab Sofort einen
Softwareentwickler[In] für die Festanstellung. 
Arbeitsort: Mainz 
Skills:  Programieren, Kentnisse in OpenSource-Bereich
----[ http://www.pribluda.de ]------------------------

__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com


-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to