goto site
http://www.developer.com/java/web/article.php/2214681
will find example of Dynaform compared with ActionForm
Nishant Patil
Software Engineer
Cybage Software Pvt. Ltd. (A CMM Level 3 Company)
West Avenue , Kalyani Nagar,
Pune - 411 006
Tel: 91-20-4041700  -355
Email: [EMAIL PROTECTED]
Website: www.cybage.com
There's a difference between knowing the path, and walking the path
----- Original Message ----- 
From: "Zhang, Larry (L.)" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Thursday, November 04, 2004 7:02 PM
Subject: RE: Struts Best Practices


Then can you give me an example of dynamic view?




-----Original Message-----
From: Nishant [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 04, 2004 8:26 AM
To: Struts Users Mailing List
Subject: Re: Struts Best Practices



Once you've been using Struts for a while, you'll begin to notice that you
spend a lot of time creating ActionForm classes. While these classes are
critical to the MVC architecture of Struts (as they implement the view
portion), they are usually simply a collection of bean properties and a
validate method (also sometimes a reset method.)

With the Struts 1.1 release, developers have a new set of options to create
their view objects, based around DynaBeans. DynaBeans are dynamically
configured Java Beans, which means that they take their properties from some
variety of external configuration (usually XML) rather than by explicit
methods defined in the class.

Thus they give improved performance over ActionForm.It doesnot means that
you should always use Dynaform .When Static view is required use ActioForm
and when Dynamic view is use DynaForm.

regards

Nishant Patil
Software Engineer
Cybage Software Pvt. Ltd. (A CMM Level 3 Company)
West Avenue , Kalyani Nagar,
Pune - 411 006
Tel: 91-20-4041700  -355
Email: [EMAIL PROTECTED]
Website: www.cybage.com
There's a difference between knowing the path, and walking the path
----- Original Message ----- 
From: "Y, Rajagopal" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Thursday, November 04, 2004 6:48 PM
Subject: RE: Struts Best Practices


Can any one let me know what's the advantage of using DynaForm rather than
ActionForm or FormBean.



-----Original Message-----
From: Gabriel França Campolina [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 04, 2004 6:47 PM
To: Struts Users Mailing List
Subject: Re: Struts Best Practices


I sugest some pratice:

Use plugin validador
Extends TilesRequestProcessor
Use DynaForm
Use Tiles
Use ExceptionHandler
Use Designer Partnner

I think that this,

If any folk has more comments, please go shared.....

Sory my english, I'm braziliam

Gabriel F Campolina
SCJP




On Thu, 04 Nov 2004 11:05:56 +0000, Duncan Mills <[EMAIL PROTECTED]>
wrote:
> Ted Husted has a good set of  resources and hints
> (http://www.husted.com/struts/)  though these may be too specific? You
> should also check out the StrutsCatalog in the Wiki
> (http://wiki.apache.org/struts/StrutsCatalog)
>
> Regards
>
> Duncan Mills
> www.groundside.com/blog
>
>
>
>
> Tushar Agrawal wrote:
>
> >Hi Folks,
> >
> >I am handling a web project and using struts framework. Can any one
> >tell
me where to find stuff on "Struts Best Practices"  or "Desgin and Coding
Standards for a struts Application".
> >
> >I request to please share your experinces on "Struts Application
> >Design
Guidelines".
> >
> >Million Thanks in Advance
> >
> >Tushar Agrawal
> >
> >
> >
> >/********************************************/
> >               Tushar Agrawal
> >             Software Engineer
> >          Seclore Technology Pvt Ltd.
> >            IIT Powai, Bombay (Mah)
> >             Cell : +919819804870
> >           website:www.seclore.com
> >/*********************************************/
> >
> >---------------------------------
> >Do you Yahoo!?
> > Check out the new Yahoo! Front Page.  www.yahoo.com/a
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to