Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

JEST in Action

Image Added

Description of a Simple JEST-enabled Web Application

...

Once the sample web application is deployed, say in Tomcat running on localhost:8080, open the web browser http://localhost:8080/demoImage Removed and you should see the web page served by demo.SimpleApp. This step initializes demo.SimpleApp and hence the persistence unit jestdemo.

Now, if you go to URL {{ http://localhost:8080/demo/jest/Image Removed, the JEST welcome page will be displayed – which is JavaScript enabled web page that demonstrates currently available JEST facilities such as finding or querying for instances.

Image Added