Guys, I have a client connecting via internet to a server doing a simple request response. I do not have control of the client or the server. I can however...
OK, my negative comments about Eclispe are probably getting boorish and I must say that overall its been very powerful ans useful but I had to share the latest...
Use Subversive not Subversion, more or less all your issues with SVN will go away. ... -- Donal Tobin, CAPE Technologies, Maple House, Temple Road, Blackrock,...
Yes some issues with subversion eclipse plugin. Kept having to do full updates. Often had to use tortoise SVN and manually edit the .svn files themselves. ...
If its HTTP based (I'm guessing that it might be since you say you want to reproduce the request/response in a browser), you can always use a HTTP proxy...
Thanks guys! This looks EXACTLY like what I need. Hopefully the request response are simple ASCII ;) Mica ... From: straight_talking_java@yahoogroups.com...
I've used both the Linux and Windows GUI ... From: straight_talking_java@yahoogroups.com [mailto:straight_talking_java@yahoogroups.com]On Behalf Of Joey Gibson...
On Tue, 1 Aug 2006 13:23:02 -0400, "Miles Parker" ... We've been seeing the same problem here. Large refactorings accross projects with many moves and renames...
... Another good tip is to do major refactorings on a branch. Not only do you not have to worry about breaking things, but it also enables the kind of "baby...
Good idea..has the advantage of allowing you to step back relatively easily as well. Actually this is usually not a big issue for me, as when I am refactoring...
On Tue, 1 Aug 2006 15:18:57 -0400, "Miles Parker" ... Is this already in a state where it's actually usable? I hadn't heard anything about this plugin since...
Yeah we discovered that Subversive is a lot better than Subclipse. Neither has anything like the native-Eclipse CVS merge preview tool though. ;-( We may have...
Gentlemen, I do have an Oracle RAC question, as some of you are Oracle gurus. I am performance tuning an application in a bank, and load balancing was not...
Dan I have not played with the propagation delay, as the DBAs haven't given us the details of RAC. However, I have noticed odd things occurring if we do not...
Thanks, Rob. I was not surprised that they've messed up the config. That's almost generic at the place. The propagation delay is the issue. The application was...
Microsoft made one big, wrong decision that led to Vista's delays, Microsoft CEO Steve Ballmer told financial analysts during his meeting with them last week....
Just wondering: anyone have any experiences (good or bad) with some of the open source distributed caching frameworks, such as: Java Caching System (JCS) ...
You should hit Kirk up, He was telling me he was excited about something from Gemstone I think. They have been in this business as long as anyone else and know...
I am mentally scarred by the subject of chaching. I work with the founder of EHCache, Greg Luck. In fact it came out of the project we work on. However it's...
We use memcached to good effect: http://www.danga.com/memcached/ It has a Java API, though we use the C and Perl APIs here. It handles very large volumes of...
... OK, so I registered for a trial of the Professional Edition of OptimalJ - do I have to download the full 300+ MB install, or is there any option to...
Hey David, The experience I've had with OSCache has not been good. JBossCache works. Can't say much about the others as I've not had any experience with them....