Sunday, November 26, 2006

WHY Java Again ??

  1. Slow
  2. Memory usage high
  3. Open Source

FOR (1) - SLow Slow SLow...... it is not the first day we encountered the problem. Java i guess is the one language which compile with slowest among those other programming language. In performance wise, it also run with slowly and caused a lot of memory usage.

FOR (2) - As in point no.1, Memory usage high is a killing point for Java. Nowadays which application done in Java also will face with memory usage too high this problem no matter from architect level or even a junior developer. It is because of Java is always create new Instance for different different object which quite common used in any of the application.

FOR (3) - Open Source, are you think is a benefit? NO NO NO. Open source meant any of the developer also can code on their own standard or implementation. So what problem nowadays, as what we have seen, there are plenty of framework which in market now, even for famous framework also more than 10 times, it makes developer cannot concentrate in one side for higher implementation with Java language. Spring framework offer dependency injection and inversion of control, struts framework provide perfect graphical presentation framework for web development, Hibernate create simple and easy database connection, EJB provide good interface implementation with business logic... a lot a lot...... Who can learn all???? that's why everyone know the basic and start to bull shit....SIgh!

0 Comments:

Post a Comment

<< Home