Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / October 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Repeated SQL resultset into a method02 Oct 2007 23:37 GMT1
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 issue02 Oct 2007 23:27 GMT2
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 GMT6
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 Server02 Oct 2007 22:37 GMT1
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 GMT14
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 JTable02 Oct 2007 09:12 GMT1
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 WebService02 Oct 2007 08:12 GMT3
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 AIX02 Oct 2007 07:58 GMT2
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,
Forums02 Oct 2007 00:57 GMT26
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 reflection02 Oct 2007 00:43 GMT3
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.
google02 Oct 2007 00:28 GMT10
gmail hesabı açın benimki canboluk@gmail.com
web page embedd video conferencing02 Oct 2007 00:03 GMT4
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 search01 Oct 2007 23:44 GMT8
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 JApplet01 Oct 2007 12:27 GMT5
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 parameters01 Oct 2007 04:48 GMT4
For example:
public class Pair<S> {
    public Pair(S first, S second) {
        this.first = first;
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.