dev@glassfish.java.net

Optimizing the CORBA...

From: Dyego Souza Dantas Leal <dyego.leal_at_gmail.com>
Date: Tue, 18 Jul 2006 11:52:18 -0300

Hello GlassFish guys !!!

GlassFishVersion : v2 b08


I have a problem... i write a JEE 5 Application with SessionBeans and
client Swing...

i run this query in my sessionbean


em.createQuery("select m from MyEntity m").getResultList();

This query return's 292 entitys in 95 ms (good time...)

BUT , in the client...(swing) this query returns in 795ms ....

700ms for serialization ? is a bad time...

exists way to optimize it ?