-
- Downloads
Merge branches 'feature/ProgramExecutionEngine' and 'feature/local_platform'...
Merge branches 'feature/ProgramExecutionEngine' and 'feature/local_platform' into integration/ProgramExecutionEngine_&_local_platform * feature/ProgramExecutionEngine: Added branch description (fr) Fixed NullPointerException when no STDOUT target is defined. Added target: CMDARG, and changed the meaning of CMDLINE. Renamed car_prg(_stdin) to prg_cat(_stdin) 1st version of ProgramExecutionEngine 1st version of Praxis w/ a generic service allowing to execute any script. * feature/local_platform: Added branch description (fr) Removed inner class, everything is handled by the main class. Bridge: the client connects to the upstream server in CSLC mode, only. First functional version of the platform-to-client bridge! Added: platform.AbstractPlatform client.Client: Added param. connectStorageManager to connect() Factorisation of the methods building connections in client+platform The bridge starts before the client. Bridge: connections established, and remote resources are locally declared start...() methods take jdom Document; new launchPlatform() method. RemoteComponents can now have instances pointing to different servers misc. msg corrected Client.initConnection(): must use the port number supplied as a param. Creation of WorkflowExecutionEngine (non fonctional) New: bridge + quick & dirty connections creation for the bridge Client: the singleton used by the UI is now stored in a static field Platform: turned launch() and start...() methods into factories. Added a new constructor taking a document; initialization reorganized.
No related branches found
No related tags found
Showing
- BRANCH 44 additions, 0 deletionsBRANCH
- data/dtd/platform.dtd 1 addition, 1 deletiondata/dtd/platform.dtd
- data/dtd/program_description.dtd 1 addition, 1 deletiondata/dtd/program_description.dtd
- projects/test/configuration/platform/platform_bridge.xml 6 additions, 0 deletionsprojects/test/configuration/platform/platform_bridge.xml
- projects/test/configuration/platform/platform_program.brs 10 additions, 0 deletionsprojects/test/configuration/platform/platform_program.brs
- projects/test/configuration/platform/platform_test.brs 1 addition, 0 deletionsprojects/test/configuration/platform/platform_test.brs
- projects/test/configuration/run_cfg/standalone_direct.cfg 10 additions, 2 deletionsprojects/test/configuration/run_cfg/standalone_direct.cfg
- projects/test/configuration/run_cfg/types.cfg 1 addition, 2 deletionsprojects/test/configuration/run_cfg/types.cfg
- projects/test/configuration/server/resources.clientTree.xml 6 additions, 0 deletionsprojects/test/configuration/server/resources.clientTree.xml
- projects/test/descriptions/test___generic___1.0.xml 84 additions, 0 deletionsprojects/test/descriptions/test___generic___1.0.xml
- projects/test/descriptions/test___prg_cat__1.0.xml 73 additions, 0 deletionsprojects/test/descriptions/test___prg_cat__1.0.xml
- projects/test/descriptions/test___prg_cat_stdin___1.0.xml 62 additions, 0 deletionsprojects/test/descriptions/test___prg_cat_stdin___1.0.xml
- projects/test/descriptions/test___prg_generic___1.0.xml 108 additions, 0 deletionsprojects/test/descriptions/test___prg_generic___1.0.xml
- src/eu/telecom_bretagne/praxis/client/Client.java 29 additions, 114 deletionssrc/eu/telecom_bretagne/praxis/client/Client.java
- src/eu/telecom_bretagne/praxis/client/SimpleCommandLine.java 4 additions, 4 deletionssrc/eu/telecom_bretagne/praxis/client/SimpleCommandLine.java
- src/eu/telecom_bretagne/praxis/client/StorageManager.java 3 additions, 3 deletionssrc/eu/telecom_bretagne/praxis/client/StorageManager.java
- src/eu/telecom_bretagne/praxis/common/Launcher.java 5 additions, 2 deletionssrc/eu/telecom_bretagne/praxis/common/Launcher.java
- src/eu/telecom_bretagne/praxis/common/RemoteComponents.java 39 additions, 19 deletionssrc/eu/telecom_bretagne/praxis/common/RemoteComponents.java
- src/eu/telecom_bretagne/praxis/common/Utile.java 85 additions, 0 deletionssrc/eu/telecom_bretagne/praxis/common/Utile.java
- src/eu/telecom_bretagne/praxis/common/events/CommunicationFacade.java 70 additions, 0 deletions...om_bretagne/praxis/common/events/CommunicationFacade.java
Loading
Please register or sign in to comment