
Web
Get flash to fully experience Pearltrees
LDAP based user authentication in glassfish (The road less taken)
The biggest challenge for web designers is the unthinkably huge number of possible ways to solve any given problem. We usually don't think of this because we have our habits and traditions to fall back on, but there are literally billions of possible pixel combinations for each page we make. There is a better way to manage this vast complexity than by making big decisions up front and hoping for the best. To make better sites — sites that are functional, beautiful, and "usable" — we have to break our design problems up into small independent chunks based on the real issues within our requirements.
An Introduction to Using Patterns in Web Design
CSS-Tricks
All the dimensions are in percentage widths so the layout adjusts to any screen resolution. Vertical dimensions are not set so they stretch to the height of the content. Maximum column content widths To prevent wide content (like long URLs) from destroying the layout (long content can make the page scroll horizontally) the column content divs are set to overflow:hidden.
The Perfect 3 Column Liquid Layout: No CSS hacks. SEO friendly. iPhone compatible.
REST
Architecture Web developers today have a myriad of technologies they can choose from; everything from simplified database access, to easy wrapping of existing middleware services, to a plethora of interesting client side software. All of these products and tools are there to give web developers the ability to create the best web-based applications in the shortest amount of time.
REST and SOAP: When Should I Use Each (or Both)?
There are two ways to start a JSF application with RichFaces components with the NetBeans IDE. The first method is to create a simple JSF project within NetBeans, add RichFaces libraries and register RichFaces in web.xml . The second way is to create a Maven project, add JSF and RichFaces dependencies to its pom.xml , import the project into NetBeans, build it and run on the server.
How to start RichFaces application with NetBeans IDE - JBoss Community
Secure Web Services: REST over HTTPS vs SOAP + WS-Security. Which is better? - Stack Overflow
I don't yet have the rep needed to add a comment or I would have just added this to Bell's answer. I think Bell did a very good job of summing up the top level pros and cons of the two approaches. Just a few other factors that you might want to consider: 1) Do the requests between your clients and your service need to go through intermediaries that require access to the payload? If so then WS-Security might be a better fit.Using the Embedded EJB Container to Test Enterprise Applications
This tutorial demonstrates how to create and run JUnit tests for a Java EE enterprise application. In this tutorial you will create a web application with an entity class and a session bean. You will first create a JUnit test class for the session bean and run the test in the embedded EJB container. You will then add an entity class to the project and modify the test class to add a test method for the entity class. This tutorial requires the JUnit plugin. If you did not install the JUnit plugin when you installed the IDE, open the Plugins manager, select the Available plugins tab and install the JUnit plugin.AWS
JSF

