From time to time I hear the discussion about how easy it is to replace dao implementations. But this isn’t as easy as it sounds because there are 2 types of dao’s: session-less dao’… more →
Blog of Peter Veentjerpveentjer wrote 3 weeks ago: From time to time I hear the discussion about how easy it is to replace dao implementations. But thi … more →
duischen wrote 1 month ago: Sending email using Java is not a difficult task and it’s just about writing few lines of codes. But … more →
Rizal wrote 5 months ago: I had several project later this moment. And one of my project is creating an application with Java … more →
Admin wrote 6 months ago: What is the query used to display all tables names in SQL Server (Query analyzer)? select * from inf … more →
Admin wrote 6 months ago: Are enterprise beans allowed to use Thread.sleep()? – Enterprise beans make use of the service … more →
Admin wrote 6 months ago: What makes J2EE suitable for distributed multitiered Applications? - The J2EE platform uses a multit … more →
Admin wrote 6 months ago: Can we use the constructor, instead of init(), to initialize servlet? – Yes , of course you ca … more →
Admin wrote 6 months ago: What are the types of messaging? – There are two kinds of Messaging. Synchronous messaging inv … more →
Admin wrote 6 months ago: What is Jakarta Struts Framework? – Jakarta Struts is open source implementation of MVC (Model … more →
Admin wrote 6 months ago: What are the different kinds of enterprise beans? – Different kind of enterrise beans are Stat … more →
Admin wrote 6 months ago: How EJB Invocation happens? – Retrieve Home Object reference from Naming Service via JNDI. Ret … more →
pveentjer wrote 8 months ago: From time to time I see old-school software architectures at customers where all the layers of the a … more →
pveentjer wrote 1 year ago: Last few months I have seen too much code where a HashMap (without any extra synchronization) is use … more →
Mohamed Sanaulla wrote 1 year ago: Event: JAX India 2008 (Website) Organized By: S&S Media (India) Key Dates: JAX India 2008 Confer … more →
pveentjer wrote 1 year ago: A colleague asked me how one could prevent the execution a long running task on some UI thread (e.g. … more →
pveentjer wrote 2 years ago: While unit/integration testing the repositories (dao’s in yesterdays lingo), try to use the sa … more →
pveentjer wrote 2 years ago: If you are lucky, your application is a lot more complex than just the standard request/response web … more →
dividebyzer0 wrote 2 years ago: I’ve mind-mapped my notes from the EJB3 Talk last month. You can find an image of the mind map … more →
pveentjer wrote 2 years ago: I have used Maven 1.1 and 2 for the last 1.5 years, but it always am boggled by the utter complexity … more →