Tutorials
Aus Salespoint
Zeile 3: | Zeile 3: | ||
Everything that helps you to get started with the framework<br> | Everything that helps you to get started with the framework<br> | ||
- | <br> | + | We recommend to read the tutorials in the following order:<br> |
+ | |||
'''[[Installing and configuring Eclipse]]'''<br> | '''[[Installing and configuring Eclipse]]'''<br> | ||
- | How to install Eclipse, EclipseLink, SVN and create a database connection.<br> | + | How to install Eclipse, EclipseLink, SVN and create a database connection. <br/> |
- | + | ||
- | + | '''[http://www.vogella.de/articles/JavaPersistenceAPI/article.html EclipseLink]'''<br> | |
- | + | ||
An external tutorial who explains the basic annotations of EclipseLink.<br> | An external tutorial who explains the basic annotations of EclipseLink.<br> | ||
EclipseLink maps your data into a database (ORM - Object-Relational Mapping).<br> | EclipseLink maps your data into a database (ORM - Object-Relational Mapping).<br> | ||
+ | |||
+ | '''[[Guestbook]]'''<br> | ||
+ | Get basics in JPA and MVC (Model-View-Controller) to building a web application.<br> | ||
'''[http://static.springsource.org/spring/docs/current/spring-framework-reference/html/mvc.html MVC Spring]'''<br> | '''[http://static.springsource.org/spring/docs/current/spring-framework-reference/html/mvc.html MVC Spring]'''<br> |
Aktuelle Version vom 11:49, 12. Okt. 2011
back to Salespoint 5
Everything that helps you to get started with the framework
We recommend to read the tutorials in the following order:
Installing and configuring Eclipse
How to install Eclipse, EclipseLink, SVN and create a database connection.
EclipseLink
An external tutorial who explains the basic annotations of EclipseLink.
EclipseLink maps your data into a database (ORM - Object-Relational Mapping).
Guestbook
Get basics in JPA and MVC (Model-View-Controller) to building a web application.
MVC Spring
A tutorial about the Model-View-Controller Framework Spring.
VideoShop
A small web application created with Salespoint 5. It shows all basic classes of Salespoint 5 and explains how to use them.
CalendarExample
An example about how to use the Calendar in Salespoint 5.