| Thread | Last Post | Replies |
|
| Add IM support to your software! | 06 Mar 2006 11:11 GMT | 1 |
A new set of API has just been released to GPL. Add instant messaging capabilities for all major medium to any software. Very easy to use. Very extensible. Easy to use and integrate. Also support weather updates.
|
| Login to Google Accounts via Java | 06 Mar 2006 11:03 GMT | 3 |
I'm trying to write a program that requires me to log in to my Google Account via Java, however, after playing around with HttpURLConnection and such it's still not working. Has anyone done this or know where I can find info on it?
|
| javax not working | 06 Mar 2006 10:40 GMT | 1 |
I am making a simple code to connect to the parallel port in order to print from my application to my printer. I am able to locate the port, It tells me that the port is not in use but when i try to open the port, it gives me an error saying that an unknown windors application
|
| Applet file reading | 06 Mar 2006 10:07 GMT | 2 |
hello every one; i m making an applicaion by using java Applet, on which i wish to open a file from users system, but i dont know how to do this; is any one have any idea about reading files on users system by using
|
| 4 balls: lone-ball side-bounce | 06 Mar 2006 09:42 GMT | 6 |
recently i've been having fun with the pattern 633444. I call it lone-ball side-bounce. It's a 4-balls pattern, where you juggle as if only 3, but the other ball bouncing on the side by itself as if a annoyance. I've been able to do 12*6 catches.
|
| How do java programmers cope with java missing c++ const? | 06 Mar 2006 09:28 GMT | 26 |
I've been working with java for a while now, but I miss the ability to pass around objects that can't be modified, as is possible with the c++ const keyword. Is it just me or do others find this a limitation of java? I've read the way to do it in java is to pass around immutable
|
| does DynaActionForm populates the text field of the JSP page ? | 06 Mar 2006 06:50 GMT | 1 |
does DynaActionForm populates the text field of the JSP page ? f.set("textfieldname",value) // what it does ? //where f is the dynactionform inside of an Action class. does it poplate the text field ?
|
| How to achieve this? | 06 Mar 2006 05:44 GMT | 12 |
For the following code: class A {} class a1 extends A {} class a2 extends A {}
|
| Proper way of embedding an applet in a web page. | 06 Mar 2006 02:58 GMT | 7 |
I thought this would be a fundamental token of knowledge in Java but after weeks of searching and experimentation I am no closer to a happy solution. Quite simply, I wish to embed a Java applet residing in a jar archive,
|
| CG in an IDE | 05 Mar 2006 23:56 GMT | 2 |
I was thinking that GC in an IDE is a little different that usual. If the user pauses to think, this might be a good time to do a quick GC, even if memory is not that full. You are best to do short GCs so that when the user suddenly kicks back
|
| comparable objects | 05 Mar 2006 23:06 GMT | 2 |
I want to make an object that holds an event description and a date for that event. This object needs to be sorted, by date, into group of others that are the same type once it's created, making a scheduler kind of thing. How can I make it comparable by the GregorianCalender's
|
| Last "/" in webapp URL | 05 Mar 2006 21:37 GMT | 1 |
I have tomcat4 in conjuction with Apache server serving jsps I have a webapp "foo" with a default page of index.jsp. index.jsp is accessed via: http://mydomian/foo/ Is there a way to configure the web.xml file in "foo" such that I can
|
| Question for European Java users | 05 Mar 2006 20:56 GMT | 31 |
I have added two entries in the Java glossary http://mindprod.com/jgloss/french.html http://mindprod.com/jgloss/german.html The idea is to provide an entry with useful links for various
|
| problem with uploading files in java servlets | 05 Mar 2006 19:28 GMT | 1 |
i wanted to upload files using a java servlet and save it in a directory on the server. the html form is as given: <FORM ACTION="/PostMultiServlet"
|
| Setting and getting global attributes in servlets | 05 Mar 2006 15:48 GMT | 2 |
If I start up a Jetty web application and set an attribute to the HttpContext like so server.getContext("/").setAttribute("objectname",obj); How do I now get this attribute from a servlet?
|