One of the most common ways to store data in an application is to use a database. If you’ve followed the introductory learning path, you learned how to write a Liferay application using only the simple API for portlet preferences. While that method allows you to create some simple applications, it doesn’t scale well, and the amount of data you can store is limited. This learning path picks up where that one left off: here, you’ll learn how to turn the Guestbook into a full-fledged, database-driven application.
Documentação
- Introduction to Writing a Liferay MVC Application
- Beginning Liferay Development
- Developing Applications with Liferay Developer Studio
- Developing Applications with Liferay IDE
- Writing Your First Liferay Application
- Writing a Data-Driven Application
- Using Service Builder to Generate a Persistence Framework
- Integrating Your Persistence Framework into Your Application
- Updating Your Controller to Use Services
- Implementing a UI with Liferay Taglibs