| Thread | Last Post | Replies |
|
| Repeated SQL resultset into a method | 02 Oct 2007 23:37 GMT | 1 |
I have the same SQL resultset in my Database class file several times and was wondering if I can make it into a method? public somemethod() {
|
| Calling method from another class and SQL select max id issue | 02 Oct 2007 23:27 GMT | 2 |
I have a method that has a prepared statement that executes before a SQL select max id query. The Prepared statement works great where I call it in another method in my Java Helper Class file. Now I want to move the method with the prepared statement into another
|
| Formatting a value (jsp - to thousands) | 02 Oct 2007 22:41 GMT | 6 |
In my jsp form I want to format a variable from something like 235522455 to 235,522,455 I am trying to format it with DecimalFormat as follows: DecimalFormat dfThou = new DecimalFormat("###,###");
|
| 'Hello world' servlet with Sun Java System Application Server | 02 Oct 2007 22:37 GMT | 1 |
I'm trying to create a simple "Hello World" servlet to be served with Sun Java System Application Server Platform Edition 8.2. I installed it ok on Linux: /opt/SUNWappserver/
|
| Cannot find symbol java error (newbie question) | 02 Oct 2007 10:48 GMT | 14 |
I'm normally good at finding why a java compiler can't find a symbol, the methods have different calling types in their parameters, mispelling of a variable, certain letters were captialized while others were not but this has me totally stumped. Here is a simplified
|
| get data from JTable | 02 Oct 2007 09:12 GMT | 1 |
I have a JTable retrieve, insert and delete from DB . and I have JList display data of each column using table.getValueat(row, column) the problem is I want to select values of column distinctly ( no repeated data )without using SELECT statement
|
| Eclipse WebService | 02 Oct 2007 08:12 GMT | 3 |
is there a "webservice plugin" for Eclipse? I would like to find a plugin where I can declare a class and its methods as a web-service, and then select a menu item "make webservice" or something, and have all the necessary xml/wsdl created.
|
| Eclipse 3.3 on AIX | 02 Oct 2007 07:58 GMT | 2 |
I'm trying to run eclipse on an AIX machine. After start only the splash screen comes up. The logfile shows the following error. Java and Motif are present, CDE is running... Where's the problem? Best regards,
|
| Forums | 02 Oct 2007 00:57 GMT | 26 |
Hii all i just wanna knw how can we create forums for our website using java forums like here. threads are its synonyms
|
| Method invocation via proxy and reflection | 02 Oct 2007 00:43 GMT | 3 |
A proxy object can implement any interface and then delegate calls to anywhere. I was able to use this once, but now I got a strange behavior with Java 1.6 and java.lang.CharSequence.
|
| google | 02 Oct 2007 00:28 GMT | 10 |
gmail hesabı açın benimki canboluk@gmail.com
|
| web page embedd video conferencing | 02 Oct 2007 00:03 GMT | 4 |
Hie all I have been assigned a project to research on imbedding a User Interface on a web page for video conferencing module using php pages. I heard it is possible but I am not sure which tools to use. Was
|
| help with my recursive trie search | 01 Oct 2007 23:44 GMT | 8 |
I wrote a simple Trie class that creates a Trie structure correctly from character array. It will correctly recurisivley print the trie correctly too, albeit not sorted. The trie structue is a linked lists structure. Each node has two
|
| JPanel not visible in JApplet | 01 Oct 2007 12:27 GMT | 5 |
Hi all, I am experimenting with JApplet and JPanel. My JApplet contains a JPanel called jpanel1 size 210x210. I created a class myPanel which extends JPanel and I set its size to 210x210.
|
| Generics: how to read actual type parameters | 01 Oct 2007 04:48 GMT | 4 |
For example: public class Pair<S> { public Pair(S first, S second) { this.first = first;
|