| Thread | Last Post | Replies |
|
| Mail from UrpanTech | 14 Jan 2007 05:26 GMT | 2 |
We UrpanTech are a very big staffing company in USA with clients like Microsoft, TCS, Capgemini and skillnet so on. We hire people for our US Clients which are in India too. The main advantage with our company is that our clients have their base in USA and will want their employees
|
| how to read a .txt file | 14 Jan 2007 04:57 GMT | 7 |
|
| How to use XML in Java | 14 Jan 2007 02:33 GMT | 4 |
I've recently stated to lean XML. I've used the w3c school tutorials and one O'Reilly book to learn it. The concepts are quite simple, at least those that I've seen and I'm liking it by the minute. Still there are things I don't understand.
|
| Can this be done with Session Beans only ? | 14 Jan 2007 01:34 GMT | 2 |
suppose I have an airline web selling ticket application. This is the web flow: -The user chooses destinations & date -The user chooses seats
|
| Best GUI/IDE for JSF or JSP tag libs? | 13 Jan 2007 19:20 GMT | 6 |
I'm looking for a simple, lightweight editor for JSP pages. It should have support for JSP tag libraries or JSF, so I can pick components off a palette and insert them into a page. Any suggestions?
|
| Java API for SOAP messages | 13 Jan 2007 18:32 GMT | 5 |
could you please suggest me a (free) Java library for dealing with SOAP messages (e.g., serializing, deserializing, etc.). I don't actually need a complete server, only a library. thanks in advance
|
| developing for something that isn't there.. | 13 Jan 2007 18:23 GMT | 17 |
hi.. i've been taksed to create a framework that would read a complex xml (do NOT say data-binding) and use the data to populate a java bean tree..
|
| Inheritance and lousy Frame | 13 Jan 2007 18:09 GMT | 16 |
First of all, I'm a java newbie. I'm exploring the Java's Inheritance feature. The guiding doc is a piece from Borland, seems not bad, the IDE is JBuilder 2005. A super class is called MammalClass and two subclasses are named DogClass and
|
| Forward problem (JSP) | 13 Jan 2007 17:54 GMT | 8 |
This is a peculiar problem..plzz i need its solution as soon as possible..here is my case: I hav a jsp page where in i have 3 combo boxes, and corresponding 3 buttons..upon clicking each button, a javascript function is called
|
| JCreator trouble - or is it just java? | 13 Jan 2007 17:38 GMT | 2 |
I'm trying to write a Hello World program in JCreator, but it's not compiling. I get this error message: Error : Invalid path, "C:\Program Files\Java\jre1.5.0_10\bin\javac.exe" -classpath "C:\Documents and Settings\DUSTAN\My
|
| Why aren't long & double's atomic? | 13 Jan 2007 14:03 GMT | 6 |
From http://java.sun.com/docs/books/tutorial/essential/concurrency/atomic.html Reads and writes are atomic for reference variables and for most primitive variables (all types except long and double).
|
| replaceAll Use | 13 Jan 2007 00:09 GMT | 5 |
How can I use replaceAll function to remove XML declaration line: <?xml version="1.0" encoding="US-ASCII"?> This did not work: String newXML = myXML.replaceAll("<?xml version=\"1.0\"
|
| EJB with thread is banned? | 12 Jan 2007 20:32 GMT | 2 |
Can i use the thread in statefull sessoin bean? I heard it is not good practice. Does any happen to know why? SK
|
| File Read in 2 JVM | 12 Jan 2007 20:23 GMT | 3 |
I am going to read file in one JVM that someone create in another JVM. Writer JVM is older class, but I can ask them to modify it for me. This is in linux. I am worried about dirty reads. Reading the file when writer JVM is not
|
| Struts checkbox with ActionForm in request scope | 12 Jan 2007 20:04 GMT | 1 |
I am trying to render check boxes using an indexed property say selectedRole[0..n]. Since the Form is request scope, how one should code the setter method setSelectedRole(int idx), when the form is submitted. The number of submitted checkboxes are not known and
|