Discussing with a colegue about defining transactions in our application we finished by talking about transaction isolation levels and finally I got into problems explaining the problems faced in concurrent transactions (I wasn’t able to tell the difference between non-repeatable and phantom reads [sigh/]). I decided to write down for further references.
Transaction isolation levels are [...]
Entries from August 2004
August 30, 2004
Transation Isolation Levels
August 23, 2004
Are you gonna test you java GUI?
If yes pay a visit here: TRIJUG Wiki: TestingGUIs. A non exhaustive list, but you may find what you are looking for.
August 23, 2004
Becoming an Architect
Becoming an Architect
Luke Hohmann: Most people think of architecture as technical, and the architect as a technical person. And absolutely, the architect must be technical. But there’s also a social aspect of the architect role that I think is not well communicated or understood. The architect is the person who will say, ‘This is the [...]
August 21, 2004
LGPL your project on…
Assuming you are intending on using Java and a license like LGPL then here are some choices.
SourceForge
Savannah (GNU)
java.net
Codehaus – if you are interesting.
Tigris – if you fit their mission.
Apache Incubator
This list was created by some other blogger to who I must thank. Unfortunately I [...]
August 19, 2004
My beloved Eclipse 3.0M9 plugins
I saw that there is some kind of trendy movement to publish the piece of software you like best and use on daily basis, so here there are the Eclipse plugins I use (in fact I’m writing them here to have the links to access them directly ). – AspectJ and AJDT: I [...]
August 18, 2004
freshmeat harvest – part 1
This is the first part of a long harvest time on freshmeat announced projects:
* Linux
X File Explorer
Filer: small file-manager
Simple Samba Commander
Linux Feed Reader
Xi-Batch: job scheduling and workload management system
ConsultComm Project Timekeeper: lightweight, cross-platform program that allows anyone managing multiple projects, clients, or tasks to effectively keep track of exactly how much time [...]
August 18, 2004
Tomcat – JRockit
Found this on this weblog: Random thoughts:
Turns out that it wasn’t Tomcat 5 that provided the 15-20ms/page performance. Instead, it was the JRockit 8 JVM that did the trick. I got the same performance with Tomcat 4, but switching to Sun JVM /w server settings increased the rendering time to about 40ms/page. [...]
August 17, 2004
Manageability quoting Rod Johnson
Manageability – Rod Johnson on J2EE Without EJB:
An interesting listing of EJB offerings and their utility:
Declarative Transactions: Good but not always appropiate.
Remoting: Best choice today for remoting.
Clustering:Entity and SFSB have weak implementations.SLSB clustering isn’t rocket science. Clustering more important on the web and database tier.
Thread Management:Locking entire bean instances is naive. Multi-threaded services without read/write [...]
August 17, 2004
NoCo first version
A short update on the previous post. I have already finished the first version of the CoNo plugin extension. I have name it NoCo . I intend to send it to the initial authors – in case they are still interested in [...]
August 16, 2004
Holiday plans
I’ve been in holiday for one week and a lot of plans have risen into my mind. I will present here shortly:
Eclipse CoNo plugin extension: to save notes files to a specified (per project) directory – this allows not to save the notes into cvs or to have to add lots of .cvsignore files
Eclipse Protocol [...]
