Monthly Archives: January 2012

Solar system simulated in Java applet

Nice applet showing Solar system at  http://weelookang.blogspot.com/2011/06/ejs-open-source-kepler-3rd-law-system.html   There are links to more interesting applet of virtual astronomy and physics.

Posted in workday | Leave a comment

Swing is not thread safe

Java Swing is not thread safe, and here are some related resources. Swing’s threading policy from package description Java SE Desktop Articles and tutorial Creating GUI SwingUtilities methods invokeAndWait and invokeLater in an example at Java Revisited blog Building thread safe GUIs at Java Developers Journal resource CD vol 6 issue … Continue reading

Posted in workday | Leave a comment

REST

Representational State Transfer (REST) is an architectural style for creating, maintaining, retrieving, and deleting resources. REST’s information-driven, resource-oriented approach to building Web services can both satisfy your software’s users and make your life as a developer easier. Web services that allow … Continue reading

Posted in workday | Leave a comment