Saliya's Blog
This is my personal blog which contains various technical topics, howtos and some interesting moments of life
1 commentsSave Tags: how-to, java, open source, unix-linux
Problem solving and innovation
About three months ago i have posted an interview with Amy Fowler, one of Sun’s senior engineers working on JavaFX. In that interview i had a question... more »
0 commentsSave Tags: opinion
JavaFX - A Forever Unfinished RIA Technology?
The answer was horrifying. It is still not done and production ready. The JavaFX project has been around for quite some time now, and it is still not... more »
2 commentsSave Tags: java, ria, web design
Java Riddle: Static Members in Inner Classes?
Here's something that can annoy the most experienced Java developers and is guaranteed to make people to mumble in job interviews (if that's your... more »
1 commentsSave Tags: java, research
SVNServe Vs Apache
SVN will take care of versioning, but if you need to serve it over IP you must use an additional tool, SVNServe and Apache being the two main (only?)... more »
1 commentsSave Tags: open source, opinion, server, tools
Vista File Copy Blows - Seek Alternative
We all know that Microsoft cannot estimate file copying time by any means, so waiting five or ten minutes prior to even starting the process is not a... more »
2 commentsSave Tags: microsoft, opinion, tools, windows
How To Communicate Design Decisions To Clients?
This article provides you with 5 guidelines you can use as a designer to “speak business” — even if it’s just to get your foot in the door or land a... more »
0 commentsSave Tags: opinion, web design
New SQL Injection Attack hits hard with hidden payload
A new SQL injection hack seems to be out in the wild from verynx.cn. The SQL Injection hack uses a CHAR array to hide its payload which will insert... more »
7 commentsSave Tags: database, javascript, security
If JavaFX is a flop will you...
What will you do if JavaFX bombs, now is your chance to say your say.
2 commentsSave Tags: humor, java, ria
All I wanted was a cheap Dell Ubuntu Laptop - Guess I'll settle for a MacBook Pro
What is up with Dell's Ubuntu offerings lately? Even without the Microsoft Tax, Dell Ubuntu laptops are priced comparably to Apple's higher end... more »
7 commentsSave Tags: apple, hardware, open source, opinion
Swing links of the week: July 20, 2008
Here are some Swing links that you might have missed during this week:
0 commentsSave Tags: frameworks, gui, java
The JRuby community announces the release of JRuby 1.1.3!
JRuby 1.1.3 is the third point release of JRuby 1.1. The fixes in the release are primarily performance enhancements and compatibility... more »
0 commentsSave Tags: java, ruby
Structures of female defined by a C programmer
There are few cool structures defined by a C programmer describing the femalses. Check them out they are really cool...
2 commentsSave Tags: c-and-cpp, humor, opinion
My favorite Eclipse view
Have you discovered the Display view in Eclipse? It can be used to execute any Java code in the context of a debugger. This can be incredibly useful... more »
1 commentsSave Tags: eclipse, java
Quick Menu Creation with the Java SwingBuilder's SWT-style API
The latest 0.2.DEV release of the Java SwingBuilder introduces SWT-style API for creating menu items in the YAML file, thus allowing you to specify... more »
0 commentsSave Tags: frameworks, java, tools
Java SwingBuilder 0.2 DEV : added support for SWT-style menu API
Bringing SWT-style menu API to Swing for maximum productivity. Java SwingBuilder is an attempt to bring dynamic language-type productivity to Java... more »
0 commentsSave Tags: groovy, gui, java, open source
Chet Haase: Springtime
Here, finally, is the source code for the Spring effect seen in the video posted on Adobe TV last week. I took my time posting it because I didn't... more »
0 commentsSave Tags: flash-flex, gui
SoyLatte To Be Integrated Into OpenJDK
That means that all of the BSD Java changes, including the SoyLatte Mac OS X port, can now be sent to the OpenJDK project, and an official BSD porters... more »
0 commentsSave Tags: apple, java, open source
Edit XML documents using Xeena
Xeena, a visual XML editor, is a generic Java application for editing XML documents derived from a DTD. The editor takes as input a given DTD and... more »
1 commentsSave Tags: java, xml
AWT shutdown and daemon threads
About half a year ago Christopher Deckers had a guest spot post on this blog about a non-daemon WebStart thread that prevents JVM from exiting when... more »
0 commentsSave Tags: gui, java
Stricter checks on EDT violations in Substance
Most of the newcomers eventually find out that Swing is not thread-safe, but this is most certainly not Swing’s “fault”. Other UI toolkits, such as... more »
0 commentsSave Tags: gui, java
Java Swing is not thread-safe
So I just learned that Java's GUI-framework "Swing" is not thread-safe (and neither is Microsoft's "Windows Forms"). What that means is that GUI... more »
2 commentsSave Tags: java, reviews, tools, usability
1200 Baud Archeology: Reconstructing Apple I BASIC from a Cassette Tape
The audio file that was posted two weeks ago is indeed a very important artifact of computer history: It is a recording of the “Apple I BASIC”... more »
0 commentsSave Tags: apple, other languages
Swing links of the week: July 13, 2008
Here are some Swing links that you might have missed during this week
0 commentsSave Tags: gui, java
via