Search the web
Sign In
New User? Sign Up
novajug · Northern Virginia Java Users Group (NOVA
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 10598 - 10627 of 13726   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10598
Okay, let's just say that my previous post was one of the dumbest things I've ever done, and move on? Case in point - switches on internet backbones report...
Ed James
lej31428
Offline Send Email
Feb 1, 2007
11:46 am
10599
The way I understand how NTP works, there is a hierarchy of time servers where most of the world talks to tier 2 servers and those tier 2 servers talk to tier...
Jenkins, Bart (NE)
bauhaus9
Offline Send Email
Feb 1, 2007
2:13 pm
10600
... also, if u r using any 3rd party date/time/calendar components, then they have to be evaluated too. argyn...
jawabean
Offline Send Email
Feb 1, 2007
2:14 pm
10601
... agreed. it's better to write time in UTC format when possible, then convert them into default tz to display. ... once i had a funny production issue. i...
jawabean
Offline Send Email
Feb 1, 2007
2:21 pm
10602
I would think that only an operating system update would be needed and that a JVM update would not because I would assume that the JAVA environment gets its...
Jenkins, Bart (NE)
bauhaus9
Offline Send Email
Feb 1, 2007
2:42 pm
10603
Bart - Yes, all the NTP servers would have the correct time, but do they send to the client UTC time or local time (based on time zone information they get...
Keith R. Bennett
krbennettmd
Offline Send Email
Feb 1, 2007
3:08 pm
10604
Just to be clear in my tiny mind...does a running JVM "click" during a time change, or would it need to be restarted? Likewise, if the rules change, even if...
Ed James
lej31428
Offline Send Email
Feb 1, 2007
3:36 pm
10605
Never mind...I just started reading the JavaWorld article listed in David Schlosnagle's excellent message, and found the following: "Machine clocks are always...
Keith R. Bennett
krbennettmd
Offline Send Email
Feb 1, 2007
3:56 pm
10606
Keith, Yep, you are right. On slide 8 of the NTP backgrounder, it states clearly that managing LOCAL time is NOT one of the goals for ntp. ...
Jenkins, Bart (NE)
bauhaus9
Offline Send Email
Feb 1, 2007
4:06 pm
10607
Sun also have a tool to update your JVM in case you are not ready to upgrade: http://java.sun.com/javase/tzupdater_README.html We tried it and it worked for us...
Vasiliy Lachinov
lach_v
Offline Send Email
Feb 1, 2007
4:29 pm
10608
... and that ... environment gets ... "break" if ... making ... yes, i do argyn...
jawabean
Offline Send Email
Feb 1, 2007
10:45 pm
10609
Hi there, Based on the Spring framwork and Hiberate I am trying to retrieve data with joining multiple tables using Hibernate mapping. Do anyone know good...
Hyun Koo
ggkoo2002
Offline Send Email
Feb 2, 2007
2:47 am
10610
A stored procedure would ofcourse be better than doing a join using hibernate. There are so many ways of doing a join in hibernate. Using mapping: Take two...
A. Shiraz
atharshiraz
Offline Send Email
Feb 2, 2007
2:29 pm
10611
Thank you for your input Athar, In terms of what the stored proc is better than joining hibernate? Does it have less overhead or better performance or better...
Hyun Koo
ggkoo2002
Offline Send Email
Feb 2, 2007
5:47 pm
10612
Stored procedures will definitely have better performance. Stored procedures will not be very portable (if you switch data stores). Stored procedures will...
A. Shiraz
atharshiraz
Offline Send Email
Feb 2, 2007
5:55 pm
10613
Dear friends, Where can I find ajax components ? The one I am more interested in is the file system (explorer like) representation etc. Are there any ajax...
A. Shiraz
atharshiraz
Offline Send Email
Feb 3, 2007
6:59 pm
10614
http://www.google.com/search?q=ajax+file+explorer+component ... -- Doug Harris - dharris@... Google Talk: dharris@... AIM: aD doug harris icq,...
Doug Harris
doughboushlcom
Online Now Send Email
Feb 3, 2007
7:22 pm
10615
http://www.ajaxpatterns.org is good Ajax resource....
Wilfred Boayue
wsbjr
Offline Send Email
Feb 3, 2007
7:36 pm
10616
... -- Hugh Brien hugh@... http://www.hughbrien.com 703 725 7754...
Hugh Brien
hughbrien
Offline Send Email
Feb 4, 2007
4:12 am
10617
A friend of mine from Baltimore did a nice piece on Ajax for Infoworld. There is even some recorded demos. ...
Hugh Brien
hughbrien
Offline Send Email
Feb 4, 2007
4:12 am
10618
Sent to me by a friend with the subject line: "Almost-great explanation for not fixing a bug!" http://support.microsoft.com/default.aspx/kb/214326/en-us -...
Keith R. Bennett
krbennettmd
Offline Send Email
Feb 4, 2007
7:14 am
10619
You might be interested in a little back story on this issue from Joel Spolsky: <http://www.joelonsoftware.com/items/2006/06/16.html>. Years later, web...
David Schlosnagle
schlosna
Offline Send Email
Feb 4, 2007
7:59 pm
10620
<pre> [code] /** * Trim all trailing zeros found after the decimal point of {@link java.math.BigDecimal} * @param n {@link java.math.BigDecimal} * @return n...
Phil Powell
nordic_metal...
Offline Send Email
Feb 5, 2007
3:31 pm
10621
man I swear I looked it up on google but everytime I do a search this is what I got so you tell me what was I doing wrong with my search ... thanks!!!! ...
A. Shiraz
atharshiraz
Offline Send Email
Feb 5, 2007
3:50 pm
10622
You searched for "ajax components view file system", I searched for "ajax file explorer component" -- these aren't very different, but the big difference is...
Doug Harris
doughboushlcom
Online Now Send Email
Feb 5, 2007
4:12 pm
10623
... the method implementation seems to be very strange and ineffective. what is "trailing zero"? can you give an example? argyn...
jawabean
Offline Send Email
Feb 5, 2007
4:21 pm
10624
... Wouldn't you know it was that easy and I couldn't delete the original thread? n.stripTrailingZeros(); Phil...
Phil Powell
nordic_metal...
Offline Send Email
Feb 5, 2007
4:23 pm
10625
... In general terms, a "trailing zero" is a zero at the right end of a printed floating point number, past the decimal point. (Or spoken. Point is,...
Yahoo member Dave Aro...
davearonson
Offline Send Email
Feb 5, 2007
5:15 pm
10626
Hi All, We are developing a web application and one of the requirements is to enable Logging of debug statement only when so requested. That means, we would...
Nikunj Manocha
manochanikunj
Offline Send Email
Feb 5, 2007
6:32 pm
10627
Nikunj - There are probably many ways to achieve this. Here are two options: 1) use configureAndWatch when loading your properties file. This will tell log4j...
Matt Abrams
abramsm@...
Send Email
Feb 5, 2007
6:51 pm
Messages 10598 - 10627 of 13726   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help