
Search found 2 matches
- Fri Feb 15, 2013 6:53 am
- Forum: Java API
- Topic: Using the Java API outside a servlet
- Replies: 2
- Views: 13152
- Fri Feb 15, 2013 3:19 am
- Forum: Java API
- Topic: Using the Java API outside a servlet
- Replies: 2
- Views: 13152
Using the Java API outside a servlet
How would one go about using the Java API without implementing it inside a servlet (as in all the examples). We want to integrate it as a pure Java solution into our existing web applications. In other words, we simple want to instantiate the correct classes and be able to do the lookups. Would one ...