Re: FW: ONJava.com: JBoss Interview

"James Huang" <[email protected]> Fri, 22 Mar 2002 13:18:20 -0800
Newsgroups gmane.comp.java.ejb.general,gmane.spam.detected
Message-ID <[email protected]>
In the interview, it was mentioned that Sun may be worried about the open 
source product to cut its lucrative high-end J2EE revenue ...

How does Sun make money with J2EE? Does Sun get a chunk for every license of 
WebLogic and WebSphere sold?


>From: "Steve Magruder" <[email protected]>
>Reply-To: [email protected]
>To: "EJB-Developer" <[email protected]>
>Subject: [EJB-Developer] FW: ONJava.com: JBoss Interview
>Date: Fri, 22 Mar 2002 12:29:36 -0500
>
>
>
>-----Original Message-----
>From: O'Reilly Network Newsletter [mailto:[email protected]]
>Sent: Thursday, March 21, 2002 7:18 PM
>To: [email protected]
>Subject: ONJava.com: JBoss Interview
>
>
>
>
>        O'REILLY NETWORK'S ONJava.com NEWSLETTER
>         --------------------------------------------------
>             The Independent Source for Enterprise Java
>
>===================================================================
>Visit BEA dev2dev Online for Great Developer Resources!
>
>BEA dev2dev Online features code samples, technical articles written
>by BEA's top engineers and experts throughout the BEA developer
>community, bug fixes, support FAQs, discussion forums and newsgroups,
>links to expert third-party content and development resources, and
>much more. We even help you find what you need more quickly by
>enabling you to customize the content on the site based on your
>personal interests and level of experience. http://dev2dev.bea.com
>===================================================================
>
>Dear Reader,
>
>This week, ONJava.com interviews JBoss leaders Marc Fleury
>and Nathalie Mason, who argue that Sun should certify JBoss
>because it's to their advantage for the sake of the J2EE
>platform and its overall market-share.  They also talk about
>the short and long-term goals of JBoss and where it's
>heading.  Technically, JBoss is there as a J2EE container
>with EJB and JMX development and deployment features.  Why
>not certify it? Weigh in on the great certification debate.
>
>Also this week, O'Reilly's "Java Performance Tuning" author
>returns with his latest Java Design and Performance
>Optimization column.  This time, he talks about micro-tuning
>your Java methods; specifically, this means speeding up small
>sections of code out of context, by profiling and analyzing
>that code and using some of the many techniques available
>to make code run faster.
>
>And finally, ONJava.com presents the first of a five part
>series of book excerpts from O'Reilly's "J2ME in a Nutshell"
>by Kim Topley. Part one is an overview of MIDP, a version
>of the Java platform based on CLDC and KVM that is aimed at
>small footprint devices, principally cell phones and two-way
>pagers. It is also suitable for running on PDAs, and an
>implementation is available for PalmOS Version 3.5 and higher.
>
>I'll be at JavaOne next week, spending much of my time at the
>O'Reilly booth. Drop by and say hello, if you get a chance.
>
>Sincerely,
>Steve Anglin
>O'Reilly Network Java Editor
>[email protected]
>
>
>================================================================
>Sponsored by Oracle 9i
>
>Developing with Open Standards? Demanding High Performance?
>Join the Oracle9i JDeveloper movement and check out how built-in
>profilers and CodeCoach make your Java code tighter and faster
>than ever before. Based on the latest J2EE and XML standards.
>Download your FREE Developer Edition of the Oracle9i
>Application Server Release 2 today.
>http://www.oreillynet.com/nlr/onjava/02/14/02/top
>=================================================================
>
>*** New ONJava.com Features ***
>
>JBoss: Sun Needs Us
>In this interview, JBoss leaders Marc Fleury and Nathalie Mason
>argue that Sun should certify this open source J2EE project for
>the health of the platform: "We are seeing the beginning of
>market-share loss to .NET. We urge Sun to certify us and give
>us the backing and credibility to be succesful in competing
>against Microsoft as the entry-level J2EE offering."
>
>http://www.onjava.com/pub/a/onjava/2002/03/20/jboss_interview.html
>
>***
>
>Micro-Tuning Step-by-Step
>Java Performance Tuning author Jack Shirazi offers a step-by-step
>guide for micro-tuning your Java methods.
>
>http://www.onjava.com/pub/a/onjava/2002/03/20/optimization.html
>
>***
>
>J2ME in a Nutshell: The MIDP and MIDlets, Part 1
>This is the first of a five part book excerpt series based on
>O'Reilly's "J2ME in a Nutshell" by Kim Topley. Part one is an
>overview of the Mobile Independent Device Profile and the MIDP
>Java platform.
>
>http://www.onjava.com/pub/a/onjava/excerpt/j2menut_3/index1.html
>
>
>
>*** Recent ONJava.com Features ***
>
>JSP Standard Tag Libraries, Part 1
>Custom tags make working with JSP easier and more efficient,
>but wouldn't it be good to have standard ways to perform common
>tasks? Enter JSP Standard Tag Libraries, an attempt to provide
>a common and standard set of custom tags.
>
>http://www.onjava.com/pub/a/onjava/2002/03/13/jsp.html
>
>***
>
>Developing with JAXB and Ant, part 2
>In Part 2 of this series, Joseph Shelby offers some fixes for
>some of Ant's build-time dependency issues.
>
>http://www.onjava.com/pub/a/onjava/2002/03/13/jaxbant2.html
>
>***
>
>Building Java Enterprise Applications: Business Logic, Part 3
>In Part 3 of our excerpt from Building Java Enterprise Applications
>(Vol. 1, Architecture), Brett McLaughlin addresses issues of
>statelessness and statefulness.
>
>http://www.onjava.com/pub/a/onjava/excerpt/bldgjavaent_8/index3.html
>
>***
>
>Top Ten Cool New Features of Java 2SE 1.4
>David Flanagan describes his favorite new features in Java
>2SE 1.4, with plenty of sample code.
>
>http://www.onjava.com/pub/a/onjava/2002/03/06/topten.html
>
>
>*** Related ONJava.com Features ***
>
>Will You See Open Source J2EE Implementations? Not Likely.
>O'Reilly & Associates' senior Java editor Mike Loukides revisits
>the latest on Sun's positioning regarding open source J2EE and
>the hurdles open source projects like JBoss experience.
>
>http://www.onjava.com/pub/a/onjava/2002/02/13/osjava.html
>
>***
>
>Java Design and Performance Optimization
>O'Reilly's Java Performance and Tuning author, Jack Shirazi, will
>cover features pertaining to Java software design, development and
>performance. This includes optimizing your Java database functionality
>and much more, often overlooked when programming.
>
>http://www.onjava.com/pub/ct/26
>
>***
>
>Java 2ME Bridging Wireless Gap?
>By Jeffrey M. Capone, Ph.D.
>How will J2ME impact wireless application development? To answer
>this question, we need to understand what wireless application is,
>and more generally, what an application is.
>
>http://www.onjava.com/pub/a/onjava/2001/08/14/j2me_wireless.html
>
>
>=====================================================================
>Free Macromedia JRUN 4 Trial!
>
>Free JRUN 4 Trial: Fast, Affordable, Reliable J2EE 1.3
>Speed up development and deployment of high performance J2EE apps
>With the most intuitive, easy-to-use, J2EE application server on the
>market. With simplified management, web services, and clustering.
>http://www.oreillynet.com/nlr/macromedia/jr/1
>=====================================================================
>
>
>*** ONJava.com News, Editorials and Events ***
>
>IBM, Sun on Portals
>At JavaOne next week, Sun and IBM will announce a joint plan for
>a new Java spec intended to make life easier for portal building,
>as reported by InfoWorld.
>
>http://www.idg.net/ic_833220_6134_1-3523.html
>
>***
>
>US vs. MS Antitrust Remedy Phase - Day 2
>In day 2 of the US vs. Microsoft Antitrust case remedy phase,
>Microsoft's attorneys argue that Java is to blame.
>
>http://www.oreillynet.com/cs/weblog/view/wlg/1229
>
>***
>
>A JavaOne scheduling aid
>A quick-and-dirty tool for converting your JavaOne schedule into
>something your handheld can use.
>
>http://www.oreillynet.com/cs/weblog/view/wlg/1220
>
>***
>
>Challenges Facing Java
>A recent InternetWeek poll asks, "What is the biggest challenge
>facing the Java enterprise development community today?" Find out
>the latest poll results.
>
>http://www.oreillynet.com/cs/weblog/view/wlg/1216
>
>***
>
>Forte for Java 4
>Forte for Java 4.0 EA is now available for download in all its
>editions, Community, Enterprise, and the new Mobile Edition to
>members of the Early Access Program.
>
>http://www.theserverside.com/home/thread.jsp?thread_id=12468
>
>***
>
>Java Phones
>Last week, Siemens unveiled its M50 Java-enabled mobile phone at
>the CeBit show in Hannover, Germany. Integrated Java will enable
>consumers to download various games and applications onto their
>phones.
>
>http://news.com.com/2100-1033-859003.html
>
>***
>
>Open Source Java
>Borland, Fujitsu, HP, IONA, Nokia, and Oracle voted with Sun to
>lock Open Source out of Java based on results of the JSR-99 vote,
>as found on the JCP.org site. According to Jakarta, digging
>behind the votes, you'll see companies like IBM sharing Apache's
>view for fair and open source licenses.
>
>http://jcp.org/jsr/results/99-7-1.jsp
>
>http://jakarta.apache.org/site/news.html
>
>***
>
>Meerkat Java News
>For more Java news, check out O'Reilly Network's Meerkat service
>on the ONJava.com home page or go to oreillynet.com/meerkat and
>select Java as subject.
>
>http://www.oreillynet.com/meerkat/index.php?&p=6199
>
>
>***
>
>O'Reilly Emerging Technology Conference
>The O'Reilly Emerging Technology Conference builds on the momentum
>of last years Peer-to-Peer and Web Services shows. Register to take
>part on May 13-16, 2002, in Santa Clara, CA.
>
>http://conferences.oreillynet.com/etcon2002/
>
>
>***
>
>O'Reilly Open Source Convention
>O'Reilly & Associates O'Reilly is looking for presenters for this
>summer's Open Source Convention, scheduled for July in San Diego,
>Calif. We're especially seeking presentations on open source Java.
>
>http://conferences.oreillynet.com/os2002/
>
>
>***
>
>ONJava.com Career site
>Visit the ONJava.com career site, powered by Tech-Engine.  It
>contains this week's featured Java careers and much more.
>
>http://careers.onjava.com/
>
>
>
>
>
>Other O'Reilly Network sites
>---------------------------------------------------
>O'Reilly Network
>http://www.oreillynet.com
>
>The Source for Open and Emerging Technologies
>
>XML.com
>http://xml.com/
>
>XML from the inside out
>
>OpenP2P.com
>http://openp2p.com
>
>The latest news and commentary in the P2P space
>
>ONLamp.com
>http://onlamp.com
>
>Hub for High-Performance Open Source Web Serving and Scripting
>
>O'Reilly and Associates
>http://www.oreilly.com/
>
>O'Reilly computer books, software and online publishing
>
>O'Reilly Java
>http://java.oreilly.com/
>
>O'Reilly Java books and products
>
>
>ONJava.com Affiliates
>--------------------------------------------------------
>Servlets.com
>http://www.servlets.com/
>
>Best-selling O'Reilly & Associates' "Java Servlet Programming"
>author, Jason Hunter, publishes this site dedicated to Servlets
>and related server-side and ISP technologies.
>
>JDOM.org
>http://www.jdom.org/
>
>It's where people go for all things JDOM as well as other Java
>and XML resources.
>
>
>---------------------------------------------------------------------
>If you want to cancel an O'Reilly Network newsletter subscription, go
>to http://www.oreillynet.com/cs/user/home and de-select any
>newsletters you no longer wish to receive. For assistance, email
>[email protected]
>---------------------------------------------------------------------
>
>


