Archive : JSF

RSS feed
How to get real path in JSF

How to get real path in JSF

To get the real path we first need the servlet context ServletContext ctx = (ServletContext) FacesContext.getCurrentInstance() .getExternalContext().getContext(); After getting the servlet  context now we are able to get the real path String deploymentDirectoryPath = ctx.getRealPath("/");
Filed in: JSF, Java
1
JSF AJAX Framework Matrix

JSF AJAX Framework Matrix

Sometime it becomes quite difficult to choose between the JSF AJAX frameworks but based on the following parameters we can choose the best appropriate framework Components Documentation AJAX Integration Browser support Community Tool support (Eclipse, NetBeans) It’s not possible for us to go through...
Filed in: JSF
1
JSF 2.0: Introduction and Overview

JSF 2.0: Introduction and Overview

JavaServer Faces (JSF) is a Java-based Web application framework intended to simplify development integration of web-based user interfaces. JSF is a request-driven MVC web framework based on component driven UI design model, using XML files called view templates or Facelets views. Requests are processed...
Filed in: HTML, JSF, Java
15
© 2010 Developer Articles. All rights reserved.
Powered by: Aaban Technologies