Which do I use for web design?



If you were starting a web project from scratch, which technology
would you use? I have looked at various. I saw "regular" jsp
scriplets, servlets emitting html, JavaBeans, JSTL, EL, JSF, and then
frameworks (or is JSF a framework?)

Outside of using frameworks, what would you use? It is a webpage that
could develop into a homemade CMS. Probably use MySQL to store
account information.

I've been thinking about it and I can't bring myself to use any
embedded code like PHP, Classic ASP or older JSP constructs, or
emitted HTML. So, it appears that I would use JavaBeans, servlets to
talk to those JavaBeans and HTML files that have EL in them.

Is this a "good" way to do things? Or should I try JSF which seems
very popular.

I digress, but the security aspect of it seems like something that is
missing from many of the frameworks I have seen and nothing in JSP
like ASP.NET has, which is why I mention the MySQL above.

Thank you.
.



Relevant Pages

  • Re: quickest route to java web form
    ... >>>I'm confused by all the Java web frameworks out there. ... >> A quicker way to create HTML ... > forward the request to a JSP for presentation. ...
    (comp.lang.java.programmer)
  • Re: Argumente FÜR asp.net und GEGEN jsp
    ... JSP funktioniert sehr gut unter Linux. ... entweder noch nicht final oder können je nach Applikation deutlich ... Generell gibt es jedoch mehr Gemeinsamkeiten zwischen den Frameworks, ... Was man ja durch eigene Controls ändern kann. ...
    (microsoft.public.de.german.entwickler.dotnet.asp)
  • Re: =?iso-8859-1?Q?Kompatibilit=E4t?= von Konzepten von PHP zu Java
    ... Reine Servlets sind nicht so prickelnd. ... JSP sagen mir wenig zu, genau wie bei PHP ein Gemisch ... aus PHP und HTML. ...
    (de.comp.lang.java)
  • Re: JSP, Servlets & AJAX username validation, Image verification
    ... It's got scriptlet in the JSP and HTML in the Java source code. ... Most DB connection pools do not require the code to explicitly know of the pooled nature of the connections, but just have the connection call its closemethod. ...
    (comp.lang.java.programmer)
  • Re: How to open the jsp pages by click on the APPLET
    ... I want to know is there is any way to open the new window of jsp ... By this i get only html tags nothing beyond that.That is not my ... requirement.Will give syntax for getting jsp page on applet. ... only load URLs from the same server as the containing page ...
    (comp.lang.java.advocacy)