_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx



------------------------ Yahoo! Groups Sponsor ---------------------~-->
Tiny Wireless Camera under $80!
Order Now! FREE VCR Commander!
Click Here - Only 1 Day Left!
http://us.click.yahoo.com/nuyOHD/7.PDAA/yigFAA/5cFolB/TM
---------------------------------------------------------------------~->

EJB-Developer group email addresses:
  Post message: [email protected]
  Subscribe:    [email protected]
  Unsubscribe:  [email protected]
  List owner:   [email protected]

Our other technical discussion groups:
 - For general Java (J2EE) questions/answers: http://groups.yahoo.com/group/Java_Developer
 - For peer-to-peer software development discussion: http://groups.yahoo.com/group/P2P-Developer

Web link to the EJB-Developer group:
  http://groups.yahoo.com/group/EJB-Developer

ATTENTION: You are receiving this message because you actively subscribed to the EJB-Developer technical discussion group on Yahoo! Groups.  All subscriptions come from Yahoo-verified email addresses and are logged; therefore subscriptions can be proved to any appropriate legal authority.  To unsubscribe, send a blank email from the email address receiving group messages to the "Unsubscribe" email address shown above.  If unsubscribing doesn't work, send a message concerning this problem to [email protected].  Only Yahoo! Groups is responsible for their own subscription services; the moderator will not perform these services at any time.

*** EJB-Developer - A free service brought to you by Democracy 2.0 (www.democracy2.org) *** 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/