| Thread | Last Post | Replies |
|
| Struts Related Information required | 01 Feb 2007 19:04 GMT | 1 |
which are the sites where I can get good study materials for Struts framework in java and for EJB
|
| need Ant syntax help | 01 Feb 2007 16:44 GMT | 2 |
Hi i have an entry in ant build.xml like this <target name="all" depends="clean, init,compile_source, jar, ejbc, war, ear, deploy" /> i dont want to deploy but want to execute all other target.
|
| jar compatibility | 01 Feb 2007 15:02 GMT | 1 |
My question is this. I know java programs are good for cross platform applications...I am no Java Programmer, but I do have a question...say I have a java app that uses one of the new features in Java 6...I minimize the app to the system tray or set a registry entry to allow
|
| CLASSPATH + Linux | 01 Feb 2007 14:38 GMT | 9 |
Can anyone please tell me how to add or change a Java classpath in SUSE Linux 9.3. I have set up a Tomcat server but my Java Classes will not run although they do on a windows box.
|
| communication between 2 socket | 01 Feb 2007 10:56 GMT | 1 |
I have to develop the following project: ( 1 Client with 1 server ) ClientPLC ServerPLC
|
| Web start on os X : Cannot open associated file. | 01 Feb 2007 08:38 GMT | 6 |
With "Java Web Start", I can associate a custom file type with a Java application as described in "Java Web Start" guide http://java.sun.com/j2se/1.5.0/docs/guide/javaws/developersguide/contents.html
|
| java IDE | 01 Feb 2007 08:32 GMT | 7 |
I don't know whether it's the right topic, sorry about that :) I'm stuck with the choice to make for an IDE to dev in java..I used to program using Gel Editor (GExperts) which was an awesome IDE, imho. Unhappily, this project is not longer maintained.. :(
|
| Problem Exporting Eclipse RCP Product | 01 Feb 2007 08:13 GMT | 1 |
ich developed an RCP application with Eclipse 3.2.1 (Build id: M20060921-0945) and JRE 1.5.0.9-b03 on a win200 maschine, containig a couple of plugins 1 plugin, containing the perspective and application
|
| opportunity for .NET developers in MUMBAI | 01 Feb 2007 06:14 GMT | 1 |
Software Developers / Programmers (Ref code: SD/P-CD-I6) Client of Ours , a UK based IT firm -Microsoft Certified Partner, providing "internet marketing" solutions to major clients, Started Indian operations in 2006.
|
| best obfuscator | 01 Feb 2007 01:48 GMT | 5 |
which of the following obfuscators is the "best" you think? ProGuardProGuard ProGuard JODE
|
| Using set and get methods in an inherited class | 01 Feb 2007 01:41 GMT | 4 |
I have an inherited class where I'm acceptting input and setting the input to my private variables in my superclass (in my acceptPay method). If I display the variable by using the get method (see rem'd line in the acceptPay method) there's no issue.
|
| calculate age | 01 Feb 2007 01:04 GMT | 3 |
Is there an easy way to calculate number of years using standard Java? I have seen some examples but they use a product using BigDate. I need something that will calculate number of years taking into account leap years.
|
| Thread safe IO? | 01 Feb 2007 00:27 GMT | 2 |
Hi all. I'm trying to write some basic network communication in Java, and I've got a problem I can't resolve. The code below compiles and works correctly (in so far as I'm able to test), but I fear there may be some hideous issues lying just beneath the surface.
|