Tag Archives : JSF

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
© 2010 Developer Articles. All rights reserved.
Powered by: Aaban Technologies