Stu Question

Hi guys;

I want to ask about Struts Web Application?

Are they suppored by all application server software ?

Do you advice to leave it and use the normal java web page?

Is this technology better to develop web application?

When can I use this Technology? I mean which kind of program is better to use this Technology?

I hope you got what is in my mind !

Regards

John

[421 byte] By [javaOraa] at [2007-10-2 5:13:57]
# 1

>Are they suppored by all application server software ?

Only by Java Web servers that support basic JSP

>Do you advice to leave it and use the normal java web page?

I advice to use it in preference to stndard JSP but only because i use it myself and am very pleased with it

>Is this technology better to develop web application?

Better then standard JSP not necesarily better then JSF, Spring or any other Framework for webapps

pgeuensa at 2007-7-16 1:16:30 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Thanks for your reply, I have another question:Can I develop a Struts without using JBuilder ?
javaOraa at 2007-7-16 1:16:30 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3

offcourse you can. if you have a text editor you can develop in Struts

As far as i know you can develop any Java based application with a text editor only.

Offcourse its not the easy way but its possible

Popular alternatives to JBuilder are IntelliJ idea (my favorite) and Eclipse.

Other options are IDE's provide by Oracle and SUn

pgeuensa at 2007-7-16 1:16:30 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
You can start with the 'struts-blank' template from Tomcat/Struts. It's easy to understand, but you might need quite a while to grasp it in your project.
chasera at 2007-7-16 1:16:30 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...