|
|
(89 intermediate revisions by 3 users not shown) |
Line 2: |
Line 2: |
| {| border="0" width="100%" | | {| border="0" width="100%" |
| | align="center" | '''Welcome to Salespoint 5 Framework Wiki.''' | | | align="center" | '''Welcome to Salespoint 5 Framework Wiki.''' |
− | |-
| |
− | | align="center" | To get started with Salespoint 5 check out our [[tutorials]].
| |
− | |-
| |
− | | align="center" | If you want to have more information and get deeper into Salespoint 5 check out [[documentation]]. You will find quicklinks to all topics below.
| |
| |} | | |} |
| | | |
| | | |
| ==News== | | ==News== |
− | '''09.12.2011 Salespoint5 Rev 830 released'''
| + | Please visit [http://st.inf.tu-dresden.de/SalesPoint/ Salespoint Framework], this page is no longer updated. |
− | * new ctor: PersistentOrder(UserIdentifier)
| + | |
− | * new method PersistentOrder.setPaymentMethod
| + | |
− | * an order can only be payed if paymentmethod != null, a paymentmethod can only be set if orderstatus != open
| + | |
| | | |
− | '''30.11.2011 Salespoint5 Rev 826 released'''
| |
− | * PersistentAccountancy is now non-final
| |
− | * PersistentInventory.newInstance is now non-final
| |
| | | |
− | '''26.11.2011 Salespoint5 Rev 822 released'''
| + | <!-- |
− | * PersistentUser.getCapabilities() returns an ordered Iterable
| + | Only the Guestbook tutorial is up to date.<br /> |
− | * removed some finals in PersistentOrderManager and PersistentOrder
| + | Getting started: https://github.com/st-tu-dresden/guestbook |
− | * new method: PersistentOrderManager.addAll()
| + | |
− | * breaking change (sorry): PersistentOrderManager.get() and find() are now parameterized by Class<E extends PersistentProduct>, just use .get(PersistentProduct.class, id) instead of .get(id) ;)
| + | |
− | | + | |
− | '''16.11.2011 Salespoint5 Rev 818 released'''
| + | |
− | * fixed stupid bug
| + | |
− | | + | |
− | '''16.11.2011 Calendar.war'''
| + | |
− | * Calendar.war is now available in the [[download]] section.
| + | |
− | | + | |
− | '''15.11.2011 Salespoint5 Rev 817 released'''
| + | |
− | * Exception with a detailed error message is thrown, when accessing Shop.INSTANCE.getXYZ without initializing the Shop.
| + | |
− | * removed final from PersistentCalendar
| + | |
− | * ProductFeature price and percent are now included in ProductInstance price calculation, percent has to be between 0 and 1
| + | |
− | * removed final from PersistentInventory.addAll()
| + | |
− | * temporarily removed CalendarEntryCapability in (Persistent)CalendarEntry
| + | |
− | * added (Persistent)Order.getPaymentMethod()
| + | |
− | | + | |
− | '''15.11.2011 new Tutorial'''
| + | |
− | * [[JPA Sample]]
| + | |
− | | + | |
− | ----
| + | |
− | | + | |
− | '''10.11.2011 Salespoint5 Rev 800 released'''
| + | |
− | * Exception with a detailed error message is thrown, when accessing EMF without initializing the persistence unit.
| + | |
− | | + | |
− | '''10.11.2011 Salespoint5 Rev 799 released'''
| + | |
− | * column name snag in ''PersistentCalenderEntry'' fixed - don't forget to re-create your databases
| + | |
− | * jar-file containing Salespoint 5 Javadoc added in Download section
| + | |
− | | + | |
− | '''05.11.2011 Salespoint5 Rev 796 released'''
| + | |
− | * ''OrderCompletionResult'' now returns an Iterable of all removed ''ProductInstance''s
| + | |
− | * ''User.changePassword(oldPassword, newPassword)'' is now ''User.changePassword(newPassword)''
| + | |
− | * ''Order.getUserIdentifier()'' added
| + | |
− | * ''PersistentOrderline'' includes numberOrdered in price calculation
| + | |
− | * ''PersistentOrder.completeOrder'' now sets the orderStatus to COMPLETED
| + | |
− | * renamed ''status'' to ''test'' in ''LoggedInTag'' and ''HasCapabilityTag'', ''test'' is now optional, check the [[Salespoint 5 Taglibrary]] for the default value
| + | |
− | * Full [[Salespoint5 Changelog | Changelog]]
| + | |
− | | + | |
− | '''03.11.2011 updates'''
| + | |
− | * new videoshop.war & revised videoshop tutorial
| + | |
− | * even² newer blankweb.war, included jodatime taglibrary
| + | |
− | * even² newer guestbook.war, fixed submit bug
| + | |
− | | + | |
− | '''02.11.2011 updates'''
| + | |
− | * even newer blankweb.war and guestbook.war
| + | |
− | * small modification in web.xml to allow UTF8 in webforms
| + | |
− | | + | |
− | '''01.11.2011 updates'''
| + | |
− | * new blankweb.war
| + | |
− | * new guestbook.war & revised guestbook tutorial
| + | |
− | | + | |
− | '''18.10.2011 Salespoint 5 is released.'''
| + | |
− | * grab it while it's hot
| + | |
− | | + | |
− | ==[[Tutorials]]==
| + | |
− | | + | |
− | <!--For a short description for each tutorial go to [[Tutorials]].<br /-->
| + | |
− | The [[Tutorials]] page gives a short overview on the topic a tutorial covers.<br />
| + | |
− | | + | |
− | [[Installing and configuring Eclipse]]<br />
| + | |
− | [[Blankweb]]<br />
| + | |
− | [[Guestbook]]<br />
| + | |
− | [[VideoShop]]<br />
| + | |
− | [[Calendar Example]]<br />
| + | |
− | | + | |
− | [[Small Samples]]<br />
| + | |
− | [[JPA Sample]]<br />
| + | |
− | [[Apache Derby Network Server]]<br />
| + | |
− | | + | |
− | ==[[Documentation]]==
| + | |
− | | + | |
− | <!--For a short description of every documentation go to: [[documentation]]<br /-->
| + | |
− | The [[Documentation]] page contains a short description for every reference.<br />
| + | |
− | | + | |
− | [http://www.st.inf.tu-dresden.de/SalesPoint/v5.0/download/doc.pdf Technical Reference Download]<br />
| + | |
− | [http://www.st.inf.tu-dresden.de/SalesPoint/v5.0/download/JavaDoc/index.html Salespoint 5 Javadoc]<br />
| + | |
− | [[Salespoint 5 Taglibrary]]<br />
| + | |
| | | |
| + | The Videoshop tutorial as well as the Salespoint-Framework are still work in progress (as of 13.08.14) and will be published later. |
| + | --> |
| | | |
| + | ==Documentation== |
| [[External Documentation]] | | [[External Documentation]] |
− |
| |
− | ==[[Download]]==
| |
− |
| |
− | Find here everything to [[download]]
| |
| | | |
| ==[[FAQ]]== | | ==[[FAQ]]== |
Line 112: |
Line 24: |
| | | |
| ==Contact== | | ==Contact== |
− | [http://st.inf.tu-dresden.de/SalesPoint/forum/viewforum.php?f=135 Forum]: <br /> | + | [https://auditorium.inf.tu-dresden.de/courses/2154578 Forum] <br /> |
| + | <!-- [http://st.inf.tu-dresden.de/SalesPoint/forum/viewforum.php?f=139 old Forum] <br /> --> |
| Make sure you have read the [[FAQ]] first and you are using the most recent Salespoint 5 release. <!--It could already provide an answer for you. | | Make sure you have read the [[FAQ]] first and you are using the most recent Salespoint 5 release. <!--It could already provide an answer for you. |
| If not: search the forum and if you still don’t find and answer make a new post. | | If not: search the forum and if you still don’t find and answer make a new post. |
| (This will help you and us not to answer all questions over and over again: thanks)--> | | (This will help you and us not to answer all questions over and over again: thanks)--> |
Solutions for common mistakes and problems and how to solve them.