<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Haven't had the time to look t them yet, anyhow, there's one trick I
    really love with eclipse&nbsp; :<br>
    <br>
    * copy snippet of code like (ctrl+c) - courtesy of&nbsp; <a
      href="http://arquillian.org/guides/getting_started/#create_a_component">http://arquillian.org/guides/getting_started/#create_a_component</a>:<br>
    <br>
    <pre><small><tt>package org.arquillian.example;</tt></small></pre>
    <pre><small><tt>
import java.io.PrintStream;</tt></small></pre>
    <pre><small><tt>
/**</tt></small></pre>
    <pre><small><tt>&nbsp;* A component for creating personal greetings.</tt></small></pre>
    <pre><small><tt>&nbsp;*/</tt></small></pre>
    <pre><small><tt>public class Greeter {</tt></small></pre>
    <pre><small><tt>&nbsp;&nbsp;&nbsp; public void greet(PrintStream to, String name) {</tt></small></pre>
    <pre><small><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; to.println(createGreeting(name));</tt></small></pre>
    <pre><small><tt>&nbsp;&nbsp;&nbsp; }</tt></small></pre>
    <pre><small><tt>
&nbsp;&nbsp;&nbsp; public String createGreeting(String name) {</tt></small></pre>
    <pre><small><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return "Hello, " + name + "!";</tt></small></pre>
    <pre><small><tt>&nbsp;&nbsp;&nbsp; }</tt></small></pre>
    <pre><small><tt>}</tt></small></pre>
    <br>
    * Right click on a source folder (ex. src/main/java)<br>
    * paste (ctrl+v) =&gt; Eclipse creates the java class in the proper
    package from the code snippet. Ideal to follow tutorials from the
    web.<br>
    <br>
    Le 03/04/2012 14:17, Burr Sutter a &eacute;crit&nbsp;:
    <blockquote
      cite="mid:715D3B5E-D6C7-4976-A1ED-9D01395627A8@redhat.com"
      type="cite">I have been working on various demo videos to help
      promote JBoss Tools &amp; JBDS. &nbsp;
      <div><br>
      </div>
      <div>Videos yet to be recorded:</div>
      <div>- JBoss Tools - Eclipse Marketplace installation and overview</div>
      <div>- GWT archetype &amp; google tooling + basic Errai</div>
      <div>- Maven with JBoss Tools/JBDS deeper dive</div>
      <div><br>
      </div>
      <div>Also, I would love to have an "Eclipses Tips &amp; Tricks"
        video - but I have not seen those well documented anywhere, if
        you have pointers to blogs or other videos for "tips &amp;
        tricks" please send them my way. &nbsp;</div>
      <div><br>
      </div>
      <div>Here are the videos I completed this past weekend:</div>
      <div><br>
      </div>
      <div>1. JBDS 5 Installation, HTML5, Mobile &amp; OpenShift<br>
        <a moz-do-not-send="true"
          href="http://www.screencast.com/t/Ee2lE6KS">http://www.screencast.com/t/Ee2lE6KS</a><br>
        <a moz-do-not-send="true" href="http://vimeo.com/39606090">http://vimeo.com/39606090</a><br>
        This video walks you through the installation of JBoss Developer
        Studio 5, uses the JBoss Central HTML5 archetype, introduces the
        Mobile BrowserSim to demonstrate an application that supports
        both desktop &amp; mobile UIs and finally uploads it all to
        OpenShift for testing on real devices.<br>
        <br>
        2. JBDS 5 Java EE 6 Web + Arquillian<br>
        <a moz-do-not-send="true"
          href="http://www.screencast.com/t/hEVHehjfhFDO">http://www.screencast.com/t/hEVHehjfhFDO</a><br>
        <a moz-do-not-send="true" href="http://vimeo.com/39607154">http://vimeo.com/39607154</a><br>
        This demonstration follows #1 that shows installation and
        Aerogear's POH5 or HTML5 archetype. This demo drills into the
        Java EE 6 Web Project and Arquillian for automated integration
        testing.<br>
        <br>
        3. RichFaces 4 for Desktop &amp; Mobile in JBDS 5<br>
        <a moz-do-not-send="true"
          href="http://www.screencast.com/t/zl4QOFHm">http://www.screencast.com/t/zl4QOFHm</a><br>
        <a moz-do-not-send="true" href="http://vimeo.com/39607711">http://vimeo.com/39607711</a><br>
        JBoss Central provides an archetype for RichFaces 4, also
        implementing the "kitchensink" example. &nbsp;RichFaces 4 leverages
        EE 6's BeanValidation by moving those declarative validation
        rules from the server down to the client. &nbsp;<br>
        <br>
        4. Forge Introduction in JBoss Developer Studio 5&nbsp;<br>
        <a moz-do-not-send="true"
          href="http://www.screencast.com/t/olxrVyPy5">http://www.screencast.com/t/olxrVyPy5</a><br>
        <a moz-do-not-send="true" href="http://vimeo.com/39608223">http://vimeo.com/39608223</a><br>
        Forge is JBoss's rapid application development tool. &nbsp;A command
        line based tool that is embedded in JBoss Developer Studio 5.
        &nbsp;Run a whole script of commands to render a complete
        application. &nbsp;<br>
        <br>
        5. Hibernate Tools for DB Reverse Engineering<br>
        <a moz-do-not-send="true"
          href="http://www.screencast.com/t/x6lcG2BP8jn5">http://www.screencast.com/t/x6lcG2BP8jn5</a><br>
        <a moz-do-not-send="true" href="http://vimeo.com/39608294">http://vimeo.com/39608294</a><br>
        Hibernate Tools have been part of JBoss Developer Studio for a
        long time - now they are integrated with Dali - and you can use
        Dali's JPA Generate Entities from Tables feature. &nbsp;&nbsp;This video
        walks you through how to setup the Hibernate Configuration and
        the JBDC connection to allow for JPA entity generation.<br>
        Sakila H2 Database:<br>
        <a moz-do-not-send="true"
          href="https://github.com/maxandersen/sakila-h2">https://github.com/maxandersen/sakila-h2</a><br>
        <br>
        6. Forge for DB Reverse Engineering with CRUD<br>
        <a moz-do-not-send="true"
          href="http://www.screencast.com/t/aSym9aul5">http://www.screencast.com/t/aSym9aul5</a><br>
        <a moz-do-not-send="true" href="http://vimeo.com/39608326">http://vimeo.com/39608326</a><br>
        Forge also has a Hibernate Tools plugin that allows it to
        analyze a database schema and produce JPA entity classes. &nbsp;Then
        Forge can use its scaffolding feature to generate JSF2 Create,
        Read, Update and Delete (CRUD) &nbsp;user interfaces.</div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
jbosstools-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:jbosstools-dev@lists.jboss.org">jbosstools-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/jbosstools-dev">https://lists.jboss.org/mailman/listinfo/jbosstools-dev</a></pre>
    </blockquote>
    <br>
  </body>
</html>