User: user57  
  Date: 01/08/30 16:58:37

  Added:       src/docs/jbossgroup copyright.jsp header.jsp index.jsp
                        menu.jsp support.jsp training.jsp
  Log:
   o import of JBoss Group web files from JBG.war
  
  Revision  Changes    Path
  1.1                  newsite/src/docs/jbossgroup/copyright.jsp
  
  Index: copyright.jsp
  ===================================================================
        </div>
  
        </td>
        <td width="40" rowspan="2" ><img src="images/t.gif" width="40" height="1"></td>
  </tr><tr>
        <td><img src="images/t.gif" width="498" height="1"></td>
  </tr><tr>
        <td colspan="3" align="right" valign="bottom">
        <table cellspacing="0" cellpadding="0" border="0" height="20"><tr>
                <td rowspan="2"><img src="images/copy_corn.gif" width="25" 
height="20"></td>
                <td height="1" background="images/copy_fill.gif"><img 
src="images/t.gif" width="1" height="1"></td>
        </tr><tr>
          <td bgcolor="#004623"> 
            <p class="copy">Designed by JBG, 2001
          </td></tr></table></td>
  </tr></table>
  
  
  
  
  1.1                  newsite/src/docs/jbossgroup/header.jsp
  
  Index: header.jsp
  ===================================================================
  <head>
        <title>JBoss Group, Inc.</title>
        <style>
                .text   { font-family: Arial; font-size: 14px; color: #99ff33; }
                  .mail   { font-family: Arial; font-size: 13px; color: #99ff33; }
                  .head   { font-family: Arial; font-size: 14px; color: #ffcc00; 
font-weight: bold; }
                .link1  { font-family: Arial; font-size: 11px; color: #ffcc00; 
text-decoration: none; }
                .link2  { font-family: Arial; font-size: 11px; color: #33cc00; 
text-decoration: none; }
                .link1a { font-family: Arial; font-size: 11px; color: #ffff66; }
                .link2a { font-family: Arial; font-size: 11px; color: #99ff66; }
                .link   { font-family: Arial; font-size: 14px; color: #ffcc00; }
                .copy   { font-family: Arial; font-size: 11px; color: #33cc00; }
                .link1:hover { color: #ffff66; text-decoration: underline; }
                .link2:hover { color: #99ff66; text-decoration: underline; }
                .link:hover  { color: #ffff00; }
                .copy:hover  { color: #99ff66; }
        </style>
  </head>
  
  <body bgcolor="#000000" marginwidth="0" marginheight="0" leftmargin="0" 
topmargin="0">
  
  <table cellspacing="0" cellpadding="0" border="0" width="100%"><tr>
        <td background="images/coder.jpg"><img src="images/left.gif" width="283" 
height="200"></td>
        <td><img src="images/head.gif" width="477" height="200"></td>
        <td width="100%" background="images/fill.gif"><img src="images/t.gif" 
width="1" height="1"></td>
  </tr></table>
  
  <table cellspacing="0" cellpadding="0" border="0" width="100%" height="80%"><tr>
        <td width="182" rowspan="3" valign="top" background="images/fill2.gif"><img 
src="images/menu.gif" width="182" height="302"></td>
        <td width="40" rowspan="2" ><img src="images/t.gif" width="40" height="1"></td>
        <td width="100%" height="100%" valign="top" background="images/fill3.gif">
  
                <div align="justify"><p class="text"><br>
  
  
  
  
  1.1                  newsite/src/docs/jbossgroup/index.jsp
  
  Index: index.jsp
  ===================================================================
  <jsp:include page="header.jsp" flush="true" />
  
  <span class="head">We are JBoss Group, a group of Open Source 
programmers.</span><br><br>
  JBoss is today a mature, state-of-the-art, Open Source J2EE-based container. 
    With 40,000 downloads per month, our modular open codebase is used in production 
around 
    the world. Because of its very high degree of modularity, JBoss server is a 
    prime candidate for embedding in web-enabled, database-driven and scalable 
applications. 
    JBoss Group represents a collection of Open Source developers who offer commercial 
    services around JBoss.org's free core. <br>
    <br>
  <span class="head">Training, Consulting and Support from Open Source 
programmers.</span><br><br>
  JBoss Group is dedicated to supporting, training, developing and consulting 
    around the JBoss.org platform. In it, the top JBoss.org developers act as 
independent 
    consultants around the world. We are a virtual company, an umbrella for the 
    Open Source programmers. They came together to bring you JBoss.org, the 
world-class 
    J2EE technology-based Open-Source platform. They now come together to offer 
    you commercial services around it. <br>
    <br>
    <span class= "head">Faster, Better, Cheaper with Open Source 
programmers.</span><br><br>
  We are the developers of JBoss.org, we are peer-trained and peer-reviewed and 
    we are dedicated to helping you make the most of our world-class Open Source 
    project. Whether you are an OEM looking to embed our engine, an ASP looking 
    to host farms of JBoss containers, an e-business vendor looking to outsource 
    the infrastructure development, a cutting-edge consultancy looking for pure 
    J2EE based-container code, or a tech savvy IT department needing help in running 
    your JBoss servers, our offerings will help you fully exploit the JBoss.org 
    container. By working with JBoss Group, you will gain access to top J2EE-based 
    infrastructure and people, while dramatically reducing your costs. At the same 
    time, your fees will help support the Open Source effort. </p>
  <jsp:include page="copyright.jsp" flush="true" />
  <jsp:include page="menu.jsp" flush="true" >
   <jsp:param name="active" value="ABOUT"/>
  </jsp:include>
  
  
  
  1.1                  newsite/src/docs/jbossgroup/menu.jsp
  
  Index: menu.jsp
  ===================================================================
  <%
  
  int top = 230;
  int z = 10;
  
  %>
  
        <div style="position: absolute; left: 21px; top: <%=top%>px; z-index: <%=z%>;">
        <table cellspacing="0" cellpadding="0" border="0" width="100"><tr>
        <td><img src="images/bullet_high.gif" width="13" height="13"></td>
        <td align="right"><a class="link1" href="index.jsp">ABOUT</a></td>
        </tr></table>
        </div>
  
  <%
        top += 20;
        z++;
  %>
  
        <div style="position: absolute; left: 21px; top: <%=top%>px; z-index: <%=z%>;">
        <table cellspacing="0" cellpadding="0" border="0" width="100"><tr>
        <td><img src="images/bullet_high.gif" width="13" height="13"></td>
        <td align="right"><a class="link1" href="support.jsp">OFFERINGS</a></td>
        </tr></table>
        </div>
  
  <%
        top += 20;
        z++;
  %>
  
        <div style="position: absolute; left: 0px; top: <%=top%>; z-index: <%=z%>;">
        <img src="images/link_line.gif" width="174" height="53">
        </div>
        <div style="position: absolute; left: 21px; top: <%=top-2%>px; z-index: 
<%=z%>;">
        <table cellspacing="0" cellpadding="0" border="0" width="100"><tr>
        <td align="right"><a class="link2" href="training.jsp">Training</a></td>
        </tr></table>
        </div>
  
  <%
        top += 20;
        z++;
  %>
  
        <div style="position: absolute; left: 0px; top: <%=top%>; z-index: <%=z%>;">
        <img src="images/link_line.gif" width="174" height="53">
        </div>
        <div style="position: absolute; left: 21px; top: <%=top-2%>px; z-index: 
<%=z%>;">
        <table cellspacing="0" cellpadding="0" border="0" width="100"><tr>
        <td align="right"><a class="link2" href="support.jsp">Support</a></td>
        </tr></table>
        </div>
  
  <%
        top += 20;
        z++;
  %>
  
        <div style="position: absolute; left: 0px; top: <%=top%>; z-index: <%=z%>;">
        <img src="images/link_line.gif" width="174" height="53">
        </div>
        <div style="position: absolute; left: 21px; top: <%=top-2%>px; z-index: 
<%=z%>;">
        <table cellspacing="0" cellpadding="0" border="0" width="100"><tr>
        <td align="right"><a class="link2" href="support.jsp">Consulting</a></td>
        </tr></table>
        </div>
  
  <%
        top += 20;
        z++;
  %>
        <div style="position: absolute; left: 21px; top: <%=top%>px; z-index: <%=z%>;">
        <table cellspacing="0" cellpadding="0" border="0" width="100"><tr>
        <td><img src="images/bullet_high.gif" width="13" height="13"></td>
        <td align="right"><a class="link1" 
href="http://www.jboss.org";>JBOSS.ORG</a></td>
        </tr></table>
        </div>
  
  
  </body>
  
  
  
  1.1                  newsite/src/docs/jbossgroup/support.jsp
  
  Index: support.jsp
  ===================================================================
  <jsp:include page="header.jsp" flush="true" />
  
  <span class="head">SUPPORT AND MAINTENANCE FROM THE SOURCE</span> <br><br>
  JBoss Group (JBG), the products and services company regrouping top developers from 
the JBoss.org platform, offers a $10,000 annual support
   contract on the JBoss.org (JBO) server. This is a company-wide contract, not 
dependent on
   number of CPUs, which covers unlimited bug fixes on the JBoss server.  Clients will 
be
   assigned a primary support engineer reachable by phone and email with a 24 hour 
target
   response time.  Depending on client needs, we can provide patches and/or workarounds
   until official JBoss server updates are released.  If interested in 
<b>purchasing</b> support <a class=link href="mailto:[EMAIL PROTECTED]";> contact 
us.</a> If you are interested in free support, try our public <a class=link 
href="http://www.jboss.orimages/lists.jsp";>mailing lists</a> at JBoss-user.  
  
  <p>
  <span class="head">ADVANCED APPLICATION AND SECURITY CONSULTING</span> <br><br>
  
  <p class="text">JBoss Group Partner and security architect for JBoss.org, Scott 
Stark is now available to help you
  secure your applications.  JBoss boasts one of the most advanced security frameworks 
in the J2EE arena.
   
  <p class="text">Scott has been working with JBoss.org since early 2000. 
  He leads the security development in the JBossSX extension as well as the jnp JNDI 
provider. 
  Prior to joining JBoss, Scott was the managing director/lead architect for Bear 
Stearn's 
  risk management IT group. At Bear Stearns, he developed custom distributed risk 
management 
  solutions using proprietary reliable multicast in C++ on Solaris and first evaluated 
moving
   architecture elements to J2EE for better turnaround on business features, 
stability, and common 
   standards. Scott holds a Ph.D. in chemical engineering from the University of 
Delaware, followed
   by 8 years working as a software developer/architect. For more information, rates 
and availability,
  please <a href="mailto:[EMAIL PROTECTED]?subject=Consulting";>contact us</a>.
  
  
  
  
  <jsp:include page="copyright.jsp" flush="true" />
  <jsp:include page="menu.jsp" flush="true" >
   <jsp:param name="active" value="ABOUT"/>
  </jsp:include>
  
  
  
  1.1                  newsite/src/docs/jbossgroup/training.jsp
  
  Index: training.jsp
  ===================================================================
  <jsp:include page="header.jsp" flush="true" />
  
  <span class="head">TRAINING FROM THE SOURCE</span><br><br>
  
  Our courses, delivered directly by the people behind the technology, will teach you 
the skills necessary to develop on top of the leading J2EE-based Open Source 
framework.  Also, since JBoss is based on the J2EE industry standard, most of what you 
learn will apply to other J2EE-based vendors as well.
  <br><br>
  Nowhere else can you find up-to-date information from the guys who create the 
technology in the first place. 
  <br><br><span class="head">JBOSSGROUP-HOSTED SESSIONS:</span><br><br>
  JBoss Group (JBG) hosts quarterly training sessions.  The inaugural May Atlanta 
session was a successful sellout.<br> Based on feedback from the Atlanta training we 
are offering a modular pricing option.  The course consists of 2 days of advanced EJB 
development and 3 days of JBoss-specific material.  
  <br>
  <br>The price for all 5 days is $3500.  
  <br>Clients interested in just EJB can opt for the first 2 days for $2000.
  <br>Clients interested in JBoss only may opt for the last 3 days for $3000. 
  
  <br><br><span class="head">LONDON TRAINING, SEPTEMBER 10-14 2001</span><br><br>
  We are hosting our first European training, given by Marc Fleury, in London, the 
week of September 10-14 at 
  the Marriott Grosvenor Square <a 
href="http://www.marriotthotels.com/dpp/PropertyPage.asp?MarshaCode=LONDT";>(website)</a>.
 The Marriott will offer a 199 pound a night hotel rate for those who make their 
reservations at least three weeks in advance.
  As of August first there are a few places left, payment in full will ensure your 
registration.
  
  <a class="link" href="mailto:[EMAIL PROTECTED]?subject=London 
Training">Register here</a> 
  
  <br><br><span class="head">LAS VEGAS TRAINING, OCTOBER 22-26 2001</span><br><br>
  
  We will host the next U.S. training in Las Vegas, also given by Marc Fleury, at 
Bally's on the Strip <a class="link" href="http://www.ballyslv.com";>(website)</a>.  A 
10% discount will be given to all those who register and pay by Sept 15th.  Hotel rate 
for attendees to be announced soon.  These trainings sell fast so get your spot 
reserved as soon as possible. 
  <a class="link" href="mailto:[EMAIL PROTECTED]?subject=Las Vegas 
Training">Register here</a> 
  
  <br><br><span class="head">WHAT PEOPLE SAY</span><br><br>
  <span class="text">
  "The class was awesome!"
  <br>-- Doug Ferguson, Lead Developer, Coremetrics.
  
  <br>
  <br>
  "Marc Fleury and Scott Stark discussed a wide range of J2EE technology topics. Labs 
using JBoss had been developed to support the concepts presented. We covered about 600 
slides and 10 labs in five days. As such, it was a focused and fast-paced training 
schedule... Over all it was an excellent experience. I highly recommend it to 
companies and individuals wanting to learn J2EE and/or JBoss from the experts. It 
further convinced me that JBoss is on a solid path and is a serious competitor to 
commercial products."<br>
  -- Erik S. Peterson, President/CEO, Ardec Corporation--</span>
  <br>
  <br>
  "Just wanted to let you know how valuable the Advanced J2EE Development with
  JBoss course was to me. I went in more or less expecting a "standard" J2EE/EJB 
course,
  but you covered all that material in the first day and a half!
  To actually go through the internals of the server left me with a much clearer 
understanding
  of the fundamentals of a J2EE server. Having the lead architect and current lead 
developer of
  the application server teaching the class made it a unique and absolutely incredible 
experience.
  The depth and quality of the course content greatly exceeded my expectations.  Keep 
up
  the great work!"<br>
  -- John Ternent, Associate Systems Architect, The Home Depot
  
  
  
  
  <br><br><span class="head">ONSITE TRAINING</span><br><br>
  Get a bulk discount with a company-specific onsite training for $25,000 + expenses. 
JBG will bring the training to your company, limit 20 students per session.  This is a 
slower-paced class, compared to our hosted sessions, more tailored to the level of 
your students.  JBG has had great success with these trainings as well. <a 
class="link" href="mailto:[EMAIL PROTECTED]?subject=I need onsite training 
information">Contact us</a> for availability.<br>
  
  <br><br><span class="head">PREREQUISITES</span><br><br>
  For <b>EJB</b>: intermediate Java level.  Basic understanding of interfaces, XML, 
and RMI needed.<br>
  For <b>JBoss</b>: intermediate to advanced java level.  Good understanding of Java 
patterns and best practices, XML handling, and distributed computing needed.  Modular 
micro-kernel design knowledge a plus. System Administration knowlege is helpful.
  
  
  
  
  <br><br><span class="head">TOPICS COVERED</span><br><br>
  For <b>EJB</b>. You will learn how to develop and deploy EJB applications optimized 
for the JBoss server.  You will develop and deploy Session, Entity and Message Driven 
Beans on the JBoss server.  You will understand the transactional nature of modern 
component assembly based on meta-data tag declarations at the container layer.  You 
will understand the fine-tuning of JBoss and where design decisions impact performance 
of the JBoss server.  You will know the best practices and design patterns usually 
used in EJB. You will be familiar with JBoss specific optimizations.
  
  <br><br>
  For <b>JBoss</b>.  You will get an in depth presentation of the architecture of 
JBoss. You will understand the role of JMX as both a management view as well as the 
basis of JBoss' modularity.  You will write MBeans and be able to dynamically extend 
the feature set of JBoss through the XMLet mechnisms as well as interact with the 
system in real-time.  You will study the interceptor layout and understand the 
invocation flow of the core JBoss container.  You willl gain knowledge on the dynamic 
proxy features of JBoss. You will be familiar with the functionality offered by the 
packages and classes that make up JBoss.  For custom JBoss development, you will know 
where to hook up your own functionality in the codebase.
  <br><br>
  
  Format is 50% theory, 50% lab. 
  <i>Laptop required for hosted session</i>.
  <br><br>Subtopics:<br>
  EJB 2.0 with JBoss
  <br>Persistence with JBossCMP
  <br>Servlet and JSP with Tomcat/Catalina
  <br>Messaging and JMS with JBossMQ
  <br>JBoss advanced configurations
  <br>JMX infrastructure and MBeans
  <br>Interceptors and Plugins
  <br>JBoss internal development
  <br>JBoss advanced integration topics
  <br>Student selected topics
  
  
  <jsp:include page="copyright.jsp" flush="true" />
  <jsp:include page="menu.jsp" flush="true" >
   <jsp:param name="active" value="ABOUT"/>
  </jsp:include>
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to