| Thread | Last Post | Replies |
|
| Just like Firefox does... | 14 Mar 2006 17:08 GMT | 5 |
Hi to all, how do i save a complete web page? Let' say I have and HTML file and I want to save all its content and even its resources... Images, ".js", ".css".
|
| "Click to activate and use this control" appearing for applets in IE | 14 Mar 2006 16:34 GMT | 11 |
As detailed at http://weblog.motion-graphics.org/archives/2006/03/click_to_activa.html, a recent Microsoft Update causes Internet Explorer to disable Java applets until the user clicks on the applet. Until then IE displays a Tooltip with
|
| Swing performance query | 14 Mar 2006 16:29 GMT | 5 |
I've found a swing performance issue I don't understand. I'd appreciate an explanation for what I'm getting and especially any suggestion for fixing it. I have written a simple Java terminal emulator, JTerm, which uses a
|
| Passing parameter from Midlet to Servlet | 14 Mar 2006 16:26 GMT | 6 |
Hi ppl, I'm trying to pass a parameter from my MIDlet code which is running via OTA on to the servlet which is running on my localhost using the HTTPConnection.GET method. The MIDlet execution goes on till
|
| Non-database counter value | 14 Mar 2006 16:23 GMT | 2 |
I need to store a numeric value that will be incremented/decremented programatically. I could create a table in a database to hold this single field but I was hoping to find a faster, simpler method. Any suggestions?
|
| ArrayList.contains() | 14 Mar 2006 16:17 GMT | 10 |
Hi there I was wondering if anyone can help me using the contains method for arratlists. Basically, I have a class 'User' with attibutes 'userName, name, email' I then have an Arraylist 'users' contains several users.
|
| Newbie to J2ee | 14 Mar 2006 15:51 GMT | 6 |
Guys i am a newbie to j2ee. can anyone please tell me how i can run a simple j2ee program(say a servlet) using Eclipse and Weblogic? what are the configurations i have to make once i install eclipse and weblogic?
|
| "operatable/comparable" max/min double values? | 14 Mar 2006 15:37 GMT | 8 |
Anyone has a idea of the max/min "operatable" double value? By "operatable/comparable", I mean: we can add/minus a value from it and get a different value. The problem of Double.MAX_VALUE and Double.NEGATIVE_INFINITY are:
|
| JSP redirection | 14 Mar 2006 14:44 GMT | 12 |
I have a JSP page a.jsp. My server web is Apache and I use Tomcat. Apache has a known break : it doesn't stop cross-site scripting. So in my JSP, I check the URL to see if the "<" character is not present. If it is present, I want to redirect the user to an error page (which can
|
| Persisting value obtained by Servlet from the MIDlet | 14 Mar 2006 13:25 GMT | 2 |
Hi ppl, I'm passing a parameter from my MIDlet code which is running via OTA on to the servlet which is running on my localhost using the HTTPConnection.GET method. My servlet page (depending on where I'm
|
| Question: Waiting for multiple Objects | 14 Mar 2006 12:48 GMT | 4 |
I am porting programms from Windows to Java. No I am stuck with following problem: In these applications following scenario is often used: Main working Thread waits on several socket channels for arrival of
|
| Is EJB 2.0 appropriate for this model? | 14 Mar 2006 12:33 GMT | 1 |
I've got an application that does not use entity beans - we are currently thinking about "porting it" to use CMP 2.0 Entity beans - mostly for database "independence" reasons - but also because we want our application to scale. I've been studying CMP 2.0 for awhile and
|
| Wild card or regular expression | 14 Mar 2006 09:53 GMT | 7 |
i am trying to implement a functionality where the code searches for anything, which matches a certain pattern. i have created the following but am unable to zero in how to do it. i have the following sentence,
|
| What is J2SE vs J2EE? | 14 Mar 2006 09:38 GMT | 17 |
I am so confused by the recent Java terms since I have left Java programming field for 3 years. Besides J2EE, there is J2SE. What is it? Why Sun have these different products? Many thanks.
|
| Game programming -- Java performance? | 14 Mar 2006 08:34 GMT | 12 |
On decent hardware, would a platform game (think SNES console games, tile graphics, but 1024x768x32bpp) run at a decent rate if implemented in Java?
|