Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Sun Forums - www.sun.com | Site profile

Site profile page for http://www.sun.com. This report page has aggregated and summarized the online discussions from the Message Board located at http://www.sun.com. This site profile page outlines general site statistics such as: Users Activity, Site Activity, Site Rank, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional site profile information for http://www.sun.com is also shown in the following divisions:

1) Top 10 Active Forums during Last Week
2) Top 10 Site Forums
3) Latest Active Threads
4) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a site's popularity and/or exact posting volumes at any given reporting period.

Title: Sun Forums - http://www.sun.com Sun Forums
Url: http://www.sun.com
Users activity: 3 posts per thread
site activity: 2,612 active threads during last week
Site rank: 414 (go to rank page)
Domain info for: sun.com
 

Posting activity table on Sun Forums:

  Week Month 3 Months
Threads: 2,612 8,529 24,101
Post: 6,527 23,333 66,083
 

Authority Badge:

Sun Forums | Forum Authority Badge

Sun Forums posting activity graph:

Posts by:  day  week  month 
 

http://www.sun.com Alexa graph:

Top authors on Sun Forums during last week:

Name
Posts
georgemc
217
user's latest post:
Mixed mode, sharing ?
Published (2009-11-12 07:05:00)
The 'sharing' bit means that certain startup data (core classes, really) for the JVM is being cached on-disk, to speed up startup (it shares those resources between instances of the JVM, you see). You can turn it off using (IIRC) a -Xshare:off but I doubt it's the source of whatever this mystical error is. Speaking of which.... (this is the bit where you enlighten us)
ejp
197
user's latest post:
synchronized, wait, notify and a...
Published (2009-11-12 00:22:00)
Apart from all the other uncorrected bugs described above, the server probably cleared it after the receiver set it, because you're not sequentializing that part of it properly. The server should clear it first, then send the message, then wait() until it's set or a timeout happens. But what exactly is the point? In a real client/server there wouldn't be any shared variables, just messages. Arrival of the message is all...
endasil
155
user's latest post:
how to prevent text wrapping...
Published (2009-11-12 06:23:00)
DoraiRaj wrote: To fully express my question this much code is required, Nah, I don't think so. Just looking quickly, I very much doubt that you need to manual Graphics painting to demonstrate a line-wrapping problem. I think you're just lazy.
jverd
149
user's latest post:
Method Local Inner Class and...
Published (2009-11-11 23:40:00)
ejp wrote: Actually, what we would want is for changing one to change the other. Except that it's impossible and indeed meaningless once the enclosing method has exited, so we can't want that at all. Given that there's a second variable shadowing the "real" one, IF one of them changed, we'd want them both to change, since really they're supposed to be the same variable as far as our source code knows. Since...
DrClap
108
user's latest post:
URL connection and nio
Published (2009-11-10 15:46:00)
It's going to take (say) a tenth of a second to get the data over the network. Then it might take a fraction of a millisecond to move the data into the right place for your program to get at it. You're doing work to reduce that fraction of a millisecond to a smaller fraction of a millisecond. You might be successful but nobody will notice.
jschell
98
user's latest post:
Reflexion and primitive cast
Published (2009-11-11 12:02:00)
BIJ001 wrote: Does autoboxing solve more problems than it creates? I would be curious about the answer to that myself.
dcminter
81
user's latest post:
Enum comparison
Published (2009-11-12 05:44:00)
Incidentally is innleveringsTabell supposed to be declared static? Because that looks iffy given that you try to populate it from the dynamic constructor.
PhHein
71
user's latest post:
Report abuse in this thread
Published (2009-11-12 02:39:00)
Spam and spammer zapped. Thanks for reporting.
amp88
71
user's latest post:
Synchronizing Component Size,...
Published (2009-11-10 20:13:00)
I've made some progress with MigLayout but I'm still having a couple of issues and would appreciate some input. In the following example I'm having to retrieve separate components for each of the rows and add them to the layout from the ExamplePanel class rather than adding the components from within the DriverDisplayRow and then adding that DriverDisplayRow to the ExamplePanel. I don't want to do this because I'm...
DarrylBurke
69
user's latest post:
how to hide a JFrame while...
Published (2009-11-12 03:47:00)
You wrote I have my own JFrame component which I am showing on desktop. So, how are you "showing" the JFrame? Hint: the opposite results in "hiding" the frame db
 

