Lost your password?

Blogs about: Javanotes

Featured Blog

JSP as integration testing glue1 comment

javafoo 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 →

Tags: J2EE, Java, java http

Clarity occurs at the nth hour

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 →

Tags: General Programming, OOAD, technical design

Note to self

javafoo wrote 1 year ago: Recent happenings in my app have led me to this epiphany: If something seems to be computationally i … more →

Tags: General Programming

Authentication and Authorization

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 →

Tags: General Programming, Java, Security

Refactoring your own code...2 comments

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 →

Tags: Java, Refactoring

Good java/j2ee app shared hosting1 comment

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 →

Tags: hibernate, Java, java hosting, struts basic

hibernate mysql date ClassCastException1 comment

javafoo wrote 3 years ago: java.lang.ClassCastException [java]     at org.hibernate.type.DateType.deepCopyNotNull(DateType.java … more →

Tags: hibernate, mysql

Struts mapping actions1 comment

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 →

Tags: struts basic

Capturing n-to-n relationships, Hibernate etc.

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 →

Tags: ER - Entity Relationship, hibernate, OOAD

apache.commons.net ParserInitializationException8 comments

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 →

Tags: apache commons

MySQL: access denied for user: (Using password: YES)13 comments

javafoo wrote 4 years ago: More experimenting with struts. So I got ambitious, downloaded MySQL and tried to wire a database in … more →

Tags: JDBC, mysql

Struts action, parameter attribute3 comments

javafoo wrote 4 years ago: My gripe about this generic attribute called ‘parameter’ in the struts action config. So … more →

Tags: struts basic

Playing with Struts Day 1

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 →

Tags: struts basic

Inversion of control/Dependency Injection

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 →

Tags: IOC/Dependency Injection, spring

Byte Streams Character Streams

javafoo wrote 4 years ago: I can’t believe how people have programmed in Java, myself included, without really understand … more →

Tags: Java IO

EJB, again, best practices, patterns

javafoo wrote 4 years ago: Session Facade Consider two Entity Beans and a client for ex: Employee and Paycheck. So you find the … more →

Tags: EJB

EJB in two minutes: a refresher

javafoo wrote 4 years ago: More detail here You have your EJB server, container, EJBs and clients. Entity Beans (think persiste … more →

Tags: EJB

What do you look for in Performance

javafoo wrote 4 years ago: When selecting rows from database, is filtering being done by SQL or by java. Referencing and de-ref … more →

Tags: java interview

What do you look for in Code reviews?

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 →

Tags: java interview


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS