Hi, people.

What you think we create a alternative template to use ajax and web
standards.
Why ajax?
Dojo is a great framework ajax, however is very slow to make bussiness
solutions, and i don't think appropiate to use with struts2, because what
the widget dojo do  is to make easy a complexy solution with tags html. for
sample:
In your code struts you make:
 <s:datetimepicker label="Date" name="startDate"/>
and Struts2 genarate:
<input name="dddp1" dojoType="dropdowndatepicker" value="today" />
finally Dojo generate in client, with parse, remote invocation(very slow, 8k
code):
<input name="dddp1" value="2007-06-22" .... </tfoot>
        </table>
</div>..just a part of code.
is the same thing with others widget dojo.
So why don't struts2 write the final code, like another tamplates an tags. I
sugest write tags that make the same solution of dojo, without de code
generate in client, or wait the dojo 0.9..is mor smaller e faster.

Why webStandards?
To make tags without tables for forms fields, for sample, using fiedset,
label.... is make the web page more faster em less code generated.

Sorry, my english is terrible.. what you think about it?,  is there a
alternative yet for this case? I now you can make tunning in dojo, but de
principle is the same.. you make a tag...that make a widget..that make your
lost money.



-- 
View this message in context: 
http://www.nabble.com/Alternative-Template-Ajax-%2B-web-Standards-for-business-solutions-tf3966260.html#a11257670
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to