Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #14779

Re: Extract String and StringBuffer

Path csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
From Lew <lewbloch@gmail.com>
Newsgroups comp.lang.java.programmer
Subject Re: Extract String and StringBuffer
Date Thu, 24 May 2012 09:52:31 -0700 (PDT)
Organization http://groups.google.com
Lines 31
Message-ID <f506f3bc-eaa5-4cb0-ad8c-8f3ad063a268@googlegroups.com> (permalink)
References <34c76a08-4bdb-462b-9178-c8a24d9a5dba@googlegroups.com> <fuudnas749CBZCDSnZ2dnUVZ8h2dnZ2d@giganews.com> <54c296d1-7913-45f0-b1f1-a602a0c34cbf@googlegroups.com> <38ee8208-ce14-4ff8-b199-a79c0f5831b9@googlegroups.com> <jpll77$tof$1@dont-email.me>
NNTP-Posting-Host 69.28.149.29
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1
X-Trace posting.google.com 1337878441 16407 127.0.0.1 (24 May 2012 16:54:01 GMT)
X-Complaints-To groups-abuse@google.com
NNTP-Posting-Date Thu, 24 May 2012 16:54:01 +0000 (UTC)
In-Reply-To <jpll77$tof$1@dont-email.me>
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=69.28.149.29; posting-account=CP-lKQoAAAAGtB5diOuGlDQk0jIwmH0T
User-Agent G2/1.0
X-Received-Bytes 2424
Xref csiph.com comp.lang.java.programmer:14779

Show key headers only | View raw


markspace wrote:
> Robert Klemme wrote:
> 
>> It's probably better to benchmark the application while enabling one
>> of the Oracle traces during execution.  You'll then get the real data
>> and execution plans.
> 
> And this is an even better idea than trying to rely on integration tests 
> (although a basic check of SQL goodness isn't a bad idea either, to be 
> done before things get to production).
> 
> Another idea would be to capture the inputs to a typical production 
> case, and add them to a performance test or stress test.  Instrumenting 
> production systems is OK if you can do it, but I like automated, 
> reproducible tests better.
> 
> I just did a quick web search for SONAR.  It's one of those cruddy 
> little "code goodness" tools, where you apparently don't trust your 
> programmers to write good code, or you have no control over software 
> quality, so instead of fixing those problems you install a tool to give 
> you little reports about how crappy your code is.  Dear sweet Jebus on a 
> pogo stick.
> 
> <http://www.sonarsource.org/>

Here's an interceptor for JDBC calls. I've seen this in action and it's awesome.

<http://code.google.com/p/log4jdbc/>

-- 
Lew

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Extract String and StringBuffer mikew01 <mikew01@blueyonder.co.uk> - 2012-05-24 01:29 -0700
  Re: Extract String and StringBuffer Leif Roar Moldskred <leifm@dimnakorr.com> - 2012-05-24 04:02 -0500
    Re: Extract String and StringBuffer mikew01 <mikew01@blueyonder.co.uk> - 2012-05-24 03:21 -0700
      Re: Extract String and StringBuffer markspace <-@.> - 2012-05-24 08:21 -0700
        Re: Extract String and StringBuffer Roedy Green <see_website@mindprod.com.invalid> - 2012-05-28 09:28 -0700
          Re: Extract String and StringBuffer markspace <-@.> - 2012-05-28 12:19 -0700
      Re: Extract String and StringBuffer Robert Klemme <shortcutter@googlemail.com> - 2012-05-24 08:20 -0700
        Re: Extract String and StringBuffer markspace <-@.> - 2012-05-24 08:47 -0700
          Re: Extract String and StringBuffer Lew <lewbloch@gmail.com> - 2012-05-24 09:52 -0700
      Re: Extract String and StringBuffer Martin Gregorie <martin@address-in-sig.invalid> - 2012-05-24 20:29 +0000
  Re: Extract String and StringBuffer Roedy Green <see_website@mindprod.com.invalid> - 2012-05-28 09:29 -0700

csiph-web