| Thread | Last Post | Replies |
|
| a free frontend for programming? | 28 Jun 2005 10:16 GMT | 6 |
I use Borland JBuilder, but I have an illegal copy of this program. Knows everyone a free (or better a GNU GPL) frontend to programming Java? I create only standalone programs, and maybe sometimes an applet. I dont create JSP pages.
|
| html renderer | 28 Jun 2005 10:06 GMT | 2 |
does anyone know of any html page renderer/visualizer component in java ? ( I am currently using the one which comes with the package but it is too slow and not uptodate and not compliant to standards. ) any help much appreciated.
|
| Graph generation ? | 28 Jun 2005 09:29 GMT | 5 |
I'm looking for a sofware solution which can help me in filling those needs : 1) Generate 2D graphs (i'm not stuck on a format) 2) graphs must be zoomable
|
| totally unexplainable tomcat mystery! | 28 Jun 2005 08:56 GMT | 10 |
Either tomcat is mad or I am! I have finally got my webapp to run with, most importantly, some awkward dlls, together with the application jar, installed in the WEB-INF\lib folder.
|
| Date in Castor | 28 Jun 2005 08:47 GMT | 2 |
I have an XML file with dates in it, formatted as: <birthday> <day>21>/day> <month>06</month>
|
| Validate Document object against Schema without reparsing the xml | 28 Jun 2005 08:42 GMT | 2 |
Is it possible to validate a Document object against a schema file without reparsing the xml: public void validate(org.w3c.dom.Document doc, File xsd) throws SAXException {
|
| J2ME, MIDP1.0 - Text input in low level graphics api (Canvas) | 28 Jun 2005 06:24 GMT | 15 |
I'm making a game in j2me, that should be midp1.0 compatabile. The thing is, that I need to let user type some text (name on the highscore screen etc). Is there something I could use, or I have to solwe this myself?
|
| Q: const? | 28 Jun 2005 06:09 GMT | 7 |
now this may seem like a very very basic question .. how do I define constant in Java? In C++ you do 'static int const max_chars = 255;' .. just in case I was not using the correct terminology to describe what I am looking for.
|
| ANT Parameters | 28 Jun 2005 04:38 GMT | 1 |
I have an ant script which requires at least two targets to be specified. Is there a way with core ant tasks or ant-contrib tasks to validate the number of targets specified when the ant script is invoked ?
|
| Sun Java System Application Server 8 | 28 Jun 2005 02:03 GMT | 2 |
Is the SJSAS 8 update 1 a plateforme I can use for production environment? I remamber having read some post where the Sun Application Server was not reliable and Tomcat or JBoss where better alternatives. My team is going to use the latest Java Web-Service 1.6 SDK.
|
| Displaying results as "pages" of a JTable and sorting across all results ... | 28 Jun 2005 02:02 GMT | 1 |
Hi all ... I've recently returned to the world of Java after an extended sabbatical, but I'll admit that my grasp of TableModels and such was never all that great.
|
| cldc build failing | 28 Jun 2005 00:47 GMT | 1 |
I am trying to build CLDC 1.1 under linux. I have some custom api's integrated in the api tree of the cldc. On doing a make from the top build directory (CLDC_HOME/build/linux), the build stops after compiling all the *.java files and following are the last few lines:
|
| XPath's with String comparisons | 28 Jun 2005 00:00 GMT | 1 |
I've looked through all the help files I can find, and as far as I know what Im doing is correct. I wrote a simple program that accepts an XPath from the command line and runs them against a set XML file. All the XPath's work great except when I compare the value of one tag
|
| Servlet Compiler Error. | 27 Jun 2005 23:16 GMT | 1 |
I need some help/assistance from one of you able people for always getting a compiler error indicating that the line[s] "private StringBuffer getConfigTable(ServletConfig config) {" AND the line "private StringBuffer getContextTable(ServletContext context) {" are illegal starts ...
|
| Can I use db2 as database for OpenCms | 27 Jun 2005 18:50 GMT | 1 |
I am using websphere and DB2 in my existing application. Can I use OpenCms as Content Management System for DB2.
|