Syndicate content

shlomo 07/02/2010 - 19:15
Hi, has anyone had real experience with Mule? http://www.mulesoft.org/display/COMMUNITY/Home nbsp...

Each server-side architect face this delima, which application framework to choose, EJB3.x or Spring ?

 

although both frameworks rock at development and production time, it's very hard to choose the right one.

I had several talks with tikal's architects about it,and although I get the impressive pro/cons bullets the final selection relate to taste!

 

while reading "JBoss and SpringSource" article, a new factor add to the table, a war between commercial entities? time will tell...

lior.kanfi 25/01/2010 - 23:57

1.0 obsolete
1.1 VS 2003
  * win 2003 has built in

2.0 (sp1) VS 2005/8/(?)10
3.0 WPF, WCF, WF, VS 2005/8/(?)10
3.5 (sp1) Linq, C#3.5, Entity fw..., sp1: System.Web.Abstraction, Sys.Web.Routing. VS 2008/(?)10
  * win 2008 has built in
  * the same runtime
  * upgrade is convinient (not risky , backward compat)

4.0 VS 2010
  * new machine.config, mscorlib, runtime
  * C#4.0, ASP.NET 4.0
  * upgrade might be risky, requeres changes in web.config.

mono
  * integration with VS
  * MonoDev
  * The Mono API today is somewhere in between .NET 2.0 and .NET 3.5,
  * cross platform

 

 

igorz 20/01/2010 - 10:15

Can someone recommend on any of the following libs:

BlazeDS, Exadel  Flamingo, GraniteD or any similar.

 

I'm trying to find out the best way to integrate a seam application with flex.

 

thanks!

 

 

gad 26/01/2010 - 13:34

Hi,

I'm looking for your experience with xml db.

I'm looking for a XQuery based xml db, that can store large amount of data and that I can work with large xml files (let's say 2G)

Does anyone familiar with eXist DB? what about oracle berkeley? and others...

10x,

Keren

keren 24/11/2009 - 17:38

HI,

For a web services POC using Spring + CXF I am testing Jetty in a OS environment which has limited resources (such as total RAM of 512 MB), runs a .Net application and has to run a Java servlet container.

 

At present Jetty has the following JVM parameters:

 -Xms15M -Xmx15M -XX:MaxPermSize=16M and the Xss (stack size per thread) is the default.

 

While load testing with ab (Apache benchmark), I was able to lower the heap size to 15MB however the perm zise can not be lowered to  less than 16MB. 

The scenario tested was with 50,000 requests over 10 threads, the size of each request is 10k. 

 

Questions:

Has anyone had any good experience with other small memory footprint web server? I used Winston before for running hudson, but is it being utilized in production environments?

 

Thanks,

 

Shlomo.

 

shlomo 08/02/2010 - 15:22

Introduction to Java Playframwork. New framework for web/rest applications development. Easy, fast and comfortable development. Also we will try to compare the Playframework with Grails technology.

Brief introduction video is available at : http://www.playframework.org/

Location:Tikal office (HaBarzel 4)

Note: Event starts at 9.00 am

tigor 08/02/2010 - 10:49

http://stronglytypedblog.blogspot.com/2010/02/java-vs-scala-vs-groovy-vs-groovy.html

 

The blog post compares the performance of quicksort implemented in Java, Scala, Groovy and Groovy++. 

 

(Groovy++ is an effort to create a statically typed variant of Groovy, so that dynamic and static programming can be mixed).

 

Bottom line: Scala and Java compare in performance, Groovy is 512 times slower and Groovy++ is only 42 times slower. This is obviously just a micro-benchmark, but I don't see how manipulating any other sort of data will make the difference in performance smaller. 

 

 

ittayd 07/02/2010 - 22:02

Hi,

 

For a recent POC, I utilized mavens' Embedded jetty plugin (works very well, starts up in few seconds). For those of you need to use it for testing purposes via SSL. here is a short tutorial :

 

http://mrhaki.blogspot.com/2009/05/configure-maven-jetty-plugin-for-ssl....

 

 

 

shlomo 07/02/2010 - 19:21

To create flex application that uses RSLs "cross domain modules" with maven, the rsl module should have two artifacts:
1. The library for compilation dependency extension .swc
2. The optimized library for deployment extension  .swf

Lets say we have common library that we want to use as rsl, a business module (application) that uses the common and web-ui war module, we'll have:
1. common rsl :

itai 07/02/2010 - 07:30