| Thread | Last Post | Replies |
|
| Help with -classpath and packages | 03 Jul 2006 15:07 GMT | 7 |
Okay folks, I thought I was doing something very, very simple, but I cannot seem to get this to work at all. Can anyone identify what I am doing wrong here-? _________________________________
|
| how to reformat the currency? | 03 Jul 2006 15:06 GMT | 7 |
I have a currency string like 2,111,000.09 what's the easiest way to change it back to a double type? Thank you!
|
| Web Services or Servlet? | 03 Jul 2006 15:04 GMT | 6 |
I have following scenarios: An application running on some server (inside our Intranet) is sending our server a request including 5 fields of data (volume is ~1000 per day) and our server is suppose to do some calculation and return back a
|
| Parsing XML from a String | 03 Jul 2006 14:06 GMT | 7 |
I am using the following code to parse XML from a file: ... DocumentBuilderFactory f = DocumentBuilderFactory.newInstance(); f.setValidating( false );
|
| Accessing Struts Formbean attributes from JSP | 03 Jul 2006 14:00 GMT | 1 |
I have a Struts backed JSP. Normally i access the Formbean's parameters via Struts Tags like <bean:write>. However now i have to put some form bean properties into a JSP string
|
| insert autoincremented value in db... | 03 Jul 2006 12:30 GMT | 2 |
i'm a question for you. My jsf application receive in input a file,store it into an array of byte and put it into a table tbl of a mysql db. The table has 2 field
|
| Customized Thread pooling | 03 Jul 2006 11:00 GMT | 1 |
I have built my own (simple) thread manager [TM], but just found java 5 has its own. I'd like to use the framework's one, but I have a problem: my TM calls a shutdown() method for a thread when it has to close it; every
|
| Axis Webservices | 03 Jul 2006 09:09 GMT | 2 |
I'm creating a number of Webservices which are all being handled by a single Java omponent - WebserviceBroker I've used axis to expose the WebserviceBroker.ProcessMessage method that takes a single string parameter containing an XML fragment.
|
| Regular Expressions, Include & exclude files | 03 Jul 2006 08:34 GMT | 2 |
I have a javaprogram that should read xml-files from a directory. The program could contain several types of files but it should only read files with a certain pattern. The file names will look like this:
|
| problem in build.xml | 03 Jul 2006 07:44 GMT | 2 |
please visit the ANT build.xml......here is some part of the big build.xml. http://img446.imageshack.us/my.php?image=pic1mp.jpg Question:
|
| JAVA coders needed for OS driven Project | 03 Jul 2006 06:23 GMT | 4 |
Need a JAVA coder willing to program a new client, for a gaming platform, that ties into a commercial league script. An existing code base exists. The other parts of the project are in C, and PHP using mySQL, but the JAVA programmer(s) need only concern
|
| html servlet flow | 03 Jul 2006 04:05 GMT | 7 |
I'm looking at the lessons in: http://pdf.moreservlets.com/More-Servlets-and-JSP-Chapter-02.pdf The servlet java class is at the bottom. There is some html that I can target in my browser that uses the
|
| Why JDBC need explicit character conversion? | 03 Jul 2006 02:40 GMT | 4 |
I use java to connect to MySQL (5.x), using the latest connector. I have declared the character setting in the connection: //----------------------------------------------------------------------------- Properties props = new Properties();
|
| What in Hell are Sun playing at with learning JNI ? | 02 Jul 2006 21:27 GMT | 19 |
Anyone know what Sun is doing with JNI reference material ? There used to be a valuable JNI trail in the Java Tutorial, but it's been unreachable for months and is no longer linked to from the main tutorial pages. There used to be a copy of Sheng Liang's book on the website too, but ...
|
| Tomcat directories | 02 Jul 2006 19:31 GMT | 1 |
Hey all I am developing a file upload application and want all the user uploaded files to be directed to C:\temp\ - the issue is that Tomcat only allows users to write files to the actual web application
|