Top 10 active forums on Sun Forums during last week:

Java Programming - 1,109 new posts Java Programming
 - forum profile
New To Java - 802 new posts New To Java
 - forum profile
Swing - 448 new posts Swing
 - forum profile
JavaServer Pages (JSP) and JSTL - 128 new posts JavaServer Pages (JSP) and JSTL
 - forum profile
Java Database Connectivity (JDBC) - 118 new posts Java Database Connectivity (JDBC)
 - forum profile
General Solaris 10 Discussion - 116 new posts General Solaris 10 Discussion
 - forum profile
Sun Java System Identity Manager - 107 new posts Sun Java System Identity Manager
 - forum profile
JavaServer Faces - 104 new posts JavaServer Faces
 - forum profile
JavaFX General - 96 new posts JavaFX General
 - forum profile
Sun Java System Messaging Server - 79 new posts Sun Java System Messaging Server
 - forum profile
 

Top 10 forums on Sun Forums:

Java Programming - 46,809 posts Java Programming
 - forum profile
New To Java - 34,818 posts New To Java
 - forum profile
Swing - 21,614 posts Swing
 - forum profile
JavaServer Faces - 9,664 posts JavaServer Faces
 - forum profile
Java Database Connectivity (JDBC) - 8,878 posts Java Database Connectivity (JDBC)
 - forum profile
JavaServer Pages (JSP) and JSTL - 8,527 posts JavaServer Pages (JSP) and JSTL
 - forum profile
Networking - 7,134 posts Networking
 - forum profile
GlassFish Forum - 6,492 posts GlassFish Forum - forum profile
General Solaris 10 Discussion - 5,420 posts General Solaris 10 Discussion
 - forum profile
Java Media Framework - 5,396 posts Java Media Framework
 - forum profile

Latest active threads on Sun Forums:

