missing Web Service comunication library?
in
Library and Tool Development
•
3 years ago
First post on the forum, Hello World
Hi, I'm using Processing as one part of my diploma thesis and I just stumbled upon a problem.
The thing is, I'm using a Processing-generated applet for voice recording - using the Minim library - wrapped in a custom-made widget for the Google Web Toolkit. I develop in the Eclipse IDE and for generation I simply strip the .java file to meet the .pde format. That worked quite good until I took advantage of other third party library imports in Eclipse. Concrete: The Apache HttpClient for communication with web services on a Tomcat application server. I have 6 existing jar files containing the Apache Commons IO implementation and all works fine in Eclipse, but now I can't compile and export the Applet through the Processing IDE. I thought it may be possible to make a Processing specific library of those given lib files, any ideas?
Thanks in advance!
Felix Woitzel
Hi, I'm using Processing as one part of my diploma thesis and I just stumbled upon a problem.
The thing is, I'm using a Processing-generated applet for voice recording - using the Minim library - wrapped in a custom-made widget for the Google Web Toolkit. I develop in the Eclipse IDE and for generation I simply strip the .java file to meet the .pde format. That worked quite good until I took advantage of other third party library imports in Eclipse. Concrete: The Apache HttpClient for communication with web services on a Tomcat application server. I have 6 existing jar files containing the Apache Commons IO implementation and all works fine in Eclipse, but now I can't compile and export the Applet through the Processing IDE. I thought it may be possible to make a Processing specific library of those given lib files, any ideas?
Thanks in advance!
Felix Woitzel