... Frankly, unless you're being _forced_ to use Spring and only Spring, I'd look elsewhere. In particular, I'd probably use an ESB framework, like Mule, if...
That's not going to be an issue. As long as your connection pool implements the necessary JDBC interfaces (Driver, Connection, etc.) then it'll plug right in....
You can do with using JMS (OpenMQ or ActiveMQ will do) -- package the data then publish a JMS destinaton (topic or queue.) The "client PC" will need to be the...
Implement the javax.sql.DataSource interface. Spring can then use your implementation. From: pinoyjug@yahoogroups.com [mailto:pinoyjug@yahoogroups.com] On...
couple things.. 1) Mule ESB would be very slow, I'm thinking something that can do 10K ops/sec 2) Mina is probably a better choice 3) My pool implementation...
Hi Orly, I'm interested on the benchmarks for Mule ESB which made you say "Mule ESB would be very slow". I want to know since I did a telco app using Mule ESB....
Any OpenMQ users here? I'm currently trying to figure out how to work around an issue (?) in OpenMQ where requests to create temporary destinations are denied...
Hi, I don't have any experience in OpenMQ but looking at the Destination.java implementation, there must be a properties or configuration file where you can...
Benjie Estor
benjie.estor@...
Mar 3, 2009 3:09 pm
19209
hi Melvin, I don't have any benchmarks for Mule ESB per se, however we did a sizing exercise before, using a proprietary ESB, and the performance wasn't that...
Benjie, Yup, there are settings for auto-creating queues but they don't seem to take effect on producers that re-connect. Auto-creation actually works until...
Good PM po, Im having a similar problem and I'm new to java, I already included the necessary .jar files in the CLASSPATH and yet it still prompt me that the...
Back to Orly's original queston... ... I actually have a requirement to do this, for work. It's for our training course, so I'll be able to share it. The focus...
... Hi, When running inside an application server, do not create JDBC Connection objects on your own. Instead, let the app server manage the connection pool....
I agree with migs. Have the app server manage the datasource. Configuration is easier that way. But if you insist in your current method...just copy your...
Hi, Folks! We're in immediate need of junior Java developers to help build a medical insurance system. Below are the requirements: * Competent with Java...
Hello to the groups. Is there any equivalent method for System.nanoTime() in Java 1.4? Or is there any ways to get current time in nano seconds in Java 1.4?..I...
hi to all, I'm a newbie in java web services. My question is, how can read/pull values (parameter?) from web.xml? I'm using glassfish as app server. TIA -- ...
Thing is, most Unix boxes don't have an accurate "nanotime" in fact most Unixes only are accurate to 1ms or 10ms (depending on the system clock rate). Linux...
Hi, PinoyJUGgers! Orange & Bronze is looking for trainers who can teach our developers how to program on the BlackBerry or on Google Android. This will be on...
Hi Jeff, The voucher is valid for the ff: JAVA: Sun Certified Programmer Sun Certified Developer for Java Platform 5 Sun Certified Developer for Java Platform...
Probably for some very-short-duration sleep or something. But as I said, most machines don't have nanosecond-resolution timers anyway (best case 1ms or 10ms). ...
How do I find the solution for this? It's Java 1.5 code, and the test runs fine as a regular Eclipse project. I'm trying to port it to Maven. "E" is the type...
Try using junit-3.8.2 by defining it in your dependency. ________________________________ From: Miguel Paraz <mparaz@...> To: pinoyjug@yahoogroups.com ...
Hi, Thanks for the responses. The maven compiler plugin was set to 1.5, and, I'm using JUnit 4. I copied the archive from the Mac (work) to Linux (home). Same....
I've got my subversion (1.5.6) working fine on ganymede. The Subclipse update does not include subversion binaries for linux which i presume must be causing...