Java JSP Forms Generating on the fly

S

seci

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
 
T

Timo Stamm

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?

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
 
D

David Segall

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.
If you are willing to use Java Server Faces Sun provide the free Java
Studio Creator
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top