1

Linux vs. Windows Conflict

Since we moved to our new office with new company and additional staff, we’ve switched our platform from JEE on Linux to asp.net on Windows because D&D is easy to use which I completely disagree. Today one of the developers in the office noticed that our .net development server is down. It is used for development and test purposes (manual tests). It is crashed despite having better hardware when compared our old servers which is not a server (we build it with oem products) and it is running Fedora and still up and serves well. Windows box is broken, having power issues but Linux box is still up for 408 days. What a conflict!!! Linux box with poor hardware having better performance and robust when compared better windows box with better hardware (designed for servers).

Man, .net really sucks … I already know it but .Net developers prove it.

0

Php persistence tools

I wonder if there are any powerful persistence tools for Php like JPA in Java

0

Glassfish + MySQL

Sun contributes Glassfish + MySQL bundle in JEE download section at sun.com.

0

The Model

Screenshot of the model I’ve been designing and implementing.

0

Load Balancing

I had some problems with load balancing on glassfish clusters but today I got it up and running on my local machine using apache2 as web server.

0

Understanding the cache of TopLink Essentials(GlassFish JPA)

Great article about the cache of Toplink Essetials(Glassfish JPA).

0

Do we need J2EE for this?

Question : We want to write a ERP-Software for our company.The number of users will be up to 200 (mostly not at the same time). Since usability is important, we plan to choose a Swing GUI. What do you think of it? Do we need J2EE for that? Or is this a bit too much? If you need more information to answer that question, please ask me.

Answer : Of course you do not need J2EE. If your company has an email system and Microsoft Office, you could email spreadsheets back and forth.

I like Java. Full response to question is here

0

Follow Symbolic Links

To Sun Application Server to follow Unix symbolic links, edit domain.xml and add allowLinking property with value=”true” to your virtual server.

1

Youtube

0

EJB3 Unit Test

There are some difficulties in enterprise application development like testing and debugging. JEE aims to reduce these difficulties by dividing enterprise programming into modules. I have prepared a screencast about testing EJB3 modules and also it is my first screencast.