Thanks Saavy! Yeah, I know the advantages of Java Web Start over Java Applet. But what we need is an application attached to a web browser so that it will look...
Hi, I would just like to ask the community to also contribute at least to this site if you haven't already. I mean our government will never promote us to...
Job Title : Java/J2EE Developers Company Profile : Nityo Infotech Services Pte Ltd Nityo Infotech Corporation (www.nityo.com) is a global provider of IT...
Hi Francis! I think that's a great idea! We have a very good pool of people here and I guess showing what we can do will make employers from abroad turn their...
Hi Alvin, It will be hard developing for your needed specifications using Applets because its "sandboxed" due to security issues. I suggest you can try...
... I don't think installing and configuring Tomcat (or any other Java-capable Web server) would be any more difficult than running the RMI registry and ...
Thanks guys! Since the only host an applet can communicate with is the host it was delivered from, I still need to implement a server application that executes...
Does any one knows how did SOA affect the J2EE? Can any one tell about the future path of J2EE Developer? Are we going to SOA implementation on the future?...
SOA is an architecture style implemented to make new and existing systems driven by business process by using BPEL(or any business related markup language. I...
I think this is also difficult to implement. How can an applet control the windows app through web service, like clicking an app's button to stream live video...
Working on a big datawarehousing company with a lot of mainframe involved, I dont think SOA will cause mainframe near death soon but rather this technolgy...
... It can be done, you just have to think out of the box. In pseudocode: Applet: on click of button: send "start streaming" command to web service In C#...
I just want to share what I did here in my current project. I migrate some of the COBOL code and also I did re-use some of the COBOL business logic which I...
Spring 2.5: Drop-in upgrade for 2.0 with OSGi bundles, full annotation-based configuration and Aspec Posted by *Ryan Slobojan* on Nov 06, 2007 04:00 PM ...
Hi, Anyone knows a training center or school that offers a short courses in Struts, hibernate, spring and web services? Highly appreciated your response. ...
Here's a couple of online resources: http://www.javapassion.com/j2ee/index.html http://www.javapassion.com/webservices/index.html...
Randell Benavidez
josephrandell.benavid...
Nov 8, 2007 4:41 am
17291
Greetings! My name is Reign from ZMG Signium Ward Howell. We are an executive search firm and one of our clients in Singapore has an immediate job opportunity...
I've been playing around with TopLink Essentials (from the glassfish installer). I noticed that my code which uses TopLink, is so slow compared to straight...
yup there is a faster way.. don't use ORM if you are just going to insert to a 3 column table. ORM bridges the gap between an object-oriented language and the ...
Michael Mallete
mrmallete@...
Nov 8, 2007 9:47 am
17294
Well, my area of interest is really high-performance computing. However most/all of the Java data grid software out there uses ORM for read- and write-caching...
That won't do if the transactions are financial in nature. In my example, that is doable, but in the "real world" you wouldn't be allowed to batch the...
Hi, I don't think you can do performance comparison using plain simple inserts. Because (i don't know about others), if we are to do bulk operations, we stay...
... Short answer: yes. Long answer: It slows down your application because ORM is meant to be a solution to bridge the Object Oriented paradigm and the...
I always cringe when I hear (or in this case, read) sweeping generalizations like "ORM is for the Lazy". In programming, there are no free lunch. ORM is there...
I'm not very sure, but a few things I've noticed "out there." 1) a lot of developers these days are "Java as a first language" types and they can't write a...