Hi,
I am moving towards to Java web development from PHP. I have taken
a look around technologies like Struts. My problem is that a huge part
of the programming
time is spent on building up a form, creating getters and setters an so
on. Is there
a way or tool that can make form generating faster. In PHP we made a
kind
of repository of fields, and generated forms on the fly.
Is this possible in Java and does it fit Java's philosophy?
Thanks
Attila
Timo Stamm - 31 May 2006 11:08 GMT
seci@ardents.hu schrieb:
> Hi,
>
[quoted text clipped - 7 lines]
> of repository of fields, and generated forms on the fly.
> Is this possible in Java and does it fit Java's philosophy?
There are plenty of Java Web Frameworks, and they are all more advanced
than the ancient Struts.
Here is an overview: http://java-source.net/open-source/web-frameworks
I recommend Wicket: http://wicket.sourceforge.net
Timo
David Segall - 31 May 2006 15:02 GMT
>Hi,
>
[quoted text clipped - 4 lines]
>on. Is there
>a way or tool that can make form generating faster.
If you are willing to use Java Server Faces Sun provide the free Java
Studio Creator
<http://developers.sun.com/prodtech/javatools/jscreator/index.jsp>.
> In PHP we made a
>kind
>of repository of fields, and generated forms on the fly.
>Is this possible in Java and does it fit Java's philosophy?