WarsawJUG: Clojure, REPL, Eclipse CCW, Eclipse Mylyn

Posted by & filed under java.

Two days ago I was participating a WarsawJUG meeting. Jacek Laskowski was speaking about clojure and some other amazing technologies he has learned while dealing with clojure and eclipse. (finally there was a guy that uses netbeans and claims that it worth something, most of the auditorium is eclipse, idea, spring coders – I predict… Read more »

Business Component Development with EJB Technology

Posted by & filed under java.

I’ve found in our office material from SUN course called The Business Component Development with EJB Technology, Java EE 5 (SL-351-EE5). After quick preview I know there is auction application implemented as a tutorial and there is whole business use cases description and UML: domain objects, persistence diagrams and implementation model. I am familiar with… Read more »

Log4j stopped logging on Glassfish

Posted by & filed under Enterprise Sevice Bus.

I use log4j library for confirmation what is being send to db server by my EJB code. Everything was working fine till one day. It simply stopped logging. (it turned out that I’ve used somehow newer version of log4j in my project, I’ve changed pointer in Libraries in Netbeans). I’ve created a new domain on… Read more »

java vs php

Posted by & filed under java.

Somewhere earlier on this blog I said there is fine php framework called cakephp. I tried it and what convinced me to use it was the main motto of it. IT’S PIECE OF CAKE! And that was so true. I got even eclipse for PHP and started experimenting with it… Although there was something against… Read more »

Sun java courses

Posted by & filed under java.

I know there is no Sun courses any longer. There are Oracle Java courses. I have been to some. GlassFish ESB 2.1 for Implementers (SAS-4300) and Developing Applications for the Java EE 6 Platform (FJ-310-EE6). But also I have student workbook for Sun GlassFish Enterprise Server Administration and Developement SAS 4455 what looks interesting. Instaling… Read more »