Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: support data engine running in console mode

- Summary:
Support data engine running in console mode


- Bugzilla Bug (s) Resolved:
N/A


- Description:
Data engine separates its classes to two sides, one side is called the client code, and the other side is called the server code. The client code can be called directly by outside user and it can be used without limitation. But the server code must be running after eclipse platform environment is setup. So in the boundary of these two sides, eclipse platform environment will be started up automatically to let the code belonging to the server side can run successfully as well.


- Tests Description:
Manual Test


- Files Edited:
/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/DataEngine.java

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/ResourceConstants.java

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/i18n/Messages.properties

 

/org.eclipse.birt.data/BuildData.xml

/org.eclipse.birt.data/plugin.xml


- Files Added:

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/api/IDataEngineFactory.java

/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/impl/DataEngineFactory.java

 

- Notes to Build Team:
N/A


- Notes to Developers:
N/A


- Notes to QA: 
 

N/A

 

- Notes to Documentation:  
N/A

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


Back to the top