As part of one of our new projects, a team mate and I are working on two different areas of the project. This other team mate is responsible for writing the integration glue code that uses all the com… more →
Wake up and smell the javajavafoo wrote 1 year ago: As part of one of our new projects, a team mate and I are working on two different areas of the proj … more →
javafoo wrote 1 year ago: So I have been trying to put together a design approach document for over a week. I have been strugg … more →
javafoo wrote 1 year ago: Recent happenings in my app have led me to this epiphany: If something seems to be computationally i … more →
javafoo wrote 1 year ago: I sometimes mistake one for the other. Of course a simple search on Google or wikipedia will clear t … more →
javafoo wrote 2 years ago: I can’t describe the kind of high I get when refactoring my own code and that too code that wa … more →
javafoo wrote 2 years ago: …is non-existent. Sorry I let the title fool you. So, I have been working on this small projec … more →
javafoo wrote 3 years ago: java.lang.ClassCastException [java] at org.hibernate.type.DateType.deepCopyNotNull(DateType.java … more →
javafoo wrote 3 years ago: In this latest project of mine I was thinking about the various ways to map struts actions. I had do … more →
javafoo wrote 3 years ago: So I was trying to capture a one-to-one relationship in Hibernate. I really started thinking about n … more →
javafoo wrote 4 years ago: We use the jakarta/apache (don’t know what they call it these days) commons net jar as our ftp … more →
javafoo wrote 4 years ago: More experimenting with struts. So I got ambitious, downloaded MySQL and tried to wire a database in … more →
javafoo wrote 4 years ago: My gripe about this generic attribute called ‘parameter’ in the struts action config. So … more →
javafoo wrote 4 years ago: Ok, so finally after looking at much examples, I thought I had a basic idea and this was too trivial … more →
javafoo wrote 4 years ago: A very interesting way of looking at Inversion of Control by Craig Walls in his Spring in Action Boo … more →
javafoo wrote 4 years ago: I can’t believe how people have programmed in Java, myself included, without really understand … more →
javafoo wrote 4 years ago: Session Facade Consider two Entity Beans and a client for ex: Employee and Paycheck. So you find the … more →
javafoo wrote 4 years ago: More detail here You have your EJB server, container, EJBs and clients. Entity Beans (think persiste … more →
javafoo wrote 4 years ago: When selecting rows from database, is filtering being done by SQL or by java. Referencing and de-ref … more →
javafoo wrote 4 years ago: We do a lot of this unconsciously during code reviews, but when asked we turn a blank face. First th … more →