Search found 2 matches

by AdDynamo
Fri Feb 15, 2013 6:53 am
Forum: Java API
Topic: Using the Java API outside a servlet
Replies: 2
Views: 13152

Re: Using the Java API outside a servlet

No, this is 100%. Thank you very much :)
by AdDynamo
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 ...