| Thread | Last Post | Replies |
|
| Eclipse or NetBeans ,SWT or Swing. | 25 Apr 2006 18:48 GMT | 16 |
I write basically ERP/CRM applications . I´m choosing between Eclipse and Netbeans and Swing and SWT. It seems that none of them is as productive as Delphi environment. (I´m not saying that Delphi is more complete than Java,I´m not blind
|
| Raise of hands (virtually): How many here use AOP? | 25 Apr 2006 18:22 GMT | 35 |
Just curious about all programmers here: How many of you use Aspect Oriented Programming? If you do, do you use AspectJ, JBoss AOP, or something else?
|
| copy protection / IP protection | 25 Apr 2006 17:10 GMT | 69 |
I need to build a WAR/JAR that will need to fulfil the following requirements: 1. The code will only work for a trial period (30 days) 2. The code can be unlocked with a key
|
| Article: "Hi jackasses, RTFM and stop wasting our time trying to help you children learn." | 25 Apr 2006 16:47 GMT | 55 |
Just saw this interesting opinion article about how abusive Linux snobs are to Linux newbies who want to give the OS a chance. I hope no one here ventures into that much rudeness when it comes to java. Almost everyone here from Roedy, Patricia, Oliver, Hawtin, Chris are pretty
|
| IDE for JFS | 25 Apr 2006 16:39 GMT | 1 |
What IDE you would recommend for JSF based J2EE development using JBOSS AS.
|
| THE JASPERSERVER HAS BEEN RELEASED!! | 25 Apr 2006 16:17 GMT | 4 |
THE JASPERSERVER HAS BEEN RELEASED,Still open source. See http://www.javaresources.biz/bay/viewMessage.jsp?message=93&thread=54&forum=5
|
| Error occurred during initialization of VM | 25 Apr 2006 15:49 GMT | 2 |
I just installed JDK1.5 on a linux machine and added it bin directory to the path variable. However, whenever i execute java, it give me the following error yantra:/usr/java/jdk1.5.0_06/lib# java
|
| Array question | 25 Apr 2006 15:22 GMT | 2 |
i'm trying to write a program that computes the totals from a two-dimensional array then sorts by the largest total. however, I'm loosing the original record when i do the sort, becuase i can't figure out how to pass the index[key] when the swap takes place.
|
| Job for experienced Java programmer | 25 Apr 2006 14:51 GMT | 6 |
People I wish not bother, but I realy need good Java programmer for Linux... it can be interesting for someone here In need experienced Java coder... my actual coder is dissapear and I am over dedaline. I am looking for coder from Ukraine, Russia, East Europe, Inda
|
| Weird about signed applets ... | 25 Apr 2006 14:49 GMT | 1 |
I have a very weird behavior of a signed applet : 1) I have made an applet that accesses the local file systems 2) I put all that code into a specific method (say blah()) 3) I have designed a very poor ;-) interface using AWT to test it, the
|
| JFrame question! | 25 Apr 2006 14:41 GMT | 2 |
I am starting Java recently and I am learning, so if someone can help me with the following would be great. I have a JFrame, which has gridlayout. One of the grid has 2 check boxes. What I want is, if a check box is clicked, I want to expand the
|
| JRE crash in production ... how to tell JRE is beta? | 25 Apr 2006 12:27 GMT | 2 |
I got the following Java core dump: # # An unexpected error has been detected by HotSpot Virtual Machine: #
|
| Free Java Ebooks | 25 Apr 2006 10:43 GMT | 2 |
Get Free Java Ebooks from http://www.jvsoft.org/ If you need any other java ebooks,please let me know.
|
| Servlet cache issue | 25 Apr 2006 10:04 GMT | 5 |
I wrote a servlet that appears to have a cache issue, everytime i hit reload it appends to the data in the browser already. I've tried everything i can think of to fix this issue but would appreacite any advice you may have.
|
| parsing time periods params | 25 Apr 2006 09:31 GMT | 3 |
Do You know any ready to use class/method that would return number of seconds, something like that: method( "2" ) : would return 2 [secs] method( "2s" ) : would return 2 [secs] method( "2m" ) : would return 120 [secs]
|