Search:

Type: Posts; User: billharris; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    1,149

    those timings i gave were for a single user...

    those timings i gave were for a single user hitting the system. i need to install a load tester and try concurrent users.
  2. Replies
    4
    Views
    1,149

    the mysql database and jboss server are on my...

    the mysql database and jboss server are on my laptop. I am using the example queue that came with the default server 'queue/A'. using jbossmq and spring's JmsTemplate, i am seeing ~30ms to send a...
  3. Replies
    4
    Views
    1,149

    cost of a jms message vs updating a row

    i want to gather usage stats in my web application. a database hit for gathering stats on each request does not sound like a good idea. i am thinking of instead placing a message on a queue and...
  4. Replies
    1
    Views
    836

    Wanting to use JMS

    In my web application, I want to collect some usage statistics. I think the best way to do this is to fire off a JMS message in my controllers before the actual ‘meat’ of my onsubmit method and have...
  5. Replies
    1
    Views
    651

    service object using hibernate3 & jdbc

    i'm stumbling over how to write the config file for a service object that uses a mix of jdbc implemented dao methods and hibernate3 implemented dao methods. i'd like the service methods to be...
  6. best approach for 'list of values' LOV?

    on my registration form, i have a droplist for the state (displaying the full name, using the 2 letter abrv. for the value). I'd like to externalize the name, value pair in a property/config file...
  7. spring + hibernate + ehcache 2nd level cache?

    I'm using hibernate 3.0.4 and spring 1.2.1. I'm doing a very simple proof of concept to learn hibernate. I have a table consisting of 3 columns: id, city and zipcode. the query is given the city,...
Results 1 to 7 of 7