Get GlassFish V2 Purchase Support Worldwide
Main | Next page »
Feb 09
11
GlassFish + Wicket + Hudson + OpenSolaris + X2100 = Szeretgom.hu
  Posted by pelegri in GlassFish

ALT DESCR

Szeretgom.hu is a nice GlassFish adoption story. János Cserép started this local community site back in 2006 and it has grown very nicely: Webreklam reports 250K pageviews/month and 15K unique users/month in a city of 30K! The technology set includes GlassFish v3, Sun Web Server, Apache Wicket, Hudson, OpenSolaris and Sun Fire X2100.

For more details, check out the Adoption Story, the Full Questionnaire and János Presentation.

Dec 07
31
Sun WebServer 7.0 U2 Now Available... Used for the SPECweb2005 World Record
  Posted by pelegri in WebServer

Photo of T5220

The latest Sun WebServer is now available (Home Page, Release Notes, Direct Download). This release includes the latest Java Web Container from GLassFIsh and was used in the Record-breaking SPECweb 2005 benchmark on a Sun SPARC Enterprise T5220.

See the Release writeups from CVR, Joe and Jyri, and the Benchmark reports from CVR and BMseer. Information on a number of benchmarks is available at the T5220 Benchmark Page.

Dec 07
9
Week Highlights: Community Awards, NB6 ships, Tunning GF, Wow!
  Posted by pelegri in Weekly

Representation of Connectivity in Internet

• Metro - Training, Metro on Sun WebServer, Security
• Adoption - In a word: Wow!, new GeoMap
• Performance and HA - Apache as Load Balancer, Tuning
• Tools - Podcast, NB6 is OUT!
• Web.Next - Roller 4, Q&A on jMaki, JRuby and Metro
• Community - Awards Program, Update Center contest, Mojarra
• GFv3 - Wishlist for Docs

Dec 07
9
Running Metro on Sun WebServer 7 Update 1
  Posted by pelegri in WebServer

Informational Sign

A tip from Krishna:
How to Run Metro on Sun WebServer 7 Update 1

This takes advantage that Metro only depends on Servlet 2.4. Thanks to Vivek for the tip

Oct 07
11
Sun WebServer SPEC Result
  Posted by pelegri in WebServer

Photo of a T5220

Earlier this week Sun announced new machines using the UltraSPARC T2. Many of the key contributors have written about them and Allan has a Nice Overview that links to the key posts.

The new systems show great performance; check out BMSeer's Posts and the official T5220 page. One result we want to highlight is the Web Tier Benchmark posted using the Sun WebServer (using the GlassFish Java Web Tier). Check out CVR's Writeup and BMSeer's Comparisons.

Congratulations to the Sun WebServer team! And to everybody who got the systems out to market!

Jun 07
21
SJS Web Server 7.0 Update 1 is out - Focus on Java
  Posted by alexismp in WebServer

Sun Web Server 7.0 Update 1

Sun Java System Web Server 7.0 update 1 is now available for download (the preview version had been available for a few months). New in this release is:

• Performance and stability improvements
• Out-of-box Java support for Servlets 2.5, JSP 2.1, JSF 1.2, and more
• Support for Java SE 5.0 and 6
• Support for NetBeans IDE 5.5.1
• Administration interface support for FastCGI

You'll notice that the main features are Java-related. Specifically, the product is now at the Java EE 5 specification level which means that any web application that runs on GlassFish now also runs on Sun's Web Server 7.0 Update 1 (the implementation is actually taken straight from GlassFish). On the more technical side of things, you can use dependency injection in the web tier.

When released in early 2007, Web Server 7.0 enjoyed an excellent review and has been powering a whole new set of demanding web sites (including the one serving you this content). Any question, see the dedicated forum.

Apr 07
16
How to Integrate NetBeans Profiler with Web Server 7.0
  Posted by arvindsrinivasan in WebServer

NetBeans Profiler screenshot

Java profilers are really useful tools in identifying performance bottlenecks and memory leaks in your Java application. Setting up a profiler to profile a Java web application running in a web or application server usually requires more steps than for profiling a simple commandline application. In this article, Yamini shows you how simple it is to integrate NetBeans Profiler with Web Server 7.0.

Apr 07
14
Great Review of Sun WebServer 7.0
  Posted by pelegri in WebServer

Sun Web Server in a Box

ServerWatch has a very positive review of Sun WebServer 7.0 that concludes:

In summary, Sun Web Server is generally two times as fast as Apache...

The Sun Web Server is fast, flexible, scalable, and a downright joy to run. Other Web servers may still have some benefits, mainly because of administrator familiarity, but if performance and ease of management are paramount, Web Server is the way to go.

