(Java Applets == Stupid Design) == Stupid CommentJuly 12th, 2005 I just read a post titled - Java Applets = Stupid Design. The actual contention was -
My example would have been web pages that are written entirely as Java applets.
Applets 2.0: Java & Flash Support in BrowsersJune 12th, 2007 Java applets had taken a beating in the past. Now it appears applets are making a resurgence lately with some quality applet based products.
Internet Explorer: Java Applet Champion?August 29th, 2004 Update: Mozilla group of browsers including Firefox now has proper support for applets. This post is no longer relevant.
The Viability of Java Applet Based Web ApplicationsDecember 7th, 2005 Today I see fewer applets on the web. In many cases they are hidden and are used to perform specialized non-visual tasks.
Resizing Applets from Java code - A second passFebruary 12th, 2004 Challenge: Resizing applet from within Java code. For example say the applet code calculates that the applet needs more space than it has been allocated, then how to go about it?
Last time when faced with this problem I solved it with a nifty piece of Javascript method.
Top 10 Java LiesMarch 6th, 2006 Here are the top ten Java lies I have heard over the years. Feel free to add yours in the comments.
Three Free Notable Java Software / APISeptember 8th, 2005 GMail API for Java
GMailer API for Java (g4j) is set of API that allows Java programmer to communicate to GMail. With G4J programmers can made Java based application that based on huge storage of GMail.
Reverse Hyping Java - Myth and realitiesDecember 16th, 2005 It has become a fulltime jobs of some morons to reverse hype Java for several years now. First it was "Java is slow" myth which was perpetuated.
Chat With Me Live From My BlogSeptember 3rd, 2006 Now you can talk to me, if I am online*, directly from my blog. On the first sidebar you should see a small chat window which allows you to communicate with me in private.
J2SE 5: New wine in new bottle with old corkMarch 15th, 2005 J2SE stands for Java 2 Standard Edition. The 2 stands for version 2 of the platform.
Java Quiz: Why StringBuilder Should be Used Instead of StringBuffer?August 23rd, 2008 First tell me what is the best way to concatenate large number of String objects? Is it a + b?
Most Java developers know not to use a + b (+ operator) because of huge performance problems, they use StringBuffer instead. In fact I did some tests in the past which confirms this folklore.
Brief Notes on Java Server Faces Technology (JSF) - JSR 172July 9th, 2005 A Brief Overview of Java Server Faces Technology.
Java SE Goes Beta (Feature Complete). Download Now.February 17th, 2006 Java SE 6 Beta offers the first feature complete version of next major release of the Java SE platform. Sun expects to ship the final release of Java SE 6 in the fall of 2006.
Java Open Sourcing DetailsNovember 14th, 2006 Sun is slowly releasing its implementations of the Java platform. The components of the Java SE implementation that Sun is releasing initially are the Java programming-language compiler (javac) and the Java HotSpot virtual machine.
Google Analytics Rocks (Urchin)November 29th, 2005 No questions. Previously I wasn't sure if it worked as the site was bogged down by heavy traffic.
October 22nd, 2007 at 4:12 pm
hi there,
what happens if the JVM applet engine uses different classloaders to load the classes ? there will be 2 different instances of the classes, right ?
BR,
~A
October 22nd, 2007 at 11:12 pm
As far as I know both IE & Firefox loads the applets using the same classloader.
With different classloaders, yes.
September 10th, 2008 at 9:01 am
with the new jre (update 10) is it possible to run different applets in another classloader => statics won’t work anymore