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.
-
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.
-
Internationalize "Hello, world!" via the Web browser
24 Feb 2012
Video Tutorial - In this lesson, Cameron McKenzie will demonstrate how to build a Web application that automatically translates itself for various audiences based on the default language of the end user's Web browser.
-
Writing "Hello, world!" using JavaServer Faces
24 Feb 2012
Video Tutorial - In this quick step-by-step video walkthrough, you'll see how to write and deploy a Hello World application for Java using the JDK, a Tomcat server, and JavaServer Faces.
-
LifeRay Portal 61: Ten minutes from download to install
23 Feb 2012
Tutorial - Liferay Portal 6.1 is an open source, full featured portal that is incredibly easy to install, and remarkably feature full when configured.
-
Install the JavaServer Faces Web application framework
17 Feb 2012
Video Tutorial - Obtain and install the JavaServer Faces Web application framework as a solid basis for deploying Java applications on a Tomcat server.
-
Vowels don't cost $500 in Java 7
26 Jan 2012
Tutorial - When naming your variables, put a little bit of thought into it and name them well. Well thought out variable names make Java programs both easier to read and easier to maintain. Good names can even make Java programming fun.
-
OCPJP OCAJP Java 7 Mock Exam Question operator override
23 Jan 2012
Tutorial - Looking to get Java 7 certified from Oracle, and obtain your OCPJP or OCAJP, Professional or Associate designations? Well, you need to know the tricks they throw at you with regards to operator precedence. This question hits your knowledge of the OCAJP 7...
-
Project Coin: Java 7 & More Precise Exception Rethrows
12 Jan 2012
Tutorial - Afficionados of other languages such as Scala or Clojure are always slagging the fact that Java is too verbose and cumbersome. So, it's not too surprising to find out that Java 7 introduced a number of new facilities that can help to trim down the code...