jReCo ver

  jReCo
  Category : Java Jsp-servlets Miscellaneous  
  Platform : Linux,  Windows,  Unix,  Mac OSX,  Sun Solaris  
  Price :  
  Developer:  
  Version :  
  HomePage Address :  
  Demo URL :  
  Date added :  
  Download Link : Click to Download  
Script Description:
 

  

jReCo (JSF Rendering Controller, User authorizer) is a rule engine for JSF application s. It provides clear and simple way for managing rendering state of application components. jReCo lives in JSF application context. Based on defined rules it modifies the state of components. jReCo Rules use Java like syntax and are stored in separate files. From application point of view there is no need to write any rendering logic in Java or JSF code. All is taken care externally by jReCo. Using jReCo allows developers to separate rule based rendering logic from the rest of the application . It makes the application better structured and more readable. The rule definitions can be updated during application runtime without the need to restart the server. jReCo is extendable by registering Java methods within jReCos syntax.

 

more Tag: jreco, application, rendering,

Also see ...


JSP Electronic Library System 1)    JSP Electronic Library System
 Electronic version of library system which allow searching, borrow, return and reserver for various library items (include book, magazine, CD). This project will use UML for Object Oriented Analysis and Deisgn. And J2EE (JSP, Servlet and JDBC) for the implementation. mySQL will be used as database server....

Java Bullseye Zip Code Locator Software 2)    Java Bullseye Zip Code Locator Software
 Allows users to choose a mile radius and locate all the locations within a particular zip code. Often used as a dealer locator for web sites, Java Bullseye is also used as a business locator for Interactive Voice Response systems and non-web zip code searches. Includes sample JSP pages and American Zip Code database....

ALOV Map 3)    ALOV Map
 Free portable application for publication vector and raster maps to Internet and interactive viewing on web browsers. It supports the complex rendering architecture, the unlimited navigation and allows working with multiple layers, thematic maps, hyperlinked features and attribute data....

OOAD@Whiz 4)    OOAD@Whiz
 OOAD@Whiz comprises of 5 Mock Tests (275 Questions) on the latest pattern of IBM UML Certification (Test 486). The salient features include High level of customization, Detailed explanation, Quick revision tips, scorer of the month....

Remote Scripting for Java-based Web Application 5)    Remote Scripting for Java-based Web Application
 Remote Scripting allows browser to call server functions without refresh the whole page. Javascript in client side makes calls to Java functions in server side, refreshes part of the page components, such as select options, div innerHTML etc. It works like RPC for java based web application....

Dynamic Web Data Analysis: A Design Approach 6)    Dynamic Web Data Analysis: A Design Approach
 Learn about an adaptable approach which separates programming tasks from Web page design tasks. This strong conceptual model encourages good design, enables re-use of data definitions, and is well-suited to the construction of dynamic user interfaces. The authors also illustrate the particular challenges you might encounter when you dynamically change the analysis performed by Web pages....

Jerly (J-Earley) 7)    Jerly (J-Earley)
 Jerly (J-Earley) is a Java implementation of Earley`s syntactic parser. With this algorithm you can decide whether a word can be generated by a given grammar or not....

Stock Market Quote Boxes and Tickers 8)    Stock Market Quote Boxes and Tickers
 If you need index, mutual funds or stock quotes and tickers for website content (in any time interval) StockApplets has a low price solution. No monthly fees you purchase a license for the code apps that uses Yahoo`s Data feed. Quote boxes, tickers, watchlists in any color format....

Google:map JSP Taglibrary 9)    Google:map JSP Taglibrary
 The Google:map JSP Taglibrary allows you to create fully functional GoogleMaps™ on your website with no javascript or AJAX coding, and no need to spend valuable time learning the API. Integrate with JSTL to create dynamic database driven maps. Includes geolocation for US and International street addresses and IP addresses....

MBH Transfer List Tag 1)    MBH Transfer List Tag
 The MBH Transfer Tag is an advanced form element used to manage multiple selects. Traditionally seen in standard applications, this component was created to deliver the same power and flexibility to html forms....

zJSP 2)    zJSP
 zJSP is an experimental translator from JavaServer Pages (jsp`s) to Java. It is designed to be used in conjunction with Sun`s Java Servlet Developers Kit (JSDK), version 2.0. It should work with any Java Servlet environment compatible with JSDK servlets. It has been tested against Apache 1.3, Apache JServ 0.9.11, and Sun JSDK 2.0....

Simple JSP Navigation TAG 3)    Simple JSP Navigation TAG
 This tag is to build hierarchical drop down menu systems for. Extra wide browser compatibility : NS4.05+ IE4+ Opera5+ NS6+ Mozilla09+ It supporst independent menu item configuration Icons and arrows with rollover effect. Horisontal and vertical alignment. Multiple menus on one page. Version 1.02 have some major bug fixes. It successfully tested on Resin 2.05/2.11 Jetty Oracle Orion JRun and all Tomcat versions. Some minor JS improvements....

MBH Image Servlet 4)    MBH Image Servlet
 This servlet generates simple X by X, transparent or filler images images on the fly from a url and thus provides greater flexibility in changing the look and feel of a web site and application. It has an AWT Component Generation, which will enable you to dream up an image using the Java2D graphics library on a server running a graphic peer. It also possesses pluggable encoder that enables the servlet to generate any type of image like gif, jpg, png....

TreeServlet 5)    TreeServlet
 Java servlet implements HTML-based tree control. It uses a data file for describing your tree. This text file will be parsed during the first call for servlet with the appropriate configuration file....

MelatiBoards 6)    MelatiBoards
 A message system, with messages stored in a db, published to web, email and news....

Free Open Source Jsp based Shopping Cart 7)    Free Open Source Jsp based Shopping Cart
 JspCart is free open source shopping cart system developped by NeuroSpeech Technologies. It contains administration area to maintain website, download orders, dispatch orders, easily integratable with payment gateway interface. Some programming is required to do the integration. You can configure JspCart to look like your website with no extra programming....

Bankoi Web HelpDesk Software 8)    Bankoi Web HelpDesk Software
 Bankoi Helpdesk Software is a fully featured browser based helpdesk/email management application designed to streamline the operation of managing emails or support requests, with built in tracking and response logging it is an ideal solution for companies with one or more members of staff or for those who want to organise client support....

Jtpl - simple template engine for Java servlet 9)    Jtpl - simple template engine for Java servlet
 Jtpl is a template engine for Java Servlet which allows you to store your HTML code apart from your Java code. A template engine is a software module which is used to generate HTML pages. The layout of a HTML page is defined within a template file, which can be designed by using a standard HTML editor. At run-time, the application program instructs the template engine to load the template, fill in variable values, repeat blocks and produce the final HTML page. There are other template engine...