I am not sure if this is the right place to ask this question. we are using OX API to develop a Admin tool for OX. is there any standard that we can follow to create a OX certificate tool? I know OX is using OSGI. can we add Tomcat and Struts etc when build bundle?
Announcement
Collapse
No announcement yet.
how to create certificate plugin?
Collapse
X
-
Hi!
You can run tomcat parallel to the OX OSGI stack, or you use the servlet methods of the OSGI stack to deliver the page content of your app. For my OX admin project I implemented a simple small web server - see my open souce project
section source: http://oxgui.sciencesoft.at/psoxgui.0.1.17.src.zip
Here are some informations according OSGI and structs
with best regards
Peter
Comment