Friday, March 12, 2010

Posts Tagged ‘j2ee’

Which java stack do you use ?

Friday, January 9, 2009 14:59

hi every body, I am just just running a poll about which java stackĀ  are you using ? and any comments are welcome ! [poll id="2"] have a nice weekend

This was posted under category: HowTo & Tutorial  |  Read Full Story  |  5 Comments
Tagged with: , , , , , ,

Why I haven’t tried JPA?

Monday, January 7, 2008 2:03

I have been implementing java for 4 years and what I have learned: "not all Java API's are good" but there are some open/vendor APIs you should prefer.

This was posted under category: Notes  |  Read Full Story  |  7 Comments
Tagged with: , ,
DistributableEventPublisher for Spring via JGroups

DistributableEventPublisher for Spring via JGroups

Tuesday, December 11, 2007 8:15

Messaging is really easy through a single JVM. For a distributed environments JMS is strongly recommended. but for smaller and simple projects here is and example implementation via JGroups. Usage DistributableEventPublisher distributableEventPublisher=.... distributableEventPublisher.castEvent(TEXT_MESSAGE/XML/Serializable); requirements: springframework 2+ JGroups 2.6.1 JUnit (for test)

This was posted under category: HowTo & Tutorial  |  Read Full Story  |  0 Comments
Tagged with: , ,

for j2ee application

Thursday, December 6, 2007 16:09

no matter what size is your application distributable should be always under consideration. otherwise it becomes a full pain full reimplementation of whole application. yes reimplementation is always good but for developers it is always painful and for customers it is always very but ...

This was posted under category: HowTo & Tutorial  |  Read Full Story  |  1 Comment
Tagged with: