Andrej Koelewijn

5/24/2003

Eclipse gui performance

Filed under: — andrejk @ 9:38 am

Here’s an interesting bug entry to follow: Eclipse bug 37683. Let’s see if they can get Eclipse as responsive on Linux as it is on Windows.

5/16/2003

Page flow diagrams and UML

Filed under: — andrejk @ 1:32 am

Usually when i want to create a diagram that displays the pages in a web application and the links that allow you to navigate from one page to another I use the UML statechart diagram. I don’t think statecharts where intended for this purpose but it works in communication with clients and other developers. Are you also using this or are you using something else?
I haven’t looked at the upcoming UML 2.0 yet, are there any new diagrams for this purpose?

5/15/2003

GCC 3.3 released

Filed under: — andrejk @ 11:18 pm

GCC version 3.3 just got released, with some java improvements:


  • The java.sql and javax.sql packages now implement the JDBC 3.0 (JDK 1.4) API.

  • The JDK 1.4 assert facility has been implemented.

  • The bytecode interpreter is now direct threaded and thus faster.


More info and a list of the bugs fixed in gcj can be found in the release notes.


Guess it’s time to give gcj another shot. Swing support is still missing, but you should be able to use eclipse swt, or just use it for backend stuff.

Powered by WordPress