Menu

Tree [3998c0] master /
 History

HTTPS access


File Date Author Commit
 php 2013-02-08 Aubin Mahé Aubin Mahé [191beb] PHP scripts added
 src 2013-02-08 Aubin Mahé Aubin Mahé [ed8dc1] HTTP_Protocol drafted, runnable, but bugged
 src-demo_01 2013-01-31 Aubin Mahé Aubin Mahé [e968ca] Graph generation improved
 src-demo_02 2013-02-01 Aubin Mahé Aubin Mahé [79dd66] JavaDoc
 .classpath 2013-01-31 Aubin Mahé Aubin Mahé [74a6fb] Bug fix
 .project 2013-02-08 Aubin Mahé Aubin Mahé [cd6454] Cleanup
 COPYING 2013-01-12 Aubin Mahé Aubin Mahé [2f987f] Writes, Send annotation added to processor
 JavaC-01.bat 2013-01-31 Aubin Mahé Aubin Mahé [74a6fb] Bug fix
 README 2013-01-16 Aubin Mahé Aubin Mahé [a9e296] Two protocols ready: UDP and TCP
 build.xml 2013-02-08 Aubin Mahé Aubin Mahé [3998c0] URF-8 added ti Javadoc task
 delivery.bat 2013-01-11 Aubin Mahé Aubin Mahé [083e9b] Delivery batch added
 demo_01-Application.jdcf 2013-01-27 Aubin Mahé Aubin Mahé [b33468] Interface concept added to models
 demo_01-Application.xml 2013-01-30 Aubin Mahé Aubin Mahé [9ef037] Components graph added
 demo_01-consumer.bat 2013-01-31 Aubin Mahé Aubin Mahé [54d7e8] Bug fix
 demo_01-producer.bat 2013-01-31 Aubin Mahé Aubin Mahé [54d7e8] Bug fix
 demo_01-run.bat 2013-01-31 Aubin Mahé Aubin Mahé [74a6fb] Bug fix
 demo_01.png 2013-01-31 Aubin Mahé Aubin Mahé [54d7e8] Bug fix
 demo_02-Application.xml 2013-01-31 Aubin Mahé Aubin Mahé [e968ca] Graph generation improved
 demo_02-run.bat 2013-01-31 Aubin Mahé Aubin Mahé [74a6fb] Bug fix
 demo_02.png 2013-01-31 Aubin Mahé Aubin Mahé [74a6fb] Bug fix
 demo_03-Application.xml 2013-02-02 Aubin Mahé Aubin Mahé [b749fe] ProtocolFactory removed, since Protocol Setting...
 demo_04-Application.xml 2013-02-08 Aubin Mahé Aubin Mahé [ed8dc1] HTTP_Protocol drafted, runnable, but bugged

Read Me

jdcf-src.zip contains:

- api : javadoc API 

- src : Java sources, 3 packages:
   - annotations classes
   - contracts interfaces
   - run-time middleware and annotation processor

- src-demo_01 : 3 packages
   - producer :
      One instance ('Producer') of the component ('Producer'),
      hosted by the process ('Producer').
      The process ('Producer') listen to the process ('Consumers') 
   - consumers :
      Two instances ('Consumer1' and 'Consumer2') of the component ('Consumer'),
      hosted by the process ('Consumers').
      The process ('Consumers') listen to the process ('Producer')

- Eclipse project

- ANT build

- XML Model of demo_01 sample

- Windows batches

- 3 jars:
   - demo_01-consumers.jar: demo_01 sample "consumer" Java byte code
   - demo_01-producer.jar: demo_01 sample "producer" Java byte code
   - org.dcf.jar: run-time middleware and annotation processor Java byte code

To make this project:

 - Use Eclipse, .project and .classpath are provided

 or
 
 - Install Apache ANT (http://ant.apache.org/index.html)
 - In <jdcf home>/build.xml, use following targets
    - delivery: produce jdcf-src.zip 
    - jar (default): build the middleware runtime and compiler annotation processor 
    - demo_XX-build: build the jars used in the sample demonstration "demo_XX"
    - demo_XX-run: run the sample demonstration "demo_XX"

More information in the WiKi: http://sourceforge.net/p/jdcf/wiki/Home/
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.