Main Page
Welcome to Salespoint 5 Framework Wiki. |
To get started with Salespoint 5 check out our tutorials. |
If you want to have more information and get deeper into Salespoint 5 check out documentation. You will find quicklinks to all topics below. |
Contents |
News
02.04.2012 Salespoint5 Rev 833 released
- completely reworked rounding (breaks old code)
09.12.2011 Salespoint5 Rev 830 released
- 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
- removed some finals in PersistentOrderManager and PersistentOrder
- 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
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 ProductInstances
- 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 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
The Tutorials page gives a short overview on the topic a tutorial covers.
Installing and configuring Eclipse
Blankweb
Guestbook
VideoShop
Calendar Example
Small Samples
JPA Sample
Apache Derby Network Server
Documentation
The Documentation page contains a short description for every reference.
Technical Reference Download
Salespoint 5 Javadoc
Salespoint 5 Taglibrary
Download
Find here everything to download
FAQ
Solutions for common mistakes and problems and how to solve them.
Contact
Forum:
Make sure you have read the FAQ first and you are using the most recent Salespoint 5 release.