JavaServer Pages (JSP) is a Java technology that allows software developers to dynamically generate HTML, XML or other types of documents in response to a Web client request.
JavaServer Faces (JSF) is a Java-based Web application framework that simplifies the development of user interfaces for Java EE applications. Out of the box, JSF uses JavaServer Pages for its display technology, but JSF can also accommodate other display technologies, such as XUL, for example.
Apache Struts is an open-source framework for developing Java EE web applications. It uses and extends the Java Servlet API to encourage developers to adopt a model-view-controller (MVC) architecture. It was originally created by Craig McClanahan and donated to the Apache Foundation in May, 2000. Formerly located under the Apache Jakarta Project and known as Jakarta Struts, it became a top level Apache project in 2005.
Originally posted by Ravissant Markenday:
Thanks for the reply Edwin. Ok so do i need to do JFC too to master JSP?
Originally posted by Adeel Ansari:
No. You don't need to learn JSF to master JSP.
John Todd wrote:Well then check JBoss Seam framework, it makes JSF development more easier and productive.
John Todd wrote:Well then check JBoss Seam framework, it makes JSF development more easier and productive.
Bear Bibeault wrote:
John Todd wrote:Well then check JBoss Seam framework, it makes JSF development more easier and productive.
When you need a framework to use a framework, you gotta know something is wrong!
http://plainoldjavaobject.blogspot.in
What's that smell? Hey, sniff this tiny ad:
free, earth-friendly heat - a kickstarter for putting coin in your pocket while saving the earth
https://coderanch.com/t/751654/free-earth-friendly-heat-kickstarter
|