Improve Java Web Development Server Startup Time

August 2009 Posted by Jaycobb Cruz

Improve Java Web Development Server Startup Time

When developing an application in a web server environment, the ease of use and startup time of the application are crucial elements for best performance. Due to this, the Hot Code Replace (HCR) debugging technique was developed to “facilitate experimental development and to foster iterative trial-and-error coding,” effectively improving…

Read more...

Custom Dependency Injection, Simplified Spring-like Framework

I’m a Spring fan, but I decided not to use Spring in our recent project because I don’t want bulky jar files in our application but I wanted to have spring-like configuration. So, I’ve decided to write my own dependency injection code in less than 50 lines of code!! To simplify dependency injection, I’ve taken out most of the advanced configuration features and…

Read more...

Blue is greener. Open-tides 0.3 is released!

January 2009 Posted by Allan Tan

Blue is greener. Open-tides 0.3 is released!

Today earmarks another event in Ideyatech’s history. Today, we announce the release of the third version of Open-tides. Open-tides is a web application framework contributed by Ideyatech to the open source community. It is a framework that can be used to quickly setup a web application using Spring MVC and JPA. Open-tides’ technology stack includes…

Read more...

An Award Winning Application

November 2008 Posted by Edison Gualberto

An Award Winning Application

MoveAssist, one of Ideyatech’s long-term client, had won the award for Technological Innovation in Relocation. It is one of the leading software developers for movers and relocation managers. The award that has been granted to Robby Wogan, CEO of MoveAssist, is the very first of its kind in the United Kingdom. It gives due recognition to the quality of the…

Read more...

Java Code Analysis using FindBugs

October 2008 Posted by Jaycobb Cruz

Java Code Analysis using FindBugs

Are you familiar with common mistakes such as checking equality of two Strings on Java using “==”? Or calling an instance method of a null object? They may look like obvious cases of bugs but many developers are unaware or unconsciously make these kind of codes. Static code analysis tools, such as FindBugs inspects and analyzes Java bytecode and…

Read more...

Java UI Trends - who’s gaining popularity?

October 2008 Posted by Allan Tan

Java UI Trends - who's gaining popularity?

Here’s some statistical analysis as to popularity of recent web technologies in Java. By comparing the searches performed between Struts 2, JSF, Spring MVC and JBoss Seam using Google Trends, it appears that Struts 2 is gaining traction among Java developers while JSF started to lose ground since mid-2007. Searches for Spring MVC and JBoss Seam…

Read more...

Troubleshooting Tips: Spring Transactions on JPA

September 2008 Posted by Allan Tan

Troubleshooting Tips: Spring Transactions on JPA

After two days of debugging our codes on transaction handling, I’m writing this post to share my experience so others don’t have to undergo the same pain and torture. However, this post assumes that you’ve setup your Spring transactions - either via AOP or annotations. If you haven’t done so, I’ve listed some good references right after the jump.

Read more...

Audit Logging via Hibernate Interceptor (1/2)

July 2008 Posted by Allan Tan

Audit Logging via Hibernate Interceptor (1/2)

One common requirement in developing enterprise applications is to ensure audit logs are available for data security and traceability. Who made the changes, when and where. Such requirement is not only dictated by corporate IT policies but is also required by government laws. Considering most enterprise applications have at least 50 domain objects…

Related Posts with ThumbnailsRead more...
Copyright © 2010 Ideyatech, Inc. All Rights Reserved.