| Thread | Last Post | Replies |
|
| Jasperreports & iReport - question | 28 Feb 2004 22:25 GMT | 1 |
I'm using Jbuilder X. Recently I was sugested to use jasperreports in order to create reports for my application which uses an ms access db. I searched a little more and discovered iReports which is a perfect GUI for designing reports.
|
| nee help... | 27 Feb 2004 22:49 GMT | 2 |
I want to create a script in java to find for me the ?width, length and size? in the files which are stored the Hard Disk. Can any one help? Thanks
|
| Accessing CVS from Sun Studio | 26 Feb 2004 23:49 GMT | 3 |
I have CVS on a Linux Box with SSH access (no pserver). The version is SSH2 I am trying to access it from Sun Studio on my Windows Box. There seems to be no option in CVS setup for anything other than pserver in the GUI config.
|
| Eclipse plugins to match functionality of BEA WebLogic Workshop | 26 Feb 2004 21:36 GMT | 1 |
I am looking for an IDE (Freeware preferred) which will allow me to write code with minimum effort. Very much like WebLogic Workshop studio from BEA. A tool that allows me to define my JDBC connections and drag my connections to my code (like DreamWeaver from Micromedia),
|
| Eclipse JSP and Code Insight | 26 Feb 2004 03:28 GMT | 4 |
Trying out Eclipse (version 2.1) again....loving it except for one item: Is there any code insight available when building a JSP using Eclipse? If I could perform this option, I would be sold! But searching
|
| Looking for runtime license management suggestions | 25 Feb 2004 18:36 GMT | 1 |
All, I've been asked to look at commercial product license management solutions that are compatible with Eclipse. I'm hoping that I can get some recommendations and
|
| ? Eval of Many IDE's, Srv Platforms | 25 Feb 2004 08:05 GMT | 6 |
I need to get a crash course on the products and tools available. [ JBoss, IntelliJ, Websphere, NetBeans, etc., etc. ] Is Sun promoting a particular product or bundling its Downloads with an IDE?
|
| Program that draws diagrams by reading database schema off JDBC database? | 24 Feb 2004 18:55 GMT | 3 |
Any programs out there that can generate a ER diagram or a database scema diagram from JDatastore? I need to draw a diagram of a database scema i created, and i'm too lazy to do it myself. Is there anything out there, that can draw diagrams, and that
|
| Tool to find unused functions/classes | 24 Feb 2004 16:59 GMT | 16 |
I have got a rather large project recently and found several functions that are never called. Now I would be interested in having a list of all classes/functions that are never invoked (I really dont care
|
| [Ant] How to factorize tasks? (Newbie-question) | 23 Feb 2004 15:54 GMT | 2 |
I want to factorize two ant targets (deploy/undeploy). The only difference is that they call a java class with a different parameter (a wsdd file). Here is a snippet of the working ant build.xml file: <project name="MyProject" default="compile" basedir=".">
|
| Ant 1.6.1 released | 23 Feb 2004 06:34 GMT | 3 |
Ant 1.6.1 has been released on February 12th, 2004. Apache Ant 1.6.1 is available for download from : <http://ant.apache.org/bindownload.cgi> The ASF Board has approved the new Apache License 2.0. For a copy of
|
| Eclipse: Template Variable Creation | 21 Feb 2004 17:24 GMT | 1 |
'Twas blind but... Where in Eclipse do I do I add a Template Variable? I was thinking of adding a few template variables, aka those things that have ${...} that result in dynamic substitution when
|
| Eclipse Install Error | 19 Feb 2004 09:36 GMT | 1 |
I have just about given up trying to get eclipse running on my machine. Its running on Mandrake 9.2 with the latest Java SDK. I have tried building it from sources and from rpm. When I start it
|
| ant FileSet: regular expressions? | 17 Feb 2004 07:44 GMT | 1 |
Can I use regular expressions to match files in the ant FileSet task? Can anyone provide an example? I'm trying to do this within the context of a Copy task. Thanks.
|
| Recursive property resolution in ANT | 17 Feb 2004 07:33 GMT | 2 |
So suppose that I have an ANT build file with a number of properties set in it, and some of those properties depend on previously defined ones, like so: <property name="pcsRootDir" value="/pcs/pcs-HEAD"> <property name="mncRootDir" value="/mnc_core/mnc_core-HEAD">
|