Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » RAP / Tomcat Issue(Writing Dynamic Class Files)
RAP / Tomcat Issue [message #790265] Sat, 04 February 2012 02:07
J G is currently offline J GFriend
Messages: 2
Registered: February 2012
Junior Member
Hi,

I am developing a RAP application that gets deployed as a war file in tomcat.
In the application, I dynamically generate POJO java source files, compile them, load their compiled classes so I can use them dynamacally.

I have this working in Eclipse (RCP/RAP development), but cannot get this to work in tomcat. I looked into registering a file/folder as a resource using org.eclipse.equinox.http.registry.resources entry points, but this doesn't provide a solution as these files are read-only.

I need to write java source files dynamically from a deployed RAP application and be able to compile, load, and use those classes from within the same runtime instance of the RAP application.

Is this something I configure in Eclipse, or is this something I configure in Tomcat.

Any suggestions would be greatly appreciated.

JG
Previous Topic:show view option enablement
Next Topic:RAP / Tomcat Issue
Goto Forum:
  


Current Time: Mon May 29 05:46:01 GMT 2023

Powered by FUDForum. Page generated in 0.02385 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top