| Thread | Last Post | Replies |
|
| fun with NetBeans & StrutsTestCase | 29 Sep 2005 19:01 GMT | 2 |
Newsgroupies: I have this boss who thinks we have to write lots of unit tests, instead of getting anything done. Under the NetBeans editor, and its bundled TomCat, he wants us to use
|
| Export JAR file | 29 Sep 2005 17:09 GMT | 1 |
w/ Eclipse 3.1, I wrote a small Java application making use of the JXTA libraries (distributed as JAR files), then I exported my project as a JAR file including my classes together w/ the JXTA libraries. When I type "java -jar myapp.jar", I get the following message:
|
| differing sizes of wchar_t | 25 Sep 2005 21:38 GMT | 1 |
I hope I'm missing something obvious here ... My app reads text data over a socket. It's actually done via libcurl (http://curl.haxx.se) but that doesn't matter here; the point is that I am presented with a void * pointing to a block of raw data and a long
|
| Is there a Motorola's MidWay replacement for Linux or in plain Java? | 25 Sep 2005 18:30 GMT | 4 |
I own a Motorola E398 phone. I use Sun's Java ME toolkit to develop some apps for it. Poor me, the software to actually upload midlets to the phone (MidWay) is a Windows application - an OS which I don't use nor like. As the MidWay application uses plain serial port to upload (well, ...
|
| Linux + Eclipse | 23 Sep 2005 13:17 GMT | 9 |
I'm concidering buying a used laptop with 128 MB ram and 10 GB disk. I will put Linux on it and run Eclipse for Java development. Speed is not primary although I'd like to avoid constant swapping. Are the specs too feeble or is there a chance this will work?
|
| Comparing class files for equivalence | 19 Sep 2005 10:48 GMT | 2 |
I have a group of class files that were apparently compiled with two different compilers, and I want to know if these files were compiled out of the same source files. I tried decompiling them with jad, but I found a lot of differences in the decompiled source code that do not
|
| Java 5 and Rational Rose | 16 Sep 2005 13:46 GMT | 2 |
is it possible to reverse engineer java 5 code with Rational Rose? My Rose version is 2003.06.00 and I get parse errors while working with java 5 code. Exists an update (or will there be an update in the near future) so that Rose understands java 5? I've searched on the IBM
|
| tutorial for webservice creation using apache beehive | 15 Sep 2005 18:15 GMT | 1 |
when i search in the internet for tutorial all I could find is pre-written code.And the tutorial is not explaining how to create a webservice from scratch. Please provide me a link for a tutorial which explains creating
|
| NetBeans 4.0 and VSS 6.0 | 15 Sep 2005 16:26 GMT | 1 |
Are there step-by-step guidelines that I can follow to integrate NetBeans 4.0 with VSS 6.0? I am only able to see the projects I've added under the "Versioning" tab, and not from VSS. Also, when I refresh the list, this is the error I keep getting:
|
| is there sth like: eclipse plugin for comparing 2 different files (like in CVS)? | 15 Sep 2005 05:13 GMT | 2 |
is there sth lika: eclipse plugin for comparing 2 different files (like in CVS)? -- Pozdrawiam, Andrzej
|
| J2EE application server benchmark.. | 13 Sep 2005 13:19 GMT | 2 |
Anybody aware of some standard J2EE application which can be used for benchmarking application servers. I was currently evaluating the J2EE application server specifically for the clustering features. I saw SPECjAppServer2004 but understand it to be commercial application
|
| need eclipse profiling tutorial | 13 Sep 2005 12:01 GMT | 5 |
Anyone know of a tutorial on how to configure and run the profilers. I've installed the eclipse profiler and yourkit profiler, but am really lost as how to configure and run them (i.e. don't know whether to create a run-time workbench or a java app, etc...).
|
| Eclipse: importing 19 projects | 10 Sep 2005 09:52 GMT | 1 |
We are importing 19 projects into WSAD (Eclipse). This takes alot of clicks. Can I save this off but allow others to change the source directory? I cannot get the tool to select more than one project to import at a time. Can I get it to import everything beneath a certain
|
| JDBC vs Hibernate | 09 Sep 2005 01:16 GMT | 1 |
I am developing an application where i need to write XML data in database tables. Is there any way in Hibernate so that i don't need to create DAO objects in by code, i.e. it automatically create DAO's from XML and update in database.
|
| Accessing huge data files | 08 Sep 2005 22:25 GMT | 1 |
I am trying to access huge files in server using Webservice. I am using 1. Eclipse 3.1 as IDE 2. Tomcat 5.5.10
|