Forum Post: Mobile Project, uses TTY, Is there another way to....?

  • Thread starter Thread starter OctavioOlguin
  • Start date Start date
Status
Not open for further replies.
O

OctavioOlguin

Guest
Greetings! I created a project to start developing mobile services. Using business entities, I want to reuse them. For users of the same information, I want to make some traditional client server screens, but the AVM won't start as the proyect uses TTY. I've thinking about this, but can't figure a directory structure that allows me to accomplish that I have something like this C:. ├───.mobileapps │ └───sch01 │ ├───bin │ └───src ├───.services │ ├───Consume │ │ ├───lib │ │ ├───resources │ │ └───spring │ └───Expose │ ├───lib │ ├───resources │ ├───rest │ │ └───AppServerService │ └───spring ├───.settings ├───AppServer │ ├───CLS │ ├───DW │ ├───func │ └───procs │ ├───inc │ └───ven ├───PASOEContent │ ├───META-INF │ ├───static │ │ ├───auth │ │ ├───error │ │ └───images │ └───WEB-INF │ ├───adapters │ │ └───rest │ │ └───_oepingService │ └───classes ├───RESTContent │ ├───META-INF │ ├───static │ │ ├───auth │ │ └───error │ └───WEB-INF │ ├───adapters │ ├───classes │ └───lib └───WebContent The problem comes in the Appserver directory DW are where the classes are stored, which are used by the appserver. FUNC has some functions from current production system, which runs from other project, are utilities as I want to make this project independent from others. PROCS has the procedures I want to make client-server for desktop users, but it won't let the AVM to spring-up,as documente in a video or a document, I don't recall, the appserver project needs to be in TTY mode... Is there any advice around I can use? Thank you in advance..

Continue reading...
 
Status
Not open for further replies.
Back
Top