| Thread | Last Post | Replies |
|
| [J2me]Client and server at the same time? | 28 Aug 2005 13:57 GMT | 1 |
I have a strange bug in my midlet. Each of the mobile phone must be client and server at the same time (via a Bluetooth connection). The problem is that sometimes (almost one out of ten tries), the server acts strangely. The server thread hangs on :
|
| question about on load start servlet in TOMCAT | 28 Aug 2005 12:55 GMT | 6 |
I have an application run on TOMCAT AS. one of my servets is set up as on load start. It works fine when it is deployed. but after like 10 hours, the servlet will be down and I have to reload my application to start it up. do you know what's the problem? thanks
|
| XML Validation | 28 Aug 2005 11:33 GMT | 8 |
There are some XML documents that I am attempting to validate against DTD's, XSD's & most lately, Schematron and Relax-NG style validation documents. Although both of the latter are mentioned in the documentation*
|
| dynamic arrays | 28 Aug 2005 11:03 GMT | 7 |
I was wondering if it is possible to make an array dynamicly. I don't the easy newbie stuff like ----- int[] meth(int size) {
|
| Hibernate mapping problem. | 28 Aug 2005 07:20 GMT | 6 |
Hi hibernate guys, I am facing a problem with data type problem in hibernate mapping. Below is a standard example from hibernate.org. It works perfectly fine.
|
| An enum mystery solved | 28 Aug 2005 05:23 GMT | 14 |
I was baffled why the compiler would not let enum constructors access the enum's static variables. I consider it a bug, but an understandable bug. I think the reason is the enum invokes the constructors for the enum
|
| posting 20050827 | 28 Aug 2005 02:51 GMT | 2 |
"Well, then," Michelle said. "I can't get the mask made." I spent a few minutes with Miranda, getting her version of events, and then went with Mizuhara to see Michelle. She was the only patient in a semi-priva te room with three beds. Her head was bandaged; the sounds in the room ...
|
| Exploring Static Init | 28 Aug 2005 01:50 GMT | 7 |
After Thomas surprised me with the enum decompilation, I thought I would have a look at a static init decompilation to see I what I thought was true was indeed true. Here is my little test program:
|
| Very basic question | 27 Aug 2005 20:23 GMT | 5 |
I went to the sun site and downloaded what I hope is the development part of java. I downloaded JDK5 with Netbeans. I installed it and now have a folder in my program group "Netbeans". Is that java? Would I execute that to create a java application?
|
| Help selecting Java class libraries | 27 Aug 2005 15:22 GMT | 4 |
I am working on an Internet based project. Recently, I decided to switch from C++ to Java. Some of the requirements of this project are: HTTP GET and POST (maybe more), reading web pages either into memory or file, parsing HTML and filling in checkboxes, forms, etc. At some ...
|
| String to InputStream help needed | 27 Aug 2005 14:41 GMT | 2 |
I have a String represented as an xml file which I get from a mysql db column, which is of type 'text' . I need to pass the String to a jasper reports method which has the following signature: JasperReport compileReport(java.io.InputStream inputStream)
|
| struts <html:text> indexed tricks | 27 Aug 2005 13:47 GMT | 1 |
Hi ... I am trying to read a form element. its <html:text> and indexed. How do I read this value? name[0].property is what the specs say. couldn't figure out how to. I figured out that its generating an array
|
| [struts] ActionForm | 27 Aug 2005 13:14 GMT | 1 |
I am new to struts and I have an ActionForm which puts the values of an Object and then calls an Action. But how can I call this object filled in by the ActionForm within the Action? The ActionCall looks like the normal one:
|
| START YOUR OWN THOUSANDS USING PAYPAL!!!! | 27 Aug 2005 12:03 GMT | 3 |
My own business, making hundreds of thousands of dollars, with little investment, could it be that simple??? Just read this. I don't even have to convince you
|
| A short but unsuccessful script for calling a Java app. | 27 Aug 2005 10:46 GMT | 14 |
I'm sure that this is not really on-topic for this group, but forums I would have thought to be more appropriate yield unhelpful, inaccurate or no repliies at all. Evidently, few groups are frequented by people that understand both Java and Linux shell scripts.
|