| Thread | Last Post | Replies |
|
| how jsp opens a web page ? | 05 Mar 2007 03:56 GMT | 4 |
I want to build a simple JSP to act as a proxt to retrieve web page (xml documents, actually) for an AJAX page (which cannot request documents outside its own domain). Please point me at some examples or give me a class name to start
|
| HEAP SORT HELP | 05 Mar 2007 03:09 GMT | 1 |
Here is what i wrote for heap sort //heapSort method public static void heapsort(float[] array) {
|
| Developing with Tomcat | 05 Mar 2007 02:51 GMT | 1 |
I'm relatively new to Tomcat (and Java) but have a local instance running on my PC that came packaged with Netbeans. I have written a servlet application that works fine on my local machine. I have a SUSE10 box where I have installed Tomcat, and have
|
| Hooking up jdbc to a local access database | 05 Mar 2007 00:50 GMT | 2 |
The driver I am using, the default jdbc/odbc driver, in netbeans is not working for connecting to an access db on my hard drive. The driver does find the database, and connects to it, but when I set it up I get a "unable to obtain schema" warning. then on the icon for
|
| JavaBeans: How to encanpsulate GUI in Beans? | 04 Mar 2007 22:36 GMT | 6 |
Hello all, I have a question for my home work. I have to do a java beans component for the homework. I am planning to do something like a list box that lists contents of a
|
| Creating a file inside of a JAR at runtime | 04 Mar 2007 20:47 GMT | 3 |
Hey All, I'm having a little problem here. I have a project that I'm working on that involves a MySQL server database backend. I'm having no problem creating the database on the fly if it doesn't already exist and using it
|
| refresh gui? | 04 Mar 2007 18:22 GMT | 3 |
Hello. Say I had a panel that had 6 JButtons on it and half way through the program I changed it so that there were 8 buttons there, how to I get the gui to refresh itself so that the button panel apears normal rather than just a mess?
|
| Object overloading in java | 04 Mar 2007 18:09 GMT | 6 |
I never heared about Object Overloading in Java but in one of my interview i was asked about this. Though I said no, the interviewer insisted it is there but he did not tell how... Can you tell me is there anything called Object Overloading in Java?
|
| newbie - java socket programming | 04 Mar 2007 17:19 GMT | 5 |
need help to get some java code examples for sending fixedformat data from client -----> socketserver --------> server2 ( no socket ) and then server2------>socketserver-------->client
|
| Close a JFrame with the ESC key | 04 Mar 2007 15:12 GMT | 4 |
I have this class that extends JFrame, and I'd like to close it when the user presses the ESC key. I've tryed the code: addKeyListener(new KeyListener() {
|
| weblogic: moving apps from nonclustered to clustered | 04 Mar 2007 14:48 GMT | 1 |
If an appication is coded for a non-clustered Weblogic server, will it normally run without any change on a clustered Weblogic server? (Sorry for being off-topic, I didn't find the right newsgroup) TIA.
|
| [job open] 4+yrs Exp- Sr. Soft Engr/Tech Lead-Java Swings | 04 Mar 2007 13:22 GMT | 1 |
Hello Java techies, We have a very urgent Java Swing job opening - Senior Software Engineer and Tech lead postion in Fidelity, Bangalore. with 4 to 8 yrs of Experiece
|
| Can Interfaces be mimicked with classes | 04 Mar 2007 13:13 GMT | 4 |
Can the functionality of interfaces be mimicked with classes?? If so why would the language designers choose to include interfaces in the language design when classes alone would have been sufficient Thanks,
|
| Data Structures in Java......Any good Book ? | 04 Mar 2007 12:45 GMT | 6 |
can anybody suggest me a good book for Data Strucutes in Java , because for topics like Collection Framework one should have good knowledge of Hash Tables And Link Lists etc ..
|
| while loop problem | 04 Mar 2007 09:42 GMT | 2 |
I have this code where I am required to use a while loop instead of a for loop to achieve the same result ( it asks the user to enter Yza or noname; if Yza is entered it looks for that in the array and displays that the name was found). I am having problems with the while loop .
|