OSGi Blog details
The blog application contains the following bundles and projects:
- com.ibm.json.java
- This bundle contains the common code for working with JavaScript Object Notation (JSON).
- com.ibm.ws.eba.example.blog
- This bundle contains the main application logic code and interacts between the web front end and the back end persistence code layer.
- com.ibm.ws.eba.example.blog.api
- This bundle contains the API for the sample.
- com.ibm.ws.eba.example.blog.app
- This application project contains the bundles for the sample.
- com.ibm.ws.eba.example.blog.persistence
- This bundle contains code that relates to the JPA layer and the interfaces for the main application code to perform functional blog updates, queries, and supplies a comment service.
- com.ibm.ws.eba.example.blog.web
- This bundle contains the static web content and backing Java™ code for the web front end of the application.
- derby
- This project contains the database and setup script.