example services that demonstrate how to use features of simplity-kernel. Watch this space to get large number of examples in the weeks to come You ay visit (http://github.com/raghu-bhandi/simplity-pet) for a demo and (http://github.com/raghu-bhandi/simplity-kernel) for sources and documentation
We have created a stored procedure that demonstrate how to provide input and extract output. We have used primitive types, array of primitives, a structure of primitive types, an array of such a a structure, a complex structure that has arrays and other structure as members, and finally an array of such a complex struture.
- Set up access to an Oracle instance.
- Use db/sp.sql to create the types and the stored procedure required for this demo.
- Edit WEB-INF/comp/application.xml and set the right credentials for db access.
- run WebContent folder under tomcat. Required jar fiels are already present under WEB-INF/lib.
- /sp.html is the demo page.
- use .xsd files in the schema folder to set up eclipse/ide, so that you can explore all the components under the comp folder.