Tutorials
Aus Salespoint
(Unterschied zwischen Versionen)
Zeile 7: | Zeile 7: | ||
How to install Eclipse, EclipseLink, SVN and create a database connection.<br> | How to install Eclipse, EclipseLink, SVN and create a database connection.<br> | ||
<br>'''[[Guestbook]]'''<br> | <br>'''[[Guestbook]]'''<br> | ||
- | + | Get basics in JPA and MVC (Model-View-Controller) to building a web application.<br> | |
<br>'''[http://www.vogella.de/articles/JavaPersistenceAPI/article.html EclipseLink]'''<br> | <br>'''[http://www.vogella.de/articles/JavaPersistenceAPI/article.html EclipseLink]'''<br> | ||
- | + | An external tutorial who explains the basic annotations of EclipseLink.<br> | |
- | EclipseLink | + | EclipseLink maps your data into a database (ORM - Object-Relational Mapping).<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> | ||
- | + | A tutorial about the Model-View-Controller Framework Spring. | |
'''[[VideoShop]]'''<br> | '''[[VideoShop]]'''<br> | ||
- | + | A small web application created with Salespoint 5. It shows all basic classes of Salespoint 5 and explains how to use them.<br> | |
'''[[CalendarExample]]'''<br> | '''[[CalendarExample]]'''<br> | ||
- | An example about how to use the | + | An example about how to use the Calendar in Salespoint 5. |
Version vom 14:24, 11. Okt. 2011
back to Salespoint 5
Everything that helps you to get started with the framework
Installing and configuring Eclipse
How to install Eclipse, EclipseLink, SVN and create a database connection.
Guestbook
Get basics in JPA and MVC (Model-View-Controller) to building a web application.
EclipseLink
An external tutorial who explains the basic annotations of EclipseLink.
EclipseLink maps your data into a database (ORM - Object-Relational Mapping).
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.