Best Documentation: Prototyping

Thursday, October 9, 2008 8:42
Posted in category Development, Opinion

After reading an article of Martin Fowler about “Software Architects”: Who Need Architects? , I came to this point:

MOST IMPORTANT product of a Software Architect (SA) is The Prototype Project.

Read the rest of this entry »

Tags:

http 404

Wednesday, October 8, 2008 3:30
Posted in category etc

who needs implementations?

Thursday, October 2, 2008 7:08
Posted in category Opinion

At least for some common patterns like DAOs.

As a popular manner, most of the java applications have at least three layers like UI, Service and DAO. For each layer you probably have interface and a single or more implementation classes.  And while UI layer has some really complex businesses for effective UI experience, DAO layer is only related with CRUD operations for a single or a group of beans.

Here is the routine that you can get rid of

Read the rest of this entry »

new look and feel

Friday, September 19, 2008 16:06
Posted in category etc

hope you’ll like it :)

all-in-one Software House

Wednesday, September 17, 2008 8:31
Posted in category Opinion

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 the rest of this entry »

Hallo wereld :)

Monday, September 8, 2008 15:23
Posted in category etc

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

Wednesday, June 18, 2008 9:12
Posted in category Opinion

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

Thursday, June 12, 2008 9:35
Posted in category Development

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 the rest of this entry »

Moving from Tomcat to JBoss

Thursday, June 12, 2008 8:55
Posted in category Development

<!–<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 :)

Tags:

Java7 Wish: Object/Bean Factory

Friday, May 9, 2008 3:02
Posted in category Development, Opinion




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 the rest of this entry »

Tags: ,