Tutorials
Aus Salespoint
(Unterschied zwischen Versionen)
Zeile 1: | Zeile 1: | ||
- | + | Everything that helps you to get started with the framework<br> | |
<br> | <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> |
- | '''[[Guestbook]]'''<br> | + | <br>'''[[Guestbook]]'''<br> |
- | + | Gets you the basic in JPA and MVC (Model-View-Controller) so you can start building a web application.<br> | |
- | '''[ | + | <br>'''[EclipseLink]'''<br> |
- | + | This is an external Tutorial that explains the basic annotations of EclipseLink.<br> | |
EclipseLink will map your data into a database (ORM - Object-Relational Mapping).<br> | EclipseLink will map your data into a database (ORM - Object-Relational Mapping).<br> | ||
- | '''[[ | + | http://www.vogella.de/articles/JavaPersistenceAPI/article.html<br> |
+ | <br>'''[[Videoautomat 5]]'''<br> | ||
This is a small web application created with Salespoint 5. It will explain all basic classes of Salepoint 5 and how to use them.<br> | This is a small web application created with Salespoint 5. It will explain all basic classes of Salepoint 5 and how to use them.<br> |
Version vom 12:48, 4. Okt. 2011
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
Gets you the basic in JPA and MVC (Model-View-Controller) so you can start building a web application.
[EclipseLink]
This is an external Tutorial that explains the basic annotations of EclipseLink.
EclipseLink will map your data into a database (ORM - Object-Relational Mapping).
http://www.vogella.de/articles/JavaPersistenceAPI/article.html
Videoautomat 5
This is a small web application created with Salespoint 5. It will explain all basic classes of Salepoint 5 and how to use them.