Java Development Topics:
Java server faces
JavaServer Faces (JSF) is a Java-based Web application framework designed to help integrate server-side user interfaces (UIs) during development. JSF includes an API for representing UI components and managing their state, handling events, server-side validation, and data conversion. JSF also includes two JavaServer Pages custom tag libraries. The JSF programming model lets helps developers configure components and create, bind, and store UIs. In this section on JavaServer Faces, we offer news, research and tutorials on using JSF to help develop applications. Learn how JSF lets you build rich internet applications that implement separation of behavior and presentation, allowing Web application developers to focus on individual aspects of a project and use JSF technology to link them together.
News:
1 - 3 of 24-
Modern application development with portlet technology
01 Nov 2012
News - How has portal technology changed in the past five or six years? You might think the big change is with the API, and the support portlet applications have for new scripting languages and AJAX support. But Liferay's Richard Sezov has a different...
-
Liferay Symposium promotes "Open for Business" theme
18 Oct 2012
News - At the 2012 Liferay Symposium, the theme being pushed was "Open for Business", using the double entendre meaning of both open software and open for offering business ready software to clients.
-
JavaOne conference coverage 2012
SearchOracle.com | 01 Oct 2012
Conference Coverage - Join TheServerSide.com and SearchOracle.com as we present conference coverage from JavaOne and Oracle OpenWorld.
Video:
1 - 1 of 1-
An Intro to JSF 2.0 Development: Getting started
04 Feb 2011
Video - Want to learn JSF 2.0? Well, this tutorial, a first in a long set, will teach you how to configure a development environment with Tomcat 7, the Mojarra libraries from Sun/Oracle (jsf-impl.jar & jsf-api.jar), and it will then show you how to write,...
Reference & Learning:
1 - 3 of 17-
Skilled portlet developers and the portal strategy
20 May 2013
Feature - Portals are providing more value than ever, and having skilled portlet developers on staff brings the technology to new levels.
-
Tomcat Server: Installation configuration optimization
12 May 2013
Tutorial - To master the Apache Tomcat server, administrators and developers need to be familiar with installation, configuration, logging and performance optimization
-
Convert server-side Java to client-side HTML
24 Feb 2012
Video Tutorial - This brief video tutorial uses Java code on the server side to push an HTML link to the client in simple html.
Expert Technical Advice:
1 - 3 of 11-
Quick tip: Lessons for effective portlet development
20 May 2013
Tip - When moving to portlet development from web development, software engineers must remember that servlet and JSP development rules still apply.
-
Tomcat performance optimization consolidating log files
05 May 2013
Tip - By default Tomcat uses several log file handlers, but performance can easily be optimized by configuring the server to use only one.
-
Permanently setting web.xml parameters
22 Mar 2013
Tip - Some settings in the web.xml file can easily be changed by developers, causing runtime problems on the server at deployment. Here is how to permanently set web configuration parameters on the server that will not be overridden.