new look and feel

hope you’ll like it :)

all-in-one Software House

Software development is a great business and still promising so much more. Lot of companies are doing their best so many brains work on single project. But it can be still not enough.

Your company can be so old and your domain can be so specific and you can have your own BEST solutions. However still not forget use some external aid (open standards). It can be unmeaning for now but be sure You’ll be grateful for this choice.

Read more

Hallo wereld :)

hi everybody,

I’m back with very fresh start, we are at amsterdam :) new home ,new job, new projects, new land ,new language,new, new …. every thıng is very fresh and joyful :)

two new sites I want to introduce and at one of them I’ll join Ceren,

http://blog.cemreceren.com

http://www.aysetopcu.net //sorry very few entry

Firefox Download Day 2008

Download the newest version of the Ultimate browser

Download Firefox 3.0

http://www.spreadfirefox.com/en-US/worldrecord/

my certificate :)

get Yours from http://www.spreadfirefox.com/en-US/worldrecord/certificate_form

Workflow Framework Comparison

Workflow / bpm have very short history. But now there a several mature frameworks you can use in open source world.

Today there are lots of projects talking about workflow. most of them have totally different domains. (ERP/CRM/internal) and in response there are lots of frameworks to solve this problem. Here is my experience:

Read more

Moving from Tomcat to JBoss

<!–<scope>compile</scope>–>
<scope>provided</scope>

After 5 years I have returned to jboss because I wanted to evaluate JBPM (I’ll write about it later). But this I already knew pitfulls of JEE . Avoid EJBs!.

I downloaded latest stable version of jboss and run it empty to test: no errors, perfect!

I configured my ide (idea 7.0) and run it with a simple jsp application . Awesome still no error. Idea 7.0 realy has a good integration with jboss. Only imported point i you should name exploded folder name with proper suffix (.jar/.war/.ear)

At this what u have out of box :

Jboss-ws

JMS

Hibernate

Quartz

javax.mail

javax.activation

This means when u move from tomcat/jetty to jboss you should change maven dependecies of these projects. They are already ready and running :)

Java7 Wish: Object/Bean Factory

One of the most critic point for java


return Class.forName(className).newInstance();

Upon since it seems this method bring the ultimate extensibility power to java.

But Now server & client applications became more and more complicated this feature became insufficient.

Read more