... Ryan, it's a long boring complicated subject. You may want to check 'transaction isolation in J2EE' and 'ejb life cycle'. In two words: there's a way to...
Behaviour you described are basic transaction capabilties of the EJB and all J2EE compliant EJB container should handle that. I think that is one of the...
Hi Ryan, Use hibernate... I am not a fan of EJB2.1 .. This is the typical element to consider when you are developing real-time online enterprise web ...
Hi All, Our current project is a fairly typical J2EE application with server and client components. At the moment we support only one client but this will...
I'm new to this group and may be this question was asked many times before. We are researching IDE's for developing J2EE application. Can any of you suggest a...
Juluri Lavanya
juluri_lavanya@...
Apr 1, 2005 5:04 pm
8132
Hi All, I would like to know which one is more powerful than another... I am comparing JWebUnit with Canoo... I would appreciate it if someone share his or her...
Argyn, Is it easy to organize and implement Test Driven Development with IntelliJ IDEA? What about CVS integration??? I met some Java developer who prefer ...
IntelliJ has great CVS integration as well as top-notch JUnit testing features. I currently run both IntelliJ and Eclipse and I'm on the fence on which is...
... I also use jUnit features of IntelliJ IDEA. I didn't use CVS plugins, because we are unlucky ClearCase users. ClearCase plug is sufficient, I wouldn't...
Interesting Question. Which deserves a number of interesting questions in return. First, what other software will you be using? For example, Oracle has its...
Chuck, Thanks for your interest in helping us. Please find my response in blue. Lavanya ====================================================== Interesting...
Juluri Lavanya
juluri_lavanya@...
Apr 1, 2005 8:20 pm
8142
If you are planning to use BEA weblogic, it comes with workshop. why don't you use workshop?. can you define what do you mean by tightly coupled code?. you...
Y'all're a couple Luddites. vi *is* a righteous text editor - I used to do Win32 programming in Lemmy and only used VStudio for debugging, and I still use vim...
Hi All, Has anyone see the following trace log? I my testcase java is all correct.. When I try to run the program, eclipse is spitting out this trace log.. I...
My experience is that ALL of the .jar's have to be in the classpath, including NekoHtml.jar and a couple of others I don't remember but had something to do...
Yup... that JavaScript message appears too.. ok.. this might sound stupid.. but how do you add all of jar files into the classpath.. They way I am doing is.....
... Interesting. Having used Eclipse quite a bit, when I tried IntelliJ I found it's CVS support/implementation to be woefully inadequate. - Label Decorations...
I would highly recommend picking a standard IDE, partly for the mutual support benefit mentioned below, and partly for the reason that different IDE's (and/or...
... I think I added that it IntelliJ's CVS support doesn't compare to Eclipse's Team Synchronization... but in my work IntelliJ's support is "good enough"....
I've just started learning about the Spring JDBC framework. I'd like to use it in my codebase but I can't see how to turn auto-commit off. I need to be able to...
Hi All, It's working... I decided to add all the .jar files manually into WebRoot\WEB-INF\lib manually... now my test runs smoothly. :) It is now green bar in...
I'll put my 2 cents in here ... I'm a big Eclipse convert! It's amazing I'm touting an IDE at all, as I was a hard core Vim user until I finally tried Eclipse...
MyEclipse is integrated with Xdoclet and Ant (Ant already comes with Eclipse)...You will like EJB development with MyEclipse... but hey... I prefer ...