Hi -
I'm trying to learn how to deploy a standalone CRUD app by customizing the DemoApp in the SmartClient 8.0 Evaluation, which can be viewed in the following three ways:
(a) online at smartclient.com,by clicking Showcase App:
http://www.smartclient.com/isomorphi...ml#showcaseApp
(b) locally within the Feature Explorer, by clicking Showcase App:
http://localhost:8080/isomorphic/sys...ml#showcaseApp
(c) locally standalone (slightly different-looking), by going here:
http://localhost:8080/examples/demoApp/demoAppJS.jsp
So I think I could start by copying the folder ../examples/demoApp and then customizing a few things.
I have a few questions:
1 - There are XML files for supplyCategory and supplyItem shown in the tabs in (a) and (b) above - but I don't see any such XML files in the folder ../examples/demoApp in (c). Are these files unnecessary for (c)?
2 - What is the recommended directory layout for the various components of a SmartClient app (eg, where to put the server, db, etc.)?
I assume I could use the Visual Builder to get started building a CRUD app, and maybe use NetBeans or Eclipse to help organize the project's files and directories, but I'm not sure how to get started with this.
Thanks for any help.
UPDATE:
I'm now reading the info here:
http://localhost:8080/isomorphic/sys...up..iscInstall
This seems like it will have what I need, I'm starting to read through it now.
For production I plan on deploying using Jetty as the container and PostgreSQL as the database.
I'm trying to learn how to deploy a standalone CRUD app by customizing the DemoApp in the SmartClient 8.0 Evaluation, which can be viewed in the following three ways:
(a) online at smartclient.com,by clicking Showcase App:
http://www.smartclient.com/isomorphi...ml#showcaseApp
(b) locally within the Feature Explorer, by clicking Showcase App:
http://localhost:8080/isomorphic/sys...ml#showcaseApp
(c) locally standalone (slightly different-looking), by going here:
http://localhost:8080/examples/demoApp/demoAppJS.jsp
So I think I could start by copying the folder ../examples/demoApp and then customizing a few things.
I have a few questions:
1 - There are XML files for supplyCategory and supplyItem shown in the tabs in (a) and (b) above - but I don't see any such XML files in the folder ../examples/demoApp in (c). Are these files unnecessary for (c)?
2 - What is the recommended directory layout for the various components of a SmartClient app (eg, where to put the server, db, etc.)?
I assume I could use the Visual Builder to get started building a CRUD app, and maybe use NetBeans or Eclipse to help organize the project's files and directories, but I'm not sure how to get started with this.
Thanks for any help.
UPDATE:
I'm now reading the info here:
http://localhost:8080/isomorphic/sys...up..iscInstall
This seems like it will have what I need, I'm starting to read through it now.
For production I plan on deploying using Jetty as the container and PostgreSQL as the database.
Comment