Category: blog

image

JSObject.getMember() Hangs in Safari in Mac OS X Unless You Move the Mouse

December 12, 2008
Last few nights I was debugging very strange bug. Few months ago we shipped Java applet signing Web forms in the client’s Web browser. It was tested under IE 6, IE 7, Firefox 2, Firefox 3, Opera 9 and Safari 3 for Windows. We tested with Java 5 and Java 6 in Windows and Linux
image

Java SWING Error Dialog with Exception Details

November 30, 2008
I use SWING for long time but I am amazed how slowly this GUI framework evolve and how far is it comparing to Windows Forms, WPF and Flex. One of the small missing things in Swing is that there is not standard way to display an error message with Exception stacktrace. So I created such
image

Connect to Oracle Express Edition from Remote Machine

November 20, 2008
For development purposes and small applications I prefer using Oracle Database 10g Express Edition instead of the heavyweight Oracle Database 10g / 11g Enterprise. It can be installed and run for just 2-3 minutes but it has a small problem: by default the TNS Listener listens for connections on port 1521 from the local machine
image

My Talk about SOA Trends for 2008

September 16, 2008
Last week I was invited by InterConsult Bulgaria (ICB) as speaker at their 6-th annual software engineering conference in 12-13 September in Pomorie. My talk was about the Service Oriented Architecture (SOA) trends in 2008: SOA and Web 2.0 SOA in Internet (Web-Oriented Architecture) SOA in the enterprises SOA adoption Virtualization and computing clouds Download
image

Extract All Classes Loaded in the JVM into a Single JAR

August 27, 2008
Today I needed to optimize the file size for a commercial Java applet (Web form signer) that my team is developing in the last month. We use few external libraries (Bouncy Castle Crypto API and few others) and these libraries are above 2 MB in several JAR files. If we were developing server side application,
image

BGJUG Meeting – Java FX (28 August 2008)

August 25, 2008
The next meeting of the Bulgarian Java Users Group (BGJUG) will be held on 28 August 2008 in the Chemistry Faculty, Hall 210 in Sofia, starting at 18:30. The topicwill be the Java FX technology. Speaker will be Naiden Gochev.
image

JSObject is not Thread-Safe

August 24, 2008
In one of my last projects I was working on Java applet that needed to digitally sign data forms at the client side in a Web browser. I with my team developed the applet and it did the job well. Unfortunately our customer decided to put multiple instances of the applet in a single Web
image

Debugging Java Applets in Eclipse

August 20, 2008
Today I needed to debug Java applet running in Internet Explorer from Eclipse. I was not straightforward. Let me share the experience how to do this: 1) First enable remote debugging in the Java Plugin: a) Start –> Settings –> Control Panel –> Java –> Java Applet Runtime Settings –> View b) Add the following