Sun Forums
Started 2 days, 14 hours ago (2009-11-12 04:07:00)  by dcminter
Does your array contain TaskStatus objects? Has your array been deserialized from somewhere? (Edited - looks like you've not over-ridden anything there). Edited by: dcminter on 12-Nov-2009 12:07
Forum:  New To Java New To Java
 - forum profile
Thread:  Show this thread (22 posts) Thread info: Enum comparison Size: 274 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Enum comparison :: New To Java
 :: Sun Forums"
Sun Forums
Started 3 days ago (2009-11-11 17:33:00)  by flounder
Ahhh, the old "my code doesn't work, dump code and expect someone to fix it" trick.
Forum:  New To Java New To Java
 - forum profile
Thread:  Show this thread (12 posts) Thread info: minimax/alpha-beta help Size: 118 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: minimax/alpha-beta help :: New To Java
 :: Sun Forums"
Sun Forums
Started 2 days, 11 hours ago (2009-11-12 06:57:00)  by YoungWinston
rickedwards wrote: I'm trying to track down a weird application error that I'm getting, and other than the obvious 32/64 bit thing, the app is exactly the same on both servers. Just wondering if this "sharing" thing might be responsible, but not being very Java-oriented, I have no answer. A bit more info on the actual error would be useful. Winston
Forum:  New To Java New To Java
 - forum profile
Thread:  Show this thread (3 posts) Thread info: Mixed mode, sharing ? Size: 489 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Mixed mode, sharing ? :: New To Java
 :: Sun Forums"
Sun Forums
Started 2 days, 14 hours ago (2009-11-12 03:59:00)  by georgemc
1, there are methods on the DeQueue interface that MyDeque doesn't implement. 2, shouldn't that Element class be static?
Forum:  New To Java New To Java
 - forum profile
Thread:  Show this thread (5 posts) Thread info: help me fix this error Size: 155 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: help me fix this error :: New To Java
 :: Sun Forums"
Sun Forums
Started 2 days, 11 hours ago (2009-11-12 06:57:00)  by LegendMVB
i got it work when i select a categori, i got the selected categori in the other menu. But when im trying to get a categori from a database, the selectOnemenu is showing the first categori and not the categori from the database. please help, thanks
Forum:  JavaServer Faces JavaServer Faces
 - forum profile
Thread:  Show this thread (2 posts) Thread info: choose from SelectOneMenu, get the result in a SelectOneMenu Size: 312 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: choose from SelectOneMenu, get the result in a SelectOneMenu :: JavaServer Faces
 :: Sun Forums"
Sun Forums
Started 2 days, 11 hours ago (2009-11-12 06:45:00)  by kajbj
ricoshay wrote: Do not use exceptions for flow control, except when your platform forces you to as in this case. It would have been broadly useful to provide a few simple "is" tests for strings, versus a couple million individuals duplicating that functionality. Hi, Please, don't resurrect old threads. I'm locking this one. Kaj
Forum:  New To Java New To Java
 - forum profile
Thread:  Show this thread (2 posts) Thread info: boolean isInteger() Method [locked] Size: 482 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: boolean isInteger() Method :: New To Java
 :: Sun Forums"
Sun Forums
Started 2 days, 12 hours ago (2009-11-12 06:19:00)  by georgemc
classboy wrote: it gives me an error, but an exception error only during the execution of the program so the code itself seems to be correct. That's definitely not true. If it were, that would mean that compilers caught bugs, and therefore there would be no such thing as a bug. Here's a shot in the dark: how about telling us what the exception is
Forum:  New To Java New To Java
 - forum profile
Thread:  Show this thread (7 posts) Thread info: String character remover function not working pls help Size: 487 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: String character remover function not working pls help :: New To Java
 :: Sun Forums"
Sun Forums
Started 5 days ago (2009-11-09 18:24:00)  by AndrewThompson64
fireportaljx wrote: Hi, i am new to java and currently have this code and it does not seem able to retrieve information from twitters .. Perhaps you should refer to the Twitter API documentation (<- link).. ..containing double quotations. It will cut off the remarks. Not sure how to include those comments in too. Can someone help? very urgent .. ..urgently. ..thanks ...
Forum:  New To Java New To Java
 - forum profile
Thread:  Show this thread (8 posts) Thread info: Retrieving double quotation marks from xml using java Size: 722 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Retrieving double quotation marks from xml using java :: New To Java
 :: Sun Forums"
 

Hot threads for last week on Sun Forums:

Java Programming
Started 1 week, 1 day ago (2009-11-06 10:24:00)  by jschell
I seem to recall reading an article years ago that deemed it a "fugue state". And with some scientific (psychological) backing for it. Certainly doesn't apply just to programming. There might be a basis (perhaps something I read as well) that this applies more to males than females.
Forum:  Java Programming Java Programming
 - forum profile
Thread:  Show this thread (32 posts) Thread info: Off Topic: Programming is Like a Dream Size: 335 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Off Topic: Programming is Like a Dream :: Java Programming
 :: Sun Forums"
Concurrency
Started 1 week, 2 days ago (2009-11-05 14:03:00)  by endasil
KrimsonEagl wrote: public static void getEvents(Client c) { while (c.isConnected()) { if (c.hasEvent()) { Event e = c.nextEvent(); // Do stuff with the event. } } } } The problem is that when I run the program the CPU usage jumps to 100% and stays there. I'm assuming it is to do with the while loop. How would I go about ...
Forum:  Concurrency Concurrency
 - forum profile
Thread:  Show this thread (28 posts) Thread info: Avoiding 100% CPU Usage Size: 1,638 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Avoiding 100% CPU Usage :: Concurrency
 :: Sun Forums"
Sun Java System Identity Manager
Started 4 weeks, 1 day ago (2009-10-16 05:53:00)  by sec_tk
Lets say, you have the following field: <Field name= 'my.disable' > <Display class= 'Checkbox' > <Property name= 'title' value= 'Disable this user' /> </Display> </Field> Then you would add to the Update User Workflow the following action: <Action application= 'com.waveset.session.WorkflowServices' > <Condition> <isTrue> <ref>user.my.disable</ref>...
Forum:  Sun Java System Identity Manager Sun Java System Identity Manager
 - forum profile
Thread:  Show this thread (32 posts) Thread info: Customizing the "DISABLE USER" Function Size: 1,203 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Customizing the "DISABLE USER" Function :: Sun Java System Identity Manager
 :: Sun Forums"
Java Programming
Re: performance - 23 new posts
Started 5 days, 12 hours ago (2009-11-09 06:02:00)  by WalterLaan
Assuming the posted code is correct, neither gaussI or gaussJ actually require i or j, so you can move them and their Math.exp out of the loops. Same for the Math.exp of the free risk which is also constant. Ah wait, gauss probably gives a random number so not the same, but you can still move the constant parameters of those out. You could run the outer loops in parallel since you only ...
Forum:  Java Programming Java Programming
 - forum profile
Thread:  Show this thread (23 posts) Thread info: performance Size: 576 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: performance :: Java Programming
 :: Sun Forums"
New To Java
Re: Enum comparison - 22 new posts
Started 2 days, 14 hours ago (2009-11-12 04:07:00)  by dcminter
Does your array contain TaskStatus objects? Has your array been deserialized from somewhere? (Edited - looks like you've not over-ridden anything there). Edited by: dcminter on 12-Nov-2009 12:07
Forum:  New To Java New To Java
 - forum profile
Thread:  Show this thread (22 posts) Thread info: Enum comparison Size: 274 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Enum comparison :: New To Java
 :: Sun Forums"
forums.sun.com News and Updates
Started 5 days, 10 hours ago (2009-11-09 08:21:00)  by captfoss
Not sure what to classify this as (off-topic thread with no value whatsoever), but it should probably be deleted or locked... http://forums.sun.com/thread.jspa?messageID=108590 40&#10859040
Forum:  forums.sun.com News and Updates forums.sun.com News and Updates
 - forum profile
Thread:  Show this thread (20 posts) Thread info: Report abuse in this thread Size: 352 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Report abuse in this thread :: forums.sun.com News and Updates
 :: Sun Forums"
New To Java
Started 4 days, 17 hours ago (2009-11-10 00:53:00)  by PhHein
You're asking people who don't know you. I would definitely not employ you based on the information you gave. Being certified doesn't prove that you can do the job.
Forum:  New To Java New To Java
 - forum profile
Thread:  Show this thread (20 posts) Thread info: Tommorow SCBCD how employable am I? Already have SCJD and SCJP Size: 199 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Tommorow SCBCD how employable am I? Already have SCJD and SCJP :: New To Java
 :: Sun Forums"
Java Programming
Re: HELP NEEDED ! - 19 new posts
Started 4 days, 14 hours ago (2009-11-10 03:58:00)  by PhHein
Hi and welcome. Post your code again with code tags http://wikis.sun.com/display/SunForums/Tips And use the preview! Post your code between a pair of {code} tags That is: {code} ... your code goes here ... {code}
Forum:  Java Programming Java Programming
 - forum profile
Thread:  Show this thread (19 posts) Thread info: HELP NEEDED ! Size: 388 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: HELP NEEDED ! :: Java Programming
 :: Sun Forums"
New To Java
Started 5 days, 6 hours ago (2009-11-09 11:57:00)  by warnerja
Notice that reverseString is only set one time, outside your loop. So of course while the loop is running, it only 'remembers' the first time you set it.
Forum:  New To Java New To Java
 - forum profile
Thread:  Show this thread (19 posts) Thread info: New to Java.. Need help creating program to detect palindromes. Size: 188 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: New to Java.. Need help creating program to detect palindromes. :: New To Java
 :: Sun Forums"
New To Java
Started 1 week ago (2009-11-07 16:48:00)  by jverd
You get CME when you try to modify a collection during iteration, other than through the Iterator's methods. So. Either don't modify it while you're iterating over it, or use the Iterator's methods to modify it. If you're using a List, then instead of Iterator, you can use ListIterator, which has both add() and remove(). Another option, regardless of what kind of collection you're ...
Forum:  New To Java New To Java
 - forum profile
Thread:  Show this thread (19 posts) Thread info: How to deal with ConcurrentModification Exception? Size: 735 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: How to deal with ConcurrentModification Exception? :: New To Java
 :: Sun Forums"