| Thread | Last Post | Replies |
|
| Validation in swing using struts-like approach | 17 Jul 2007 16:15 GMT | 3 |
I have a swings application, which includes a lot of validations in the client side. When ever I add a new functionality to the same, some of the validations in the applications breaks. I am looking for validation method like in struts, where we can
|
| Eclipse XML Editor | 17 Jul 2007 15:55 GMT | 4 |
I am using Eclipse, and I installed the plugin Aptana to get its Javascript support. However it also offers a XML Editor, and it seems to be buggy - I have a XML file that contains some german
|
| Connecting a GUI to a Derby Database with NetBeans IDE | 17 Jul 2007 15:38 GMT | 1 |
I try to follow up on the tutorial : Connecting a GUI to a Derby Database with NetBeans IDE http://www.netbeans.org/kb/50/gui-database.html However, I get the following error when I try to perform execution :
|
| Eclipse hotkey | 17 Jul 2007 15:20 GMT | 3 |
I know this is not a eclipse forum. But I think many people here use eclipse. Where can I find information about hotkeys of eclipse? I can not find it from the document of eclipse.
|
| parse the data and generate report in excel formate | 17 Jul 2007 13:21 GMT | 1 |
i have to parse the data and generate report in excel formate, i have to pick the data from mysql. bye suraj
|
| Hotkey | 17 Jul 2007 13:20 GMT | 1 |
Where can I find the hotkeys of eclipse? Thanks.
|
| Is There a Java Class for this Kind of Data Structure? | 17 Jul 2007 09:18 GMT | 51 |
I think if I weren't self taught, I'd know the terms to describe what I'm trying to do and might even know what kind of class to look for in the Java API. I'm hoping there's a Java class that will do what I need to do. I think it's some kind of tree structure, but I've only heard ...
|
| What products do you wish you could buy? | 17 Jul 2007 08:05 GMT | 2 |
What products for Java developers do you wish you could buy? We recently discovered that there are no decent commercial FFT libraries for .NET programmers. This gap seems to have been filled for Java programmers. Where are the gaps in the Java market?
|
| java.lang.String. | 17 Jul 2007 08:04 GMT | 1 |
Can anyone tell me what is the difference between the two assignments String ref = "HAI"; String obj = new String("HAI");
|
| Changing Locale setting at runtime | 17 Jul 2007 07:42 GMT | 11 |
I'm developing an RCP application based on Eclipse 3.3. I wrote it down in my language and then I translated it using Externalize mechanism in Eclipse. When the application starts, a little login form appears. On that form
|
| Urgent requirement- Java Dotnet Professionals | 17 Jul 2007 04:52 GMT | 3 |
Hi Java professionals, I have excellent openings for Java J2EE with Struts in NJ If you have friends or contacts who are in Dot Net and SAP Security do get back with updated resume.
|
| [offtopic] Tortoise client blocks Windows | 16 Jul 2007 23:50 GMT | 3 |
I am using the tortoise svn client for subversion cvs. Each morning I have to update a big list of projects, which (almost) blocks my pc for about 30 minutes. Is there any way to avoid that? Maybe to give tortoise less priority -
|
| Setting low level flag for Serial Port in Java | 16 Jul 2007 23:30 GMT | 1 |
How can I set a low level flag for Serial Port. Using C++ I can say: if((m_hComaptm=::CreateFile(/*(LPCTSTR)port,*/"COM1", GENERIC_READ| GENERIC_WRITE, 0, NULL, OPEN_EXISTING, FILE_FLAG_OVERLAPPED,
|
| User Ratings and Reviews for Open Source Software | 16 Jul 2007 22:02 GMT | 4 |
Hi Fellow Java programmers, http://osspinions.org is a place for developers like you to share your opinions about open source projects. You may rate projects, write reviews about them, and recommend them to others. Take a look, browse
|
| Extending an enum | 16 Jul 2007 21:41 GMT | 4 |
You can't extend an enum to either add more enum constants or more static methods or more instance methods on the enum constants, or more instance datafields on each enum constant. Any thoughts on how to fake various types of extensions?
|