This is university assignment An application is required to maintain a simple blogging application. This application will allow users to read and search “weblogs” (or just “blogs”) of messages posted by members of the system. Requirements The application should provide the following functionality: The system stores a list of members. Each member is uniquely identified by a system-generated user id. In addition, each member has a (full) name, a unique username and password (for authentication), and a collection of blogs that they own. The system stores a list of blogs. Each blog is uniquely identified by a system-generated blog id. In addition, each blog has a name, an owning member, and a collection of blog entries. The system stores a list of blog entries. Each blog entry is uniquely identified by a system-generated entry id. In addition, each blog entry has a title, a creation timestamp, an author (which can be any member), and some text. There is a unique administrator who is able to create, edit and remove both members and blogs. It is not possible for a member to create a blog. A guest is allowed to read and search the blogs, but is not allowed to post any blog entries. A member is a guest that is also allowed to post a blog entry to any blog. It should be possible to search the blogs for any entries where the entry text contains a search phrase. The search results should be ordered by blog name, then by entry date within each blog. All modifications to the members, blogs and blog entries should be persistent. Constraints The application must be implemented as a Java Enterprise Edition 5 application using the JBoss application server. Deliverables You are required to submit the following: , and any other Java classes used. (This may include one or more diagrams.) Printouts of all source code for your application, including .html, .jsp, .java, and .xml files that are key to the correct operation of your application. A brief statement of compliance stating the requirements that have been satisfied, and those that have not been satisfied. Word-processed and printed documentation for: A brief design document that explains the overall structure of the system in terms of entity beans, session beans, JavaServer Pages The project must be done using eclipse and jboss..mysql would be the backend.. i need fully working code so that i can test on my server and database script regards Mohammed