| Thread | Last Post | Replies |
|
| How can I put my app with all libs in a singe-jar? | 26 Nov 2005 14:55 GMT | 9 |
I have written an hybrid applet (applet + application) which uses some libs. Is there a possibility to put the application (only classes and properties) and the libs (jar-files) into a singe-jar without to
|
| XSL and XML | 26 Nov 2005 01:48 GMT | 4 |
Friends, Is it possible to generate a XML file using XSLT? If so can Some one point me in the right direction as to how this can be achieved? Thanks
|
| Why getInputStream in a http servlet request isn't getting the data sent by browser HTTP POST action? | 25 Nov 2005 23:17 GMT | 3 |
Hell Gurus, I have a stupid question here need your mighty hands. I wrote a very simple Servlet to test the POST data function: ==
|
| Need help in detecting memory | 25 Nov 2005 22:29 GMT | 1 |
Hi Group, I have some issues related performance , i am not sure the bottleneck of the it , could be memory related . Heard that Jprobe is very good tool to debug memory leaks in the Java
|
| Thread Dump analysis | ojdbc14 | Oracle Connection pool | 25 Nov 2005 21:50 GMT | 5 |
The problem description is a bit large...wanted to be more descriptive. System Architecture: ------------------- Apache, Tomcats 5.0.x, mod-jk (for load balancing), Oracle, jsp, java,
|
| Where can i get a good RSS java utility lib? | 25 Nov 2005 20:21 GMT | 2 |
Is there a updated, good and simple RSS reader and writer I could use in Java. Or should I code everything from scratch? I have look the RSSLibJ : http://www.enigmastation.com/rsslibj/ The projet is stale since 2003 and the Electric Xml librairie uses is
|
| Difference between Apache Tomcat and Jakrata Tomcat | 25 Nov 2005 17:58 GMT | 1 |
Please tell me the difference between http://jakarta.apache.org/ and http://tomcat.apache.org/ Both are called tomcat and they both are used to run JSP and servlets. Do let me know
|
| Pass on values from drop-down box | 25 Nov 2005 17:54 GMT | 4 |
I wonder if anybody can give me a hint about what I have to do to get this working: I am creating a drop down box using the script below. The result is two text fields; now I want to pass those values, which come from the drop down box, to the next page. The next page should then
|
| A brand new Java course | 25 Nov 2005 14:36 GMT | 5 |
I have found an interersting Java Course on the internet which is based on the bock How to think like a computer science. Just have a lokk on this page! the link is: http://www.vias.org/javacourse/
|
| Modularity | 25 Nov 2005 14:30 GMT | 3 |
Good day everyone... I have a question and any bit of advice would be appreciated. What would be the easiest possible way to implement a scripting system in a java program so that you can have a core + modules kind of system.
|
| applet inside an applet | 25 Nov 2005 13:32 GMT | 11 |
Dear Friends, please suggest me a soultion in the following issue. I am new to java & please bare my poor english. I have an appplet, inside the applet, if some conditions matches I
|
| Hibernate objects need values from db trigger while not yet | 25 Nov 2005 13:18 GMT | 3 |
I have a problem with hibernate objects which are not syncronized with the underlying database record within a running transaction. The tricky part is, that certain fields are set in the database using an insert trigger, and I need to get these values into my hibernate
|
| Java Signature Capture Applet | 25 Nov 2005 12:59 GMT | 1 |
Java Signature Capture Applet A freeware java applet including the source code (.java) for capturing signatures in IE, Firefox and other browsers. I got fed up looking for something that would capture a signature so I
|
| Is it possible to merge ClassLoaders? | 25 Nov 2005 12:34 GMT | 7 |
I created a URLClassLoader which can load JARs from a given URL. But the calsses inside the Jars are not be found. Is there a possibiliy to merge the default ClassLoader with my own one? Markus
|
| jndi and jms | 25 Nov 2005 08:30 GMT | 6 |
I am having some difficulty getting a simple example of JMS running. I would like to simply create a standalone app that sends and/or receives messages from the server. The main problem I am having is coming up with a string that points to
|