Hi,
below is my application
http://209.134.51.109:10005/MantraUserInterfaceTest/
it runs ok locally. When i access it inside the deployed machine . But if you guys would access it as outside users then the application will get slow, die. or some of the submit buttons wont work.
The database uses scripts called JPA (Java Persistence API). This is also a form of the Hibernate protocol.
In short, the user interface is JSF (Java Server Faces) and the DB interface is JPA. Altogether this is the standard Java enterprise architecture.
Thanks,