Difference between revisions of "My smart shop"
(→How to generate MySmartShop) |
(→How to generate MySmartShop) |
||
Line 40: | Line 40: | ||
#* Click on '''Next'''.<br><br><br> | #* Click on '''Next'''.<br><br><br> | ||
# XMS Memory is usually ¼ of total physical memory. The desktop link which will be used later for starting the app is also found here. | # XMS Memory is usually ¼ of total physical memory. The desktop link which will be used later for starting the app is also found here. | ||
− | #* If any other OSBP app has already been generated, then default port 8081 should already be in use. In that case, please change the port number to avoid any conflict.<br><br>[[File:Mss 03 inst p7.png]]<br><br><br><br> | + | #* If any other OSBP app has already been generated, then default port 8081 should already be in use. In that case, please change the port number used by this app to avoid any conflict.<br><br>[[File:Mss 03 inst p7.png]]<br><br><br><br> |
− | #* Click Finish to start the generation step.<br><br>[[File:Mss 03 inst run.png]]<br><br><br><br> | + | #* Click on '''Finish''' to start the generation step.<br><br>[[File:Mss 03 inst run.png]]<br><br><br><br> |
− | # When the window disappears, you | + | # When the window disappears, you can see in Project Explorer that all projects of MySmartShop have been generated.<br><br>[[File:Mss 04 inst pe.png]]<br><br><br><br> |
#* Please '''notice''' till now the progress is '''not''' complete finish, normally it's still building workspace (see the right bottom corner or <code>Progress</code> view), wait until it completed.<br><br>[[File:Mss 05 inst bw.png]]<br><br><br><br> | #* Please '''notice''' till now the progress is '''not''' complete finish, normally it's still building workspace (see the right bottom corner or <code>Progress</code> view), wait until it completed.<br><br>[[File:Mss 05 inst bw.png]]<br><br><br><br> | ||
# When the <code>Building Workspace</code> symbol disappears, the generation of MySmartShop is finish. Project Explorer should be looked like this:<br><br>[[File:Mss 06 inst pe finish.png]]<br><br><br><br> | # When the <code>Building Workspace</code> symbol disappears, the generation of MySmartShop is finish. Project Explorer should be looked like this:<br><br>[[File:Mss 06 inst pe finish.png]]<br><br><br><br> |
Revision as of 22:07, 1 January 2017
Contents
General information
Abstract
MySmartShop is one of the OSBP applications based on the OS.bee Software Factory.
This is the introduction to this app. It contains the system requirements as well as a guide to generating, starting and configuring the app.
Copyright Notice
All rights are reserved by Compex Systemhaus GmbH. In particular, duplications, translations, microfilming, saving and processing in electronic systems are protected by copyright. Use of this manual is only authorized with the permission of Compex Systemhaus GmbH. Infringements of the law shall be punished in accordance with civil and penal laws. We have taken utmost care in putting together texts and images. Nevertheless, the possibility of errors cannot be completely ruled out. The Figures and information in this manual are only given as approximations unless expressly indicated as binding. Amendments to the manual due to amendments to the standard software remain reserved. Please note that the latest amendments to the manual can be accessed through our helpdesk at any time. The contractually agreed regulations of the licensing and maintenance of the standard software shall apply with regard to liability for any errors in the documentation. Guarantees, particularly guarantees of quality or durability can only be assumed for the manual insofar as its quality or durability are expressly stipulated as guaranteed. If you would like to make a suggestion, the Compex Team would be very pleased to hear from you.
(c) 2016-2024 Compex Systemhaus GmbH
License information
The OS.bee Software Factory is distributed under a commercial license.
The product itself is based on the OSBP Software Factory which is an Eclipse project. In addition, the software depends on several other open source projects, and the entire list of licenses used can be found here.
OS.bee Software Factory
Please install the OS.bee Software Factory first. Instructions for the installation can be found here.
How to generate MySmartShop
MySmartShop is generated from within Eclipse.
- In Project Explorer, right click the mouse, then select New -> Other.
- Select OSBP Projects -> My First App -> Next.
- Now the generation window for MySmartShop appears. Select
My Smart Shop project
:
- The JDNI Datasource is set up on this page.
- The default value is h2memory, which saves all data to memory.
- You can also change it to other JDNI data sources, e.g. MySQL, Oracle etc. Please configure such data sources before starting the app. To do this, see: How to configure OSBP Application.
- Click on Next.
- The default value is h2memory, which saves all data to memory.
- Set the timepoint for mock-data generation. Click on Next.
- Choose the location where you would like to save the files of MySmartShop.
- XMS Memory is usually ¼ of total physical memory. The desktop link which will be used later for starting the app is also found here.
- When the window disappears, you can see in Project Explorer that all projects of MySmartShop have been generated.
- When the
Building Workspace
symbol disappears, the generation of MySmartShop is finish. Project Explorer should be looked like this: