Contents Index Can I access data using Java? What can I not do with Java in the database?

ASA Programming Guide
  Introduction to Java in the Database
    Java in the database Q & A

Can I move classes from client to server?


You can create Java classes that can be moved between levels of an enterprise application. The same Java class can be integrated into either the client application, a middle tier, or the database—wherever is most appropriate.

You can move a class containing business logic, data, or a combination of both to any level of the enterprise system, including the server, allowing you complete flexibility to make the most appropriate use of resources. It also enables enterprise customers to develop their applications using a single programming language in a multi-tier architecture with unparalleled flexibility.


Contents Index Can I access data using Java? What can I not do with Java in the database?