J F W

making web application programming easier is possible

HOW TO : CORE

First of all, download a version of the webapp from Download.
Download also, the sources of the core.

Download the project for Netbeans if you want to modify the sources. Even if you use a different IDE, like Eclipse, downloading the Netbeans project would be better than downloading only the sources because you will get all the necessary files and libraries to build the webapp and generate a war file.

Remember to create a jfw.properties file and save it in a directory. The directory must be included in the classpath.
You can find examples of jfw.properties in the webapps or here.

In the next pages we will see in detail how to:

    STRUTS 1.x
  1. create the project main action
  2. create a simple action
  3. create a more complex action and validate the data of a form
  4. use different locales (languages)
    STRUTS 2.x
  1. create the project main action
  2. create a simple action
  3. create a more complex action and validate the data of a form
  4. use different locales (languages)
    COMMON
  1. logging
  2. manage properties files
  1. execute a simple sql command
  2. execute a complex sql command
  3. execute a stored procedure
  4. proprietary connection management
  5. get database connections
  1. caching data
  2. schedule an operation
  3. create a probe
  4. updating the data of a class
  5. use the generic parser
  1. manage normal and zipped files
  2. create a pdf file
  3. interact with an URL
  4. send an email
  1. authentication process
  2. authorization process
  3. database schema