Unisoft Infotech is a leading IT consulting and integration company operating in Singapore, Malaysia, Taiwan, India, United States and Australia. We offer...
I think you can easily integrated GWT with EJB3 Remember you have to think in application layers. GWT is your presentation layer which will communicate to your...
good thing, just to share, the combo might also be bad for the dev. side since GWT is NOT full compliant with Java 5. i mean.. EJB3 specific Annotations wont...
suggestion on using GWT for struts [have a container JSP for GWT] which communicates with the GWT servlet [have a the GWT servlet call something else] this...
... http://java-source.net/open-source/charting-and-reporting -- if your particular interest is in tabular reports (e.g., ledger-type output), JFreeReport ...
Hi guys! A friend of mine is looking for a copy of SCJP 1.5 Study Guide by Sierra and Bates. If you're selling your copy, please let me know. Thanks! ... ...
Randell
josephrandell.benavid...
Dec 3, 2008 12:14 pm
19041
currently learning pentaho... ... From: Daniel Escasa <descasa@...> Subject: Re: [pinoyjug] java reports To: pinoyjug@yahoogroups.com Date: Wednesday,...
you can try jasper reports as well ... -- Franz Allan Valencia See | Java Software Engineer franz.see@... LinkedIn: http://www.linkedin.com/in/franzsee...
I understand that Greenplum the BI vendor bundles their hacked PostgreSQL and Jasper Reports with their BI appliance hardware, the Thumper (and now the Thor). ...
http://blog.makezine.com/archive/2008/12/google_selling_unlocked_g.html?CMP=OTC-0D6B48984890 Sent to you by Silverlokk via Google Reader: Google selling...
http://feeds.computerworld.com/click.phdo?i=d0ca102e580f7b683dfb32e432f03dc9 Ohwell.... Sent to you by Silverlokk via Google Reader: Unlocked Android phone is ...
To the PinoyJUG officers, will there be a PinoyJUG meeting between Dec. 27th to the 31st by any chance? On Tue, Dec 9, 2008 at 8:42 PM, Calen Martin D. Legaspi...
Hi Guys, I have a Using c3p0-0.9.1.2,hibernate-3.2.6.ga and spring 2.5.4.The problem is my connection doesn't close it self. here's the log's 2008-12-16...
your code is probably not releasing the connection back to the Pool, when your using a pool you need to close the session to release the connection back to the...
Hmm.. I think the connection pooling is doing it's job.. maybe there's something wrong with your codes.. have it code reviewed and look for things that...
Yes Johnny, I agree that it bad practice but it a temporary solution while I debug whats wrong.. here's a sample code: maybe this may help public class...
If I'm not mistaken, getHibernateTemplate() does not handle the opening and closing of sessions. I think what it only handles is the retrieval of a transaction...
Hello everyone, We have an opening for Java Architects and Project Leaders for a big IT group in Singapore. Below are the job descriptions for the requirement....
Hindi ba nya hinahandle ang close-open :D ? Gary, Siguro you should post the spring configuration mo so we can see what layers you use.. it might help the...
thanks franz yes the web part is appuse 2.x but the other server is just a jar that listens to all jms and http request... thanks Johnny tingin ko hindi siya...
... Is all the data access through Hibernate only, or do you have any bits that do raw JDBC access? You have to do an audit through the code to make sure...
I see that you also use jdbctemplate pero it also handles the connection like hibernatetemplate.. it's really hard to tell the problem kse mukhang ok naman...
... I've seen worse. :D ... On mysql, run 'mysqladmin processlist' (of course, run as the mysql admin user), e.g. 'mysqladmin -u root -p processlist'. This...