Archive for the ‘ Notes ’ Category

Reverse Engineering is not easy

:en:User:Dreftymac/Docs/ImageDisclaimer
Image via Wikipedia

In most cases we are developing something that has been done before. We are either enhancing some software or simply rewriting the whole system for some inadequate points. Analysts gather user requests, organize them, make multiple discussions with customers/users and write user requirement documents. That is the standard procedure for most cases. However in some cases especially in re-implementing some systems, customers will request the exact same features of the  old system.

we were really satisfied with this screen/report/graphic we want the same things from the new system

Read more

alternative year 2009

this is the first 5 days of the new year,
Although 2008 has brought lots of changes to me, 2009 seems more promising. Read more

too much annotation is also bad

A graphical depiction of a very simple xml doc...
Image via Wikipedia

Annotations have changed every thing and lots of version updates/upgrades are made just to support them. Yes they have developers to get rid of lots of xml schemas and files at the same time,”Annotations have been more successful than XML

But are those XML files really bad ? Read more

Spring is totally losing its invisibility

Many of you might remember at the spring 1.2.X series there is a strong voice like:

easy,quick configurations and implementations with spring

Yes in fact that was totally true. It really used POJOs as bean containers. And it works really fine. While using these spring versions you did not usually need to make any import statements for any spring package/class/interface
sample classes below were shown as best practices: Read more

Grails, First Impressions

Grails
Image via Wikipedia

Since SpringSource acquires the Grails I was willing to test this framework and make a dummy project but first I should read some books:) Read more

Are you clearing your cache manually ?

alarm clock, bought from IKEA
Image via Wikipedia

Most probably you have management link that enable you clear cache manually !

Then there is something totally wrong in your software/project  :)

Your software is :

  • Not aware of itself
  • Do not now what it is under going now
  • Do not know how to respond to these operations …

Read more

working in a datamine

Miner in a mine of the

Image via Wikipedia

For the last few weeks I am working as a data miner :(
This is a really hard work to do. In fact for me it is even harder.

java developer != DBA

Think of a domain that you know totally nothing since it is a new job and a new domain to me. Read more