|
Posted by Lew on 11/14/07 18:35
KDawg44 wrote:
> This is an interesting discussion. I have used Java but never used it
> for a web application. Can anyone point me to a good place to learn
> how to use this? Is this using JSP and servlets or is this something
> else?
Yes, JSPs and servlets. java.sun.com has tutorials on the topic, and you
should search their site for information on "Model 2" architecture, a
Model-View-Controller pattern for web apps.
> I am starting work on a project and I was going to do it with PHP,
> MySQL, and some AJAX stuff. I considered doing it in Java but my
> timetable is pretty short and front end GUI stuff in Java is a
> nightmare to me (not good at it, not bashing Java). So with my short
> time frame, I figured that a web based application would be the best
> way where I can quickly build the interface. My application is not
> huge, probably 50-75 hours for me to do.
GUI in JSP is just GUI in HTML. If you can make PHP, you can make JSP.
If you use Java Server Faces (JSF), things get more sophisticated, but the
approach is still markup oriented.
--
Lew
Navigation:
[Reply to this message]
|