Downloads

Aus Salespoint

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Framework-Versionen)
(Framework-Versionen)
Zeile 11: Zeile 11:
'''Aktuelle Framework-Version:'''
'''Aktuelle Framework-Version:'''
-
* [http://st.inf.tu-dresden.de/SalesPoint/v4.0/download/sp4_0_5b.jar Salespoint 4.0.5b (29.06.2009)]
+
* Salespoint 4.0.5b (29.06.2009)
** MenuSheetItem: MenuSheet.HELP_MENU_TAG is now sopported
** MenuSheetItem: MenuSheet.HELP_MENU_TAG is now sopported
** Adding a MenuSheet directly to the menubar is now supported
** Adding a MenuSheet directly to the menubar is now supported
** SalesPoint.setHideCloseIcon(boolean) to hide close icon in tabbed view
** SalesPoint.setHideCloseIcon(boolean) to hide close icon in tabbed view
-
* [http://st.inf.tu-dresden.de/SalesPoint/v4.0/download/sp4_0_5.jar Salespoint 4.0.5 (25.06.2009)]
+
* Salespoint 4.0.5 (25.06.2009)
** setCurrentSalespoint called in tabbed view
** setCurrentSalespoint called in tabbed view
** ListView renderer is aware of DoubleValues
** ListView renderer is aware of DoubleValues
-
* [http://st.inf.tu-dresden.de/SalesPoint/v4.0/download/sp4_0_4d.jar Salespoint 4.0.4d (20.06.2009)]
+
* Salespoint 4.0.4d (20.06.2009)
** performance issues in PeristentList resolved
** performance issues in PeristentList resolved
-
* [http://st.inf.tu-dresden.de/SalesPoint/v4.0/download/sp4_0_4c.jar Salespoint 4.0.4c (16.06.2009)]
+
* Salespoint 4.0.4c (16.06.2009)
** EventQueue serialization issues in Shop.removeSalespoint and MenuSheet.add resolved
** EventQueue serialization issues in Shop.removeSalespoint and MenuSheet.add resolved
-
* [http://st.inf.tu-dresden.de/SalesPoint/v4.0/download/sp4_0_4b.jar Salespoint 4.0.4b (12.06.2009)]
+
* Salespoint 4.0.4b (12.06.2009)
** Generic problem in StoringStockFilter resolved
** Generic problem in StoringStockFilter resolved
   
   
-
* [http://st.inf.tu-dresden.de/SalesPoint/v4.0/download/sp4_0_4.jar Salespoint 4.0.4 (11.06.2009)]
+
* Salespoint 4.0.4 (11.06.2009)
** JListView supports entry grouping for DataBaskets
** JListView supports entry grouping for DataBaskets
** Persistence Layer: Object instantiation and caching issues resolved.
** Persistence Layer: Object instantiation and caching issues resolved.
-
* [http://st.inf.tu-dresden.de/SalesPoint/v4.0/download/sp4_0_3.jar Salespoint 4.0.3 (02.06.2009)]
+
* Salespoint 4.0.3 (02.06.2009)
** RecoveryConstructor for StockIdentifier added
** RecoveryConstructor for StockIdentifier added
** PeristentList is now ordered (experimental)  
** PeristentList is now ordered (experimental)  
** Some caching issues resolved
** Some caching issues resolved
-
* [http://st.inf.tu-dresden.de/SalesPoint/v4.0/download/sp4_0_2.jar Salespoint 4.0.2 (29.05.2009)]
+
* Salespoint 4.0.2 (29.05.2009)
** NullPointerException in object recovery removed
** NullPointerException in object recovery removed
** No extra thread required to add a salespoint from eventqueue thread
** No extra thread required to add a salespoint from eventqueue thread
** Standard background images can now be changed. look at: [[HowTos_Display#Application]]
** Standard background images can now be changed. look at: [[HowTos_Display#Application]]
-
* [http://st.inf.tu-dresden.de/SalesPoint/v4.0/download/sp4_0_1.jar Salespoint 4.0.1 (26.05.2009)]
+
* Salespoint 4.0.1 (26.05.2009)
** Bug in PersistentList iterator resolved
** Bug in PersistentList iterator resolved
** RecoveryConstructor for CatalogIdentifier
** RecoveryConstructor for CatalogIdentifier
** Windows 7 (RC x86/amd64) Features enabled (Glass effect, Tab Previews in Taskbar,...)
** Windows 7 (RC x86/amd64) Features enabled (Glass effect, Tab Previews in Taskbar,...)
 +
Aktuelle Hotfixes:
Aktuelle Hotfixes:
-
* [http://st.inf.tu-dresden.de/SalesPoint/v4.0/download/sp4_hotfix_150509.jar Salespoint 4.0 Hotfix 15.05.2009]
+
* Salespoint 4.0 Hotfix 15.05.2009
** JAbstractTable,DnD and Sorting Bug fixed
** JAbstractTable,DnD and Sorting Bug fixed
** DescriptiveFormSheet and DataExchangeFormSheet works now
** DescriptiveFormSheet and DataExchangeFormSheet works now
-
* [http://st.inf.tu-dresden.de/SalesPoint/v4.0/download/sp4_hotfix_120509.jar Salespoint 4.0 Hotfix 12.05.2009]
+
* Salespoint 4.0 Hotfix 12.05.2009
** Deadlock in data initialization removed
** Deadlock in data initialization removed
** Querycache bug removed
** Querycache bug removed
** RecoveryConstructor added for Double/NumberValue
** RecoveryConstructor added for Double/NumberValue
-
* [http://st.inf.tu-dresden.de/SalesPoint/v4.0/download/sp4_hotfix_010509.jar Salespoint 4.0 Hotfix 01.05.2009]
+
* Salespoint 4.0 Hotfix 01.05.2009
** Deadlock in tab preview removed
** Deadlock in tab preview removed
** Field assignment fixed for Boolean values on JavaDB Systems
** Field assignment fixed for Boolean values on JavaDB Systems

Version vom 10:50, 7. Apr. 2010

Framework-Versionen

Es wird empfohlen ihre JVM mit folgenden parametern zu starten:

-Xms64m -Xmx256m
Für die Nutzung wird mindestens das JRE/JDK 6 Update 10 benötigt.
Download unter http://java.sun.com

Aktuelle Framework-Version:

  • Salespoint 4.0.5b (29.06.2009)
    • MenuSheetItem: MenuSheet.HELP_MENU_TAG is now sopported
    • Adding a MenuSheet directly to the menubar is now supported
    • SalesPoint.setHideCloseIcon(boolean) to hide close icon in tabbed view
  • Salespoint 4.0.5 (25.06.2009)
    • setCurrentSalespoint called in tabbed view
    • ListView renderer is aware of DoubleValues
  • Salespoint 4.0.4d (20.06.2009)
    • performance issues in PeristentList resolved
  • Salespoint 4.0.4c (16.06.2009)
    • EventQueue serialization issues in Shop.removeSalespoint and MenuSheet.add resolved
  • Salespoint 4.0.4b (12.06.2009)
    • Generic problem in StoringStockFilter resolved
  • Salespoint 4.0.4 (11.06.2009)
    • JListView supports entry grouping for DataBaskets
    • Persistence Layer: Object instantiation and caching issues resolved.
  • Salespoint 4.0.3 (02.06.2009)
    • RecoveryConstructor for StockIdentifier added
    • PeristentList is now ordered (experimental)
    • Some caching issues resolved
  • Salespoint 4.0.2 (29.05.2009)
    • NullPointerException in object recovery removed
    • No extra thread required to add a salespoint from eventqueue thread
    • Standard background images can now be changed. look at: HowTos_Display#Application
  • Salespoint 4.0.1 (26.05.2009)
    • Bug in PersistentList iterator resolved
    • RecoveryConstructor for CatalogIdentifier
    • Windows 7 (RC x86/amd64) Features enabled (Glass effect, Tab Previews in Taskbar,...)

Aktuelle Hotfixes:

  • Salespoint 4.0 Hotfix 15.05.2009
    • JAbstractTable,DnD and Sorting Bug fixed
    • DescriptiveFormSheet and DataExchangeFormSheet works now
  • Salespoint 4.0 Hotfix 12.05.2009
    • Deadlock in data initialization removed
    • Querycache bug removed
    • RecoveryConstructor added for Double/NumberValue
  • Salespoint 4.0 Hotfix 01.05.2009
    • Deadlock in tab preview removed
    • Field assignment fixed for Boolean values on JavaDB Systems

Dokumentation zum Framework

Um auch offline mit dem Framework arbeiten zu können, hier die Javadoc zusammengepackt:

Videoautomat

  • Videoautomat source - Source code des Videoautomaten.
  • Videoautomat executable jar - Ausführbare jar des Videoautomaten.
    • Es kann sein, dass die Datei als zip heruntergeladen wird. Es handelt sich jedoch um eine jar Datei. Bitte umbennen.
    • Starten mit:
      java -Xms64m -Xmx256m -jar filename
Persönliche Werkzeuge