| Thread | Last Post | Replies |
|
| why is Java the way it is? | 31 Aug 2008 21:45 GMT | 44 |
Why is this illegal? while ( int place = s.indexOf( x ) >= 0 ) { ..
|
| XML: Getting "special" attribute | 31 Aug 2008 18:01 GMT | 7 |
Hello, in my application I need to parse XML Schemas. I'm using Xerces to create an XSModel and from a schema and from this XSModel I obtain an element declaration map (basically to get the root element from which I can get all sub-elements). My problem is that I have XML schemas ...
|
| help with extends | 31 Aug 2008 16:08 GMT | 2 |
class above { void display() { class family { -- some functions --
|
| maths | 31 Aug 2008 10:39 GMT | 6 |
when i divide 5/2 in java i get 2.0 how can i get the exact value 2.5 , actually i want to generate random number from 0 to 1 like . 00987 , .09654 ........ pls any one reply me soon
|
| Inner classes | 31 Aug 2008 06:25 GMT | 9 |
Can someone please guide me a link on java inner classes ?. I am having a tough time getting the nuances of the access mechanism for outer and inner class variables. thanks,
|
| Euclidean TSP and Java | 31 Aug 2008 06:12 GMT | 2 |
Interesting page here on Euclidean TSP: <http://valis.cs.uiuc.edu/~sariel/research/CG/applets/tsp/TspAlg.html> It includes a Java applet that implements two approximation algorithms that run in polynomial time and give performance guarantees. One runs
|
| Concurrent, persistent background process for a J2EE container | 31 Aug 2008 03:15 GMT | 28 |
I'm in a need of a manager for an own logging system, where the data will be written to a database or some xml related file. I would like to dedicate a process or a thread for writing the log, and in addition to that for some cleanup and other management.
|
| Hibernate Question | 30 Aug 2008 21:11 GMT | 3 |
I don't know if this is the correct ng for this but .. How do you programatically set the password for a hibernate connection ? I have tried something like configuration = new Configuration ();
|
| how to parse a xml document which has a combination of XML XQuery and XPath | 30 Aug 2008 14:50 GMT | 15 |
In my current project i am bit stuck where i dont have any formatted XML doc but it is a combination of XML XQuery and XPath. Can I parse a document which has a combination of (XML + XQuery + Xpath + data) ?
|
| check that 64 bit compiler is installed properly on solaris 10 | 30 Aug 2008 05:06 GMT | 28 |
How to check that the 64 bit compiler is installed properly on solaris 10 (SunOS 5.10 Generic sun4u sparc SUNW,Sun-Blade-2500)? $ java -version java version "1.6.0_07"
|
| regex problem | 30 Aug 2008 03:16 GMT | 13 |
I am new to Java. I want to use regex to match against some strings. One of the requirement is to match a string if it is NOT equal to some other string. I know one way would be to negate the result but I want to know an alternate solution. Here is the sample code that shows my
|
| Persistance: Best practise | 30 Aug 2008 00:36 GMT | 2 |
Coming from Coldfusion I will now have to develop an application in jsp. Now I'd like your opinion on what to use for persistance in that specific case:
|
| JAR in a JAR? | 30 Aug 2008 00:33 GMT | 20 |
I'm trying to use an external library in my application. The external library (developed by a different developer) uses a library within itself (a resource library, essentially) which is also contained in a JAR file. When I pull this developer's library into mine application,
|
| USB and hibernation | 29 Aug 2008 23:00 GMT | 4 |
Is there a mechanism for a USB port to be able wake up a PC on standby or hibernating? Ethernet cards can do it. Can anything else?
|
| java.net.URL with ldap | 29 Aug 2008 22:07 GMT | 1 |
If I pass ldap://ldapserver:389 to URL constructor I get an exception with JRE 1.4.2. Is the Java URL only for http: https: ja file: and not others? Or is this the problem with 1.4.2 only?
|