212 projects tagged "Web"
Snippetory is a general Java template engine based on passive templates. In passive templates, template code and logic are clearly separated from each other. The templates contains very simple mark up. By removing logic, templates are directly accessible, fully parametrized, and free of context, and can easily be reused. Navigation, code competition, and structuring of the code with methods and classes are supported.
[fleXive] CMS is a Java EE content management system based on JavaServer Faces 1.2. It combines the power of JSF XHTML templating with that of the Java EE 5 content repository, [fleXive]. Some highlights include dynamic JSF templating (Facelets), easy integration of custom logic with EJB or JSF beans, a modular structure, Maven support, generic data structures, and WebDAV and CMIS support. It incorporates all core [fleXive] features like security, versioning, multilinguism, and scripting.
CSS Compressor is a Java library and utility for reducing the size of Cascading Style Sheets (CSS). It uses many approaches for reducing CSS files: whitespace and comment stripping, merging selectors with identical rules, using short-hand color representations, omitting semi-colons and units where unnecessary, short-hand box-model properties, and many other small tweaks.
SitemapGen4j is a Java library to generate XML sitemaps. It supports gzipped output, sitemap validation, and sitemap index generation. It can also generate Google-specific sitemaps, such as Mobile sitemaps, Geo sitemaps, Code Search sitemaps, Google News sitemaps, and Video sitemaps.
GWTruts is an easy-to-use framework for using GWT with MVC and dependecy injection. It virtually divides a GWT module into view, controller, and validation sections similar to traditional MVC Web frameworks like Apache Struts. It also provides a dependency injection mechanism similar to Spring, which you can use to customize your controllers and views. It provides a page decorator where you can define mappings between a URL and a group of controllers/views and sections of the HTML files.