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 / March 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Add IM support to your software!06 Mar 2006 11:11 GMT1
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 Java06 Mar 2006 11:03 GMT3
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 working06 Mar 2006 10:40 GMT1
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 reading06 Mar 2006 10:07 GMT2
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-bounce06 Mar 2006 09:42 GMT6
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 GMT26
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 GMT1
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 GMT12
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 GMT7
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 IDE05 Mar 2006 23:56 GMT2
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 objects05 Mar 2006 23:06 GMT2
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 URL05 Mar 2006 21:37 GMT1
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 users05 Mar 2006 20:56 GMT31
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 servlets05 Mar 2006 19:28 GMT1
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 servlets05 Mar 2006 15:48 GMT2
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?
 
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.