Posts

Showing posts with the label getting started jsf

Why & What JSF?

There are two technologies popular for developing web applications.They are ASP.net and J2EE.The major advantage of ASP over java is Rapid development style .Of course JAVA has its own advantages like scalability,portability,open source,platform independent etc.Despite of all these advantages java is falling behind because of is Hard-Core coding style. With the introduction of JSF, java brings up Rapid user interface development .We can develop web applications in JSF as fast as ASP can do. Why JSF MVC for web applications Clean separation of roles like (page authors, application developers,component writers,application architects,tool vendors) Easy to use Extendable Component and Rendering architecture Support for client device independence Standard From SUN  Huge vendor and industry support   JSP and Servlet – No built-in UI component model Struts (I am not saying you should not use Struts) – No built-in UI component model – No built-in event model f...

ORIGIN OF JSF

Before jsf was introduced there were many frameworks which gained popularity (Spring,Struts etc).All of them offered many benefits explicitly by following MVC2 approach.Despite of those benefits they  lacked something i.e a robust user-interface-oriented framework .We need  better way to handle the view tier. To address this need,several leading software vendors including SUN,IBM,Oracle and BEA met through the Java Community Process in may 2001 and given  detailed specification for building J2EE thin client web applications whose primary goal is to provide a simple way to build user interfaces for java web applications.This result in Java Specification Request JSR #127.Here are the design goals of JSF taken from the java community process. Create a standard GUI component framework which can be leveraged by development tools to make it easier for tool users to both create high quality GUIs and manage the GUI's connections to application behavior. Define...