| Thread | Last Post | Replies |
|
| Oracle JDeveloper: Good, bad or indifferent | 01 Jul 2007 00:50 GMT | 3 |
I installed Oracle JDeveloper yesterday and I'm wondering if anyone else has recent experience with this IDE. Is it worthwhile to try to learn the product, or should I stick with NB or Eclipse? While I am not prepared to go back to using an IDE, it seems that in order to stay
|
| fontsize in textlayout | 01 Jul 2007 00:28 GMT | 2 |
I like to print some elements includind bib test in a special font size. Everything is printed in that size (g2d.drawString), except my big text (layout.draw(g2d, ...), which is allways printed in something like 6 points. This is my code:
|
| JINI startup. | 30 Jun 2007 22:33 GMT | 1 |
In order to use JINI, I should start Jini's Lookup Service - if so, then how can I start this service ? ...and some other services I should start.
|
| how to count exactly the rows of a ResulSet | 30 Jun 2007 19:46 GMT | 9 |
Then, i have this need, i use this method, it seems works fine, but for this method there are no differences if the resulSet contain one row or if resultSet is empty, method return always 1 to me. For resultSet larger than one row it works perfectly.
|
| Display problem in JEditorPane | 30 Jun 2007 16:06 GMT | 4 |
I have the following problems, someone may already have experienced or knows how to solve. I have a JEditorPane that contains an HTMLDocument, which contains some referenced images, i.e. <img>-tags. Now, I'd like to display this in Graphics
|
| Anonymous class - I don't know how to... | 30 Jun 2007 15:38 GMT | 18 |
1) Syntax for creating anonymous class: new < superclass> ( <params> ) { <class definition> }; Example: Object o = new Object() { public int anon = 20; };
|
| [JFreeChar] What is the best kind of charts for my problem ? | 30 Jun 2007 14:56 GMT | 2 |
I begin with JFreeChart so it's a little bit difficult for me. So excuse me if my question seems to you very simple ! So, I have data that could be displayed in a histogram at 2 dimensions. In the X Axis, the values are doubles and in the Y Axis
|
| New Java Site | 30 Jun 2007 07:55 GMT | 17 |
<html> <head> <title> Complete Java Preparation</title> <meta name="keywords" content="java, j2ee, Struts, Hibernate, Tibco"/>
|
| C++ vs Java "new" (no flame war please!) | 30 Jun 2007 04:03 GMT | 14 |
Do not take anything about this, it is not a flame or troll, while I'm not new to Java I favor C++. However, I may need to use it in a contract position, and am concerned that the restrictions it places on application code.
|
| code sample for JINI | 30 Jun 2007 01:11 GMT | 4 |
I want to know about JINI technology, what its pros and cons, and how can I use that technology (using Eclipse SDK version 3.2.2). Is JINI a good alternative for using databases ?
|
| beginner: Java or .NET? | 30 Jun 2007 00:20 GMT | 16 |
I graduated computer science faculty and decided to became a programmer. Please help me to make a decision: Java or Microsoft .NET? What is the future of Java? Thanks!
|
| Need help with using org.apache.log4j pakages (LogManager) | 29 Jun 2007 23:43 GMT | 2 |
I downloaded logging-log4j-1.2.14 package and edited the classpath variable to point to this directory: C:\logging-log4j-1.2.14\dist\lib\log4j-1.2.14.jar And my java code has this line:
|
| Using mandatory libraries (custom class loading vs. expanding libraries) | 29 Jun 2007 22:25 GMT | 21 |
I was wondering what would be the "best" approach to achieve class loading flexibility in the case of a) Running the application/applet via the local class files from the development tree
|
| XML-Parsing with UTF-8 Byte-Order-Mark (BOM) | 29 Jun 2007 18:18 GMT | 3 |
i have a really weird problem. The environment is a client - server application, where the client reads an UTF-8 encoded XML file (with cyrillic characters e.g.) which is then send to the server, where it is parsed in 2 different ways -
|
| Anybody knows how to implement Comet with JavaServlet? | 29 Jun 2007 17:17 GMT | 3 |
I want to implement Comet (http://en.wikipedia.org/wiki/Comet_(programming)) using java servlet. Anybody familiar with this? Thank you!
|