JavaRanch Big Moose Saloon - www.javaranch.com | Site profile
|
|
 |
Atom |
RSS
|
|
Site profile page for http://www.javaranch.com.
This report page has aggregated and summarized the online discussions from the Message Board located at http://www.javaranch.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.javaranch.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.
|
|
|
|
|
Posting activity table on JavaRanch Big Moose Saloon:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
1,940
|
7,886
|
23,585
|
|
Post:
|
4,671
|
19,206
|
62,893
|
|
|
Authority Badge:
|
|
|
BoardReader Authority Badge code for JavaRanch Big Moose Saloon (http://www.javaranch.com)
|
|
Put this code anywhere on your forum page:
|
|
|
|
|
|
|
|
Rating - The position measured by activity among all forum sites tracked by BoardReader.
If rating is 10 there are 9 forum sites which have higher activity.
Posts - Number of posts on forum site during last 7 days.
Threads - Number of threads on forum site active during last 7 days.
Authors - Number of authors which contributed to the site within last 7 days.
|
|
|
|
|
JavaRanch Big Moose Saloon posting activity graph:
|
|
http://www.javaranch.com Alexa graph:
|
Top authors on JavaRanch Big Moose Saloon during last week:
|
Name
|
Posts
|
|
Bear Bibeault
|
206
|
|
Campbell Ritchie
|
154
|
|
Ankit Garg
|
136
|
|
Jeanne Boyarsky
|
81
|
|
Jesper Young
|
80
|
|
Ulf Dittmer
|
75
|
|
Jothi Shankar Kumar Sankararaj
|
74
|
|
Martijn Verburg
|
73
|
|
Rob Prime
|
57
|
|
Henry Wong
|
45
|
|
|
|
Top 10 active forums on JavaRanch Big Moose Saloon during last week:
|
|
Top 10 forums on JavaRanch Big Moose Saloon:
Java in General (beginner)
- 42,706 posts
|
Web Component Certification (SCWCD)
- 29,649 posts
|
Meaningless Drivel
- 28,822 posts
|
JSP
- 20,126 posts
|
Servlets
- 19,751 posts
|
HTML and JavaScript
- 18,866 posts
|
Struts
- 18,780 posts
|
Jobs Discussion
- 17,918 posts
|
Sun Certification Results
- 15,580 posts
|
Swing / AWT / SWT / JFace
- 14,908 posts
|
|
|
|
Latest active threads on JavaRanch Big Moose Saloon:
Started 22 hours, 42 minutes ago (2008-09-06 21:48:00)
by Arjun Reddy
Hi all, Can someone please give me a sample example on how to use java.lang.Void class?? Thanks. Posts: 200 | Registered: Nov 2007 
Started 2 days, 3 hours ago (2008-09-05 17:10:00)
by Ashu Jain
As we know that string in hava is interned. that is String a1 = " hello friend"; String a3 = "hello" + "friend" This will create 1 object and a3 will use existing string from pool. I have two queries (A) If we say System.out.println("My Problem is" + a3); Does this creates another object "My Problem is" in string pool Or is this pooling applicable on only compile time constants. ... 
Started 1 day, 3 hours ago (2008-09-06 17:29:00)
by handreach net
I am having trouble making the latest hibernate (3.3.0.SP1) to work with J2EE5 and Eclipse 3.4. Has anyone succeeding in making them work together? Most of the online resources are based on the old releases of those packages, and I failed to repeat them yesterday, so I suspect some version incompatibility may cause it. Thanks for your time. Posts: 2 | Registered: Mar 2008 
Started 2 days, 1 hour ago (2008-09-05 18:31:00)
by Jean Robillard
Which of the following statements are true? Choose at least one answer. A. A filter must extend the HttpFilter class Incorrect B. A filter must implement the Filter interface Correct C. Filters are chained to servlets through the flter tag in the deployment descriptor Correct D. A filter must be mapped to one and only one servlet Incorrect E. A filter may be mapped either to a ... 
Started 1 day, 20 hours ago (2008-09-05 23:51:00)
by sree visu
( Recently when i visited certain articles i came to know that EJB 2.x and EJB 3.0 is having major differences and EJB 2.0 is presently the Industrial standard or the current Industry is using EJB 2.x. I would like to know about the industrial adaptation to EJB 3.0 and its demand in current market. All your suggestions are welcome and I thank everyone for guidelines and followup , Regards... 
Started 23 hours, 21 minutes ago (2008-09-06 21:09:00)
by jite eghagha
hi, I've built a website in netbeans, I'd like to know what folder i should ftp to my host server? A) Mysite/build/web or b)Mysite/web Posts: 72 | Registered: Oct 2006 
Started 1 week, 3 days ago (2008-08-28 05:02:00)
by santosh pune
hi freinds i am from india i completed my graduation from bcom stream as well as i also completed software engeenering from private institute with SCJP 1.4 so where should i have to do job please help me sandy pune Posts: 2 | Registered: Jan 2008 
Started 1 week, 1 day ago (2008-08-30 02:22:00)
by Ravi Narra
Hi all, Could anyone please direct me to any info on interview specific JBoss questions & answer from System Administrator point of view? All I see is from Developer/Engineer angle. Thanks Posts: 2 | Registered: Aug 2008 
Started 1 day, 20 hours ago (2008-09-05 23:41:00)
by Jeanne Boyarsky
( First, a big thanks to Nick Plante & David Berube for being here to promote the book Practical Rails Plugins . The winners are: Kuldeep Yadav Sumeet Gupta Matt Williams Ulf Dittmer Please send your snail mail address to bookpromotion AT javaranch DOT com. To ensure the quickest response, please provide the following: Your name \(first and last - preferably the one you use on ... 
Started 1 day, 1 hour ago (2008-09-06 19:22:00)
by jacob deiter
Interface and abstract class contains method signature,then what are the difference between both,I knew interface are useful for multiple inheritance.Where interface .abstract class would be used ? Posts: 67 | Registered: Apr 2008 
|
|
Hot threads for last week on JavaRanch Big Moose Saloon:
Started 5 days, 18 hours ago (2008-09-02 02:16:00)
by Akhilesh Trivedi
( http://blogs.pcworld.com/staffblog/archives/007644 .html , Keep Smiling Always :\) [ FAQs ] Dream. Dare. Do... dance.! Posts: 750 | Registered: Jun 2005 
Started 5 days ago (2008-09-02 19:56:00)
by Darya Akbari
( what are the banknotes you use? [ September 03, 2008: Message edited by: Darya Akbari ] , SCJP 1.4, SCJD, SCWCD 1.4, SCBCD 1.3, SCEA \(waiting for the update...\) Posts: 1536 | Registered: Aug 2004 
Started 5 days, 9 hours ago (2008-09-02 11:08:00)
by Tay Thotheolh
Hi. I have an 'ID' column for my database (MySQL) which is set to auto_increment. Everytime I add a row, the 'id' auto_increments. How do I get the auto_incremented 'ID' value ? I doubt if I get the most recently added row would work because what happen if there maybe a chance someone did an insert after you very quickly ? Posts: 15 | Registered: Aug 2008 
Started 1 week ago (2008-08-31 15:02:00)
by Bala'J'i Rags
( Hi All.. I am happy to share the news that i have cleared SCWCD .I would like to thank all ranchers for bringing up interesting question and sharing their understanding on the concepts.. here is what i did Preparation time 35 days 3hours a day\(week day\) 6hours\(weekend\) 1.Read HFSJ book 3 times.. 2.Read Frederic Esnault,Mikalai Zaikan,Marc Peabody notes..Special thanks to Mailaai,... 
| |