| Thread | Last Post | Replies |
|
| Auto-completion & netbeans | 04 Apr 2006 06:53 GMT | 5 |
I am using Netbeans 5.5 and have the auto-completion dialog appearing when I type in an object followed by the '.' which I want. What I can't figure out is how I get the saem information appearing when I press Alt-F1 over the method at a later date. It gives the message at the
|
| Tomcat 5.5+ On a Mac, Under Eclipse, Under OS X | 04 Apr 2006 06:14 GMT | 4 |
People, I am having problems developing Java applications on a Mac using Eclipse, MyEclipse, and Tomcat 5.5+. My current configuration:
|
| is there such a thing as xsl code asist in wtp 1? | 04 Apr 2006 04:55 GMT | 1 |
hi.. i was wondering if could have xsl code-assist in wtp 1.0, i tried opening an xsl file , but i got nothing.
|
| When does java proxy take effect? | 04 Apr 2006 04:41 GMT | 2 |
I am more than 10 years late but finally I have to write java applets. My applet does something like this Socket s = new Socket();
|
| IDE for JEE 5 | 04 Apr 2006 04:31 GMT | 2 |
I'm starting to study JEE 5 and I need to use some IDE which supports JEE 5 with wizard or code assistant, for example to create an enterprise java bean with annotations.I use Eclipse but the JST Eclipse Project not supports JEE 5 yet; could you suggest me any Eclipse
|
| Posting through HTTP POST in Applet | 04 Apr 2006 04:22 GMT | 9 |
i m making an applet which redirects my page to a php page on which i wish to send some information by using HTTP POST; but i faces problem while doing this, the get posted but information dose'nt. code which i use is
|
| General matimatical approach to.. | 04 Apr 2006 03:58 GMT | 10 |
Info setup: I have a private project for myself because I like to collect quotes. That is, people quotes, sayings or proverbs. I have amassed currently 21,631 quotes over 1,255 authors of them. I am selective in what I want. Each author has a quick biography and link to
|
| Mail framework | 03 Apr 2006 22:23 GMT | 4 |
could someone recommend a Mail framework? It should be able to read mails from a pop3 account and provide it in a standard format for further processing. I alread tried sun's JavaMail, but there I would have to write a lot of
|
| Java Interview questions and answers | 03 Apr 2006 21:41 GMT | 2 |
Java Interview questions and answers I have listed over 120 Java interview questions and answers in my website http://www.geocities.com/java_interviewquestions/
|
| Scalability of Multiple SSL Sockets (Java 1.4.2) | 03 Apr 2006 20:42 GMT | 7 |
After working on a secure port forwarder, I've realized I could use the same code for a secure server intended only for my programs, on different networks, to talk to each other. I'm thinking of writing a mini-server to go on my web site, which is hosted
|
| HardDrive backed ArrayList | 03 Apr 2006 19:01 GMT | 20 |
Is there an ArrayList that uses file system instead of RAM? That is, when I add an item, which is Serializable, I would like the ArrayList to serialize item to file system and keep a reference to where it put item. When I get the item I want it to be read from disk,
|
| JavaDojo - Exceptional beta till end of May 2006 | 03 Apr 2006 18:12 GMT | 12 |
www.javadojo.com has a new killer Eclipse plugin called Exceptional. Here is their excerpt - check it out. We are proud to introduce ExceptionalTM - an EclipseTM plugin utilizing our P2TM Peer to Peer services built on top of Sun Microsystems®
|
| Trouble parsing date/time with SimpleDateFormat | 03 Apr 2006 17:49 GMT | 2 |
I have the following sequence of code: SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-DD'T'HH:mm:ss'Z'"); ParsePosition pos = new ParsePosition(0); Date date = df.parse("2006-04-03T12:00:00Z", pos);
|
| Need Swing exmples | 03 Apr 2006 17:48 GMT | 2 |
I'm learning Java while doing a project at work. I'm creating an application that while go to a user chosen directory, read some files, populate some list boxes with that information and then finally display a user chosen set of data. I've written some classes that read the
|
| jar file execution | 03 Apr 2006 17:26 GMT | 9 |
hi i am kkann... i am having problem with my project....it is complete but i dont want the company to have the code of the project....so i thought of enclosing the files in a jar file.....but now i dont know how to
|