Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Runtime Types API

I need some clarifications on server API.

As far as I understand, I can have only one (server) Runtime per project. How would I handle situation when some projects/modules require different types of libraries to compile. For example one project can have (optionally) xmlbeans libraries, and/or beehive and struts (also optionally) runtime. At the end it must to run under different types of Servers, using their runtime. Do you have the flexibility to make this separation (within the same project) or it will be always one runtime having all in one?

Thanks,
Alex.


Back to the top