JavaServer Faces technology simplifies building user interfaces for JavaServer applications. Developers of various skill levels can quickly build web applications by: assembling reusable UI components in a page; connecting these components to an application data source; and wiring client-generated events to server-side event handlers. in Programování > Rich internet applications (RIA) > Javawith javajavaserverby 4 users
LightCrypto LightCrypto is a set of Open Source Java classes with basic cryptographic routines using the BouncyCastle lightweight API. It uses a minimal amount of memory so it can be used with J2ME (Java 2 Micro Edition), browser applets, on small Java devices such as PDA's or Java enabled mobile phones or in any other situation where JCE (Java Cryptographic Extensions) is too heavy for the job. Check out the library section of my other project called JCE taglib if you are looking for JCE. in Programování > Kryptografiewith apicryptographyj2mejava