You can Download and use Sun WebServer 7.0. Development and Deployment is free; Sun's revenue is from Support.

Mar 07
24
Sun WebServer 7.0 UR1 Technology Preview is Now Available
  Posted by pelegri in WebServer

WebServer - Back to the Future logo

CVR and Marina report on the Technology Preview for Sun WebServer 7.0 UR1. The main improvement in this release is the replacement of the Java Web Tier container with that of GlassFish, conforming to the JavaEE 5 specifications. This means, for example, that things like the Sun Web Developer Pack will run on it.

Check CVR's announcement and download the release from here. Also thanks to Marina for the tip.

Mar 07
20
Running Roller on Web Server 7.0
  Posted by arvindsrinivasan in WebServer

Roller Logo

Previously, Marina and Seema showed you how to run Roller on Web Server 6.1. They've teamed up again to tell you how to run Roller 3.0 on the recently released Web Server 7.0! You can read all about it here.

Feb 07
28
PHP and Ruby on Sun Web server
  Posted by pelegri in WebServer

PHP Logo

Here are two recent entries showing how to use fastCGI to enable using Scripting Languages in the new Sun WebServer 7.0. First, check Natarajan detailed blog to learn how to use the new PHP AddOn. Then you can also check Seema and Marina's very detailed article to use Ruby on Rails.

All TheAquarium entries related to the Sun WebServer use the WebServer tag. For details on the Sun WebServer 7.0, check the Product Page and the SDN Developer page. The download is available here and the documentation here.

Jan 07
24
Blast Off! -- Sun WebServer 7.0 FCS Now Available
  Posted by pelegri in WebServer

Saturn V launching Skylab

The Sun WebServer 7.0 final release (GA or FCS as often described at Sun) is now available (download is free, support can be purchased). One major emphasis of the release is cluster administration, but it also includes many new features ranging from ECC support to a fully scriptable CLI to support for many Web 2.0 languages and applications.

Check out earlier TA entries as well as the blogs accompanying the release including Manish's Top 10 Reasons, and Jyri and Sriram's blogs.

Congratulations to the WebServer team on this long-awaited release!

Jan 07
22
Using PHP with Sun's WebServer
  Posted by pelegri in WebServer

PHP Logo

PHP (home page, tutorial, online manual) is very popular language - see this Netcraft survey - for writing Web Applications. A common combination includes Linux, Apache WebServer, MySQL and PHP (thus the term LAMP), but PHP is usable from many other containers.

Joe's recent Technical Article explains how to use Sun's WebServer with PHP using different connecting technologies, including as a CGI engine, using FastCGI and as an NSAPI Plugin. Many more PHP-related articles at TheAquarium here.

Jan 07
18
Servlets in 4 languages with Sun's Web Server
  Posted by pelegri in WebServer

Monty Python's - Something Completely Different

Rahul has an interesting series of detailed blogs that show how to use different JVM-based scripting languages to write Servlets on Sun's WebServer 7.0 (download) even when using plain J2SE 5 (this is easier in Java SE 6 through JSR 223). The series includes a prologue providing some common code for all the languages and then specific and very detailed entries for jRuby, jScheme, Rhyno and Sleep.

And, Now For Something Completely Different...

All these use the in-memory JVM from the WebServer, but... Rahul also shows how to use FastCGI to call native Ruby directly.

Nov 06
17
Using the NetBeans Profiler with Sun's Web Server
  Posted by pelegri in GlassFish

ScreenShot of NB's profiler

The NetBeans Profiler (features, tutorial, Flash demo, news blog) is a free, fully-featured, Java profiler. The NB team recently released version 5.5, featured below, but they are already working on 6.0.

In her latest blog entry, Yamini describes how to Integrate the Profiler with Sun's Web Server. The blog is very clear and takes you through all the steps, from downloading to configuration; it also includes plenty of screenshots. Yamini is very happy with the experience and reports success on Solaris, Windows and Linux (Ubuntu).

Languages

The Aquarium TV

White Papers

GlassFish Podcast

Companion Sites

Search

Popular Tags

adoption ajax clustering comet community frontpage glassfish grizzly hudson java javaee javaee6 javaone jax-rs jax-ws jaxb jboss jcp jersey jmaki jruby jsf liferay metro mysql netbeans notd opends openesb openmq opensolaris opensource opensso performance portal rails rest ruby sailfin scripting sip stories sun tools updatecenter v2 v3 webinar webservices weekly

Useful Pointers

Friends and Relatives

Offers and Promos

Adoption Stories

News by Mail

Feeds and Tweets

FB Twitter

Contact Us

Send feedback and leads to theaquarium@sun.com

Downloads

Events

Related Links

Recent Entries

Navigation