JBoss Tools SVN: r41740 - in trunk/documentation/whatsnew: as and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2012-06-06 07:23:49 -0400 (Wed, 06 Jun 2012)
New Revision: 41740
Added:
trunk/documentation/whatsnew/as/as-news-3.3.0.CR1.html
trunk/documentation/whatsnew/jmx/jmx-news-1.2.0.CR1.html
Modified:
trunk/documentation/whatsnew/index.html
Log:
JBIDE-11938 to trunk
Added: trunk/documentation/whatsnew/as/as-news-3.3.0.CR1.html
===================================================================
--- trunk/documentation/whatsnew/as/as-news-3.3.0.CR1.html (rev 0)
+++ trunk/documentation/whatsnew/as/as-news-3.3.0.CR1.html 2012-06-06 11:23:49 UTC (rev 41740)
@@ -0,0 +1,246 @@
+<html>
+
+<head>
+<link rel="stylesheet" href="../whatsnew.css">
+<title>JBoss AS Tools 3.3.0.CR1 News</title>
+<script type="text/javascript">
+
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-17645367-5']);
+ _gaq.push(['_trackPageview']);
+
+ (function() {
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+ })();
+
+</script></head>
+
+<body>
+
+<h1>JBoss AS Tools 3.3.0.CR1 What's New</h1>
+
+ <p align="right"><a href="../index.html">< Main Index</a> <a
+href="../openshift/openshift-news-2.3.0.CR1.html">OpenShift Tools></a></p>
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>Server</h3>
+ <hr/>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="right">
+ <p><b>Server locations with space now work properly!</b></p>
+ </td>
+ <td valign="top" width="90%">
+
+ <p>Servers that live in directories with spaces have long been a problem issue in the past, but now, rest assured that your
+ servers will be well taken care of! Starting and stopping these servers should now work flawlessly,
+ and with the correct arguments no doubt!! Various other server argument bugs were fixed as well,
+ helping to make JBossTools as strong as our word! You're in good hands, with JBossTools!</p>
+ <p><small>
+ <a href="https://issues.jboss.org/browse/JBIDE-12001">Primary Jira</a></br>
+ Related Jiras: <a href="https://issues.jboss.org/browse/JBIDE-11824">JBIDE-11824</a>,
+ <a href="https://issues.jboss.org/browse/JBIDE-12041">JBIDE-12041</a>,
+ <a href="https://issues.jboss.org/browse/JBIDE-11853">JBIDE-11853</a>
+ </small></p>
+ </td>
+ </tr>
+
+ <tr><td colspan="2"><hr /></td></tr>
+ <tr>
+ <td valign="top" align="right">
+ <p><b>JBoss AS7 can now expose your management port for local and remote instances!</b></p>
+ </td>
+ <td valign="top" width="90%">
+ <p>With the addition of a new checkbox in the server editor, users can now expose their management port when
+ starting and stopping remote (or local!) instances of the server. This ensures that management commands,
+ such as starting and stopping the deployment scanner, or polling the server, work.</p>
+ <p> But be careful! If your server is on production somewhere, it might be unwise to leave that much awesome power
+ available to any computer with a jboss installation and an internet connection! Ask your system administrator for guidance.
+ And never forget, the infinite is unknown at JBossTools!
+ </p>
+ <p><img src="https://issues.jboss.org/secure/attachment/12354382/JBIDE-11921.png" alt="Expose Management Port screenshot"/></p>
+ <p><small>
+ <a href="https://issues.jboss.org/browse/JBIDE-11921">Primary Jira</a></br>
+ <a href="https://issues.jboss.org/browse/JBIDE-1">Related Bug</a></br>
+ <a href="https://issues.jboss.org/browse/JBIDE-11989">Related Bug</a></br>
+
+ </small></p>
+
+ </td>
+ </tr>
+ <tr><td colspan="2"><hr /></td></tr>
+ <tr>
+ <td valign="top" align="right">
+ <p><b>AS7 JMX Connections strengthened!</b></p>
+ </td>
+ <td valign="top" width="90%">
+ <p>As mentioned over in <a href="../jmx/jmx-news-1.2.0.CR1.html">JMX Tools</a>, support for AS 7's JMX connectivity
+ has moved forward a lot, allowing for faster and smoother usage. With everything from minimizing the number of connections,
+ cleaning up stalled threads, and erroring in a more graceful fashion, it's almost as if JBossTools and AS 7's JMX support
+ were made for each other! With JBossTools, if you're going, we'll fly you there! And how!! </p>
+
+ <p><small>
+ Related Jiras: <a href="https://issues.jboss.org/browse/JBIDE-11483">JBIDE-11483</a>,
+ <a href="https://issues.jboss.org/browse/JBIDE-11482">JBIDE-11482</a>,
+ <a href="https://issues.jboss.org/browse/JBIDE-11481">JBIDE-11481</a>,
+ <a href="https://issues.jboss.org/browse/JBIDE-11064">JBIDE-11064</a>,
+ <a href="https://issues.jboss.org/browse/JBIDE-11872">JBIDE-11872</a>
+ </small></p>
+ </td>
+ </tr>
+ <tr><td colspan="2"><hr /></td></tr>
+
+ <tr>
+ <td valign="top" align="right">
+ <p><b>Lend me your EAR, and make it Runnable!!</b></p>
+ </td>
+ <td valign="top" width="90%">
+ <p>Take any EAR project, right-click it, run it on your server, and watch a browser open. Why is this so cool? Because webtools doesn't have it!
+ That's right. Webtools can find some way to run all their projects on your server, except for EAR projects that is!
+ Well not any more. The new behaviour in JBossTools is to select the first Web project in your EAR and run that one instead.
+ The full module will get published, of course, but at least now a browser will show up with something! </p>
+ <p>In a related issue, right-clicking a .java file to run on your server seems to have always come up with a bit of a
+ strange choice for a web url. It'd actually open a URL like yourwar.war/web-inf/classes/ReallyCoolThing.java.
+ No matter how cool that thing really is, I don't think that's a URL we want loaded. Do you?
+ <p>So everybody, close the door, code your web store, and everybody dance the dinosaur! You've lent me your ear, and this is your reward! </p>
+ <p><small><a href="https://issues.jboss.org/browse/JBIDE-10930">Primary Jira</a><br/>
+<a href="https://issues.jboss.org/browse/JBIDE-11414">Related Jira</a></small></p>
+ </td>
+ </tr>
+ <tr><td colspan="2"><hr /></td></tr>
+ <tr>
+ <td valign="top" align="right">
+ <p><b>Server Editor's module restart pattern revised, and FIXED!!</b></p>
+ </td>
+ <td valign="top" width="90%">
+ <p>You may remember the introduction of this feature in beta3, but what you might not have noticed was that a
+ workspace restart was required if you ever intended to CHANGE that value. Talk about a sticky property! Ugh!
+ A healthy dose of bug-be-gone has left this particular issue dead, but not forgotten.... well, at least not by some.
+ You guys can forget it if you want. As Audrey Hepburn once said, Happiness is health, and a short memory! </p>
+ <p><img src="https://issues.jboss.org/secure/attachment/12351312/JBIDE-10464.png" alt="module restart pattern"/></p>
+ <p><small><a href="https://issues.jboss.org/browse/JBIDE-10733">Related Jira</a></small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="right">
+ <p><b>New fileset for your AS 7? Now with sensible defaults!</b></p>
+ </td>
+ <td valign="top" width="90%">
+ <p>If you've tried to open your servers view and right-click the "filesets" category, with the intention of adding
+ a new fileset, you may have noticed that AS 7's defaults were a little... outdated. Default folders
+ that only make sense for AS 6 and below are soOoOOoo beta2. It's a bit like seeing someone wear bellbottoms...
+ it doesn't ruin your day, but it does make you feel just a little more sad about where the world is heading. Either way,
+ JBossTools 3.3.0 CR1 replaces those old rags with new sensible defaults. I can't promise they'll make you smile,
+ but, lets all be honest with ourselves... they will ;) <small>JBossTools Rules!!!</small></p>
+ <p><img src="images/11059.png" alt="new fileset defaults"/></p>
+ <p><small><a href="https://issues.jboss.org/browse/JBIDE-11059">Related Jira</a></small></p>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="right">
+ <p><b>No IPs, no problem! IPv6 support verified!</b></p>
+ </td>
+ <td valign="top" width="90%">
+ <p>According to our devs and our QE teams, IPv6 support for JBossTools is online and fully operational.
+ Loading local AS 7 servers with a hostname of "::1" will no longer result in a stuck process
+ and an unresponsive and recalcitrant server refusing repeated requests to shut down already!
+ Browser support in eclipse is also present, so Run-on-server actions should yield the expected result.
+ It's times like this you know JBossTools was the right choice, at the right time, and for the right reasons. </p>
+ <p><small><a href="https://issues.jboss.org/browse/JBIDE-11626">Related Jira</a></small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="right">
+ <p><b>Stop polluting my deployments folder!</b></p>
+ </td>
+ <td valign="top" width="90%">
+ <p>Back during older versions of JBoss AS, all deployments went into a deploy folder.
+ This included deployments JBoss itself provided. Well, users didn't like having to dig
+ through this mess to remember which deployments were theirs and which weren't. They demanded
+ the ability to segregate their deployments out, and we gave it to them!</p>
+ <p>While this isn't so much an issue now as it was then, there are still a significant number
+ of users, especially in dev mode, who prefer to keep their deployments somewhere other than
+ the app server's standard deployments folder. Well, Beta3 and CR1 have both enhanced this
+ support for JBoss AS 7 in a variety of ways. First, all three standard deployment options are now
+ enabled (server, metadata, and custom), as they are for previous versions. And second, the running server will receive
+ the list of folders that need to be added (or removed) from the server's deployment scanners. </p>
+ <p>No more will users have to suffer through widely differing levels of functionality depending on
+ their app server version. The infinite is unknown at JBossTools.</p>
+
+ <p><img src="images/9239.png" alt="new fileset defaults"/></p>
+ <p><small><a href="https://issues.jboss.org/browse/JBIDE-9239">JBIDE-9239</a>,
+ <a href="https://issues.jboss.org/browse/JBIDE-11297">JBIDE-11297</a>
+ </small></p>
+ <p> In a related issue, some early adopters were confused when a scanner they had added
+ had a 0-second interval, which basically meant inactive. We've added a popup dialog
+ to alert the user in this case. If your server has inactive scanners, you'll be provided a
+ chance to change it, or ignore that dialog forever. </p>
+ <p><img src="https://issues.jboss.org/secure/attachment/12352599/JBIDE-11275.png" alt="new fileset defaults"/></p>
+ <p><small><a href="https://issues.jboss.org/browse/JBIDE-11275">JBIDE-11275</a> </small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="right">
+ <p><b>Which args do I modify again?</b></p>
+ </td>
+ <td valign="top" width="90%">
+ <p>Some users who were running servers based on RSE were getting confused how, exactly,
+ to change their launch and stop arguments. By opening the server view, and double-clicking
+ your server, the server editor opens. If you then click "Open Launch Configuration", you
+ have a huge array of options available, but, perhaps, too many options. </p>
+ <p>To help clear up the confusion, if you're running an RSE server, opening the launch
+ configuration will now ONLY show you the remote launch args tab. If you're running
+ a local server, however, all options (minus the RSE tab) will show. </p>
+ <p>A small step every day, with JBossTools leading the way!</p>
+ <p><img src="images/11587.png" alt="zero-second scanner"/></p>
+ <p><small><a href="https://issues.jboss.org/browse/JBIDE-11587">Related Jira</a></small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="right">
+ <p><b>Default classpaths per server made more user friendly</b></p>
+ </td>
+ <td valign="top" width="90%">
+ <p>A while ago, users were asking for ways to customize their project classpaths
+ on a per-server basis. While developing it, we figured that most users wouldn't
+ want to customize each and every server they make. If they happened to make 2 or 3
+ servers with different launch args, for example, it would be tedious to try to
+ update the classpath for each one manually. </p>
+ <p>Instead we went with the ability to customize it on a per server-type basis, or,
+ to add some jars to a global list for all server types. This is accessible through
+ window -> preferences -> server -> runtime environment -> Default Classpaths.
+ Well, somehow during the
+ dev cycle, a lot of this proved to not work in all cases. It also was shown to need
+ a real cleanup to make it more user friendly. The area most confusing to users
+ was Adding a new fileset. And so we cleaned that up, added better defaults,
+ and removed fields that just didn't belong! </p>
+
+ <p>Remember, for all your development environment needs, JBossTools is
+ <a href="http://www.youtube.com/watch?v=oHg5SJYRHA0">NEVER</a> gonna give you up!!!</p>
+ <p><img src="images/11820.png" alt="default classpath entries"/></p>
+ <p><small><a href="https://issues.jboss.org/browse/JBIDE-11820">Related Jira</a></small></p>
+ </td>
+ </tr>
+
+
+
+
+
+</table>
+
+</body>
+
+</html>
+
+
Modified: trunk/documentation/whatsnew/index.html
===================================================================
--- trunk/documentation/whatsnew/index.html 2012-06-06 11:05:38 UTC (rev 41739)
+++ trunk/documentation/whatsnew/index.html 2012-06-06 11:23:49 UTC (rev 41740)
@@ -52,8 +52,11 @@
<td valign="top" align="left">
<p align="right"><b>3.3.0.CR1</b>
<td valign="top">
+
+ <p><a href="as/as-news-3.3.0.CR1.html">JBoss AS Server Tools</a></p>
+ <p><a href="jmx/jmx-news-1.2.0.CR1.html">JMX</a></p>
<p><a href="maven/maven-news-3.3.0.CR1.html">Maven</a></p>
- <p><a href="vpe/vpe-news-3.3.0.CR1.html">Visual Page Editor/BrowserSim</a></p>
+ <p><a href="vpe/vpe-news-3.3.0.CR1.html">Visual Page Editor/BrowserSim</a></p>
</td>
</tr>
<tr>
Added: trunk/documentation/whatsnew/jmx/jmx-news-1.2.0.CR1.html
===================================================================
--- trunk/documentation/whatsnew/jmx/jmx-news-1.2.0.CR1.html (rev 0)
+++ trunk/documentation/whatsnew/jmx/jmx-news-1.2.0.CR1.html 2012-06-06 11:23:49 UTC (rev 41740)
@@ -0,0 +1,82 @@
+<html>
+
+<head>
+<link rel="stylesheet" href="../whatsnew.css">
+<title>JMX Tools 1.2.0.CR1 News</title>
+<script type="text/javascript">
+
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-17645367-5']);
+ _gaq.push(['_trackPageview']);
+
+ (function() {
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+ })();
+
+</script></head>
+
+<body>
+
+<h1>JMX Tools 1.2.0.CR1 - New and Noteworthy</h1>
+
+ <p align="right"><a href="../index.html">< Main Index</a> <a href="../jst/jst-news-3.3.0.CR1-full.html">JST/JSF Tools News ></a></p>
+
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+ <tr>
+ <td colspan="2">
+ <hr>
+ <h3>General</h3>
+ <hr>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p align="right"><b>JMX Support for AS 7.x!</b></td>
+ <td valign="top">
+ <p> Support for JBoss AS 7.x has been completed for this release. Functioanlly, it will look exactly
+ as it does for AS 6 and below. When you start a server from the JBoss Servers view, and once
+ the startup completes, the MBean Explorer view will attempt to connect to the newly started
+ server. Several errors in the core JMX plugins were fixed to allow this.
+ </p>
+ <p> As always, double-clicking on any mbean will allow it to open the editor for that bean</p>
+ <p><small>
+ Related Jiras: <a href="https://issues.jboss.org/browse/JBIDE-11483">JBIDE-11483</a>,
+ <a href="https://issues.jboss.org/browse/JBIDE-11482">JBIDE-11482</a>,
+ <a href="https://issues.jboss.org/browse/JBIDE-11481">JBIDE-11481</a>,
+ <a href="https://issues.jboss.org/browse/JBIDE-11064">JBIDE-11064</a>,
+ <a href="https://issues.jboss.org/browse/JBIDE-11872">JBIDE-11872</a>
+ </small></p>
+
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <p align="right"><b>Bugfixes</b></td>
+ <td valign="top">
+<p> Small bugs were fixed as well. Expanding a node in the MBean Explorer will now use one connection
+ to load the entire tree, rather than using a new connection for each MBean request. Also, the editor
+ was unable to handle an operation result of type java.lang.Boolean, which caused errors in the UI for users.
+ A few other small optimizations too place as well. </p>
+ <p><small>
+ Related Jiras: <a href="https://issues.jboss.org/browse/JBIDE-11484">JBIDE-11484</a>,
+ <a href="https://issues.jboss.org/browse/JBIDE-11480">JBIDE-11480</a></p>
+ </td>
+
+ </tr>
+
+
+</table>
+
+</body>
+
+</html>
+
+
13 years, 10 months
JBoss Tools SVN: r41739 - in trunk/documentation/whatsnew: maven and 3 other directories.
by jbosstools-commits@lists.jboss.org
Author: yradtsevich
Date: 2012-06-06 07:05:38 -0400 (Wed, 06 Jun 2012)
New Revision: 41739
Added:
trunk/documentation/whatsnew/vpe/images/3.3.0.CR1/
trunk/documentation/whatsnew/vpe/images/3.3.0.CR1/pixel-ratio.png
trunk/documentation/whatsnew/vpe/vpe-news-3.3.0.CR1.html
Modified:
trunk/documentation/whatsnew/index.html
trunk/documentation/whatsnew/maven/maven-news-3.3.0.CR1.html
Log:
JBIDE-11931 Create "New and Noteworthy" for 3.3.0... JBIDE-11942 CLONE - Visual Editor Component N&N
Modified: trunk/documentation/whatsnew/index.html
===================================================================
--- trunk/documentation/whatsnew/index.html 2012-06-06 09:08:30 UTC (rev 41738)
+++ trunk/documentation/whatsnew/index.html 2012-06-06 11:05:38 UTC (rev 41739)
@@ -53,6 +53,7 @@
<p align="right"><b>3.3.0.CR1</b>
<td valign="top">
<p><a href="maven/maven-news-3.3.0.CR1.html">Maven</a></p>
+ <p><a href="vpe/vpe-news-3.3.0.CR1.html">Visual Page Editor/BrowserSim</a></p>
</td>
</tr>
<tr>
Modified: trunk/documentation/whatsnew/maven/maven-news-3.3.0.CR1.html
===================================================================
--- trunk/documentation/whatsnew/maven/maven-news-3.3.0.CR1.html 2012-06-06 09:08:30 UTC (rev 41738)
+++ trunk/documentation/whatsnew/maven/maven-news-3.3.0.CR1.html 2012-06-06 11:05:38 UTC (rev 41739)
@@ -23,9 +23,8 @@
<body>
<h1>Maven Tools</h1>
-<p align="right"><a href="../index.html">< Main Index</a>
- <!-- <a
-href="../central/central-news-1.0.0.M5.html">JBoss Central ></a> --></p>
+<p align="right"><a href="../index.html">< Main Index</a> <a
+href="../vpe/vpe-news-3.3.0.CR1.html">Visual Page Editor/BrowserSim ></a></p>
<table border="0" cellpadding="10" cellspacing="0" width="80%">
<tr>
<td colspan="2">
Added: trunk/documentation/whatsnew/vpe/images/3.3.0.CR1/pixel-ratio.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/vpe/images/3.3.0.CR1/pixel-ratio.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/vpe/vpe-news-3.3.0.CR1.html
===================================================================
--- trunk/documentation/whatsnew/vpe/vpe-news-3.3.0.CR1.html (rev 0)
+++ trunk/documentation/whatsnew/vpe/vpe-news-3.3.0.CR1.html 2012-06-06 11:05:38 UTC (rev 41739)
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Language" content="en-us" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<link rel="stylesheet" href="../whatsnew.css" />
+<title>Visual Page Editor/BrowserSim 3.3.0.CR1 What's New</title>
+<script type="text/javascript">
+
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-17645367-5']);
+ _gaq.push(['_trackPageview']);
+
+ (function() {
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+ })();
+
+</script></head>
+<body>
+<h1 style="text-align:left">Visual Page Editor/BrowserSim 3.3.0.CR1 What's New</h1>
+
+<p align="right">
+<a href="../index.html">< Main Index</a>
+<!--<a href="../central/central-news-1.0.0.Beta3.html">JBoss Central ></a>-->
+</p>
+
+<table border="0" cellpadding="10" cellspacing="0">
+ <tr>
+ <td colspan="2">
+ <hr />
+ <h3>BrowserSim</h3>
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="left">
+ <b><p>
+ Pixel Ratio option
+ <p></b>
+ </td>
+ <td valign="top">
+ <p>Now BrowserSim has a Pixel Ratio option. It allows to set ratio of CSS pixels to device pixels. For instance, pixel ratio of iPhone 4 is 2.0:</p>
+ <p>
+ <img src="images/3.3.0.CR1/pixel-ratio.png" width="501px" height="727px">
+ </p>
+ <p><small>
+ <a href="https://issues.jboss.org/browse/JBIDE-11896">Related Jira</a>
+ </small></p>
+ </td>
+ </tr>
+</table>
+</body>
+</html>
\ No newline at end of file
13 years, 10 months
JBoss Tools SVN: r41738 - trunk/download.jboss.org/jbosstools/builds/staging/_composite_/soa-tooling/3.3.0.Beta3.
by jbosstools-commits@lists.jboss.org
Author: dpalmer
Date: 2012-06-06 05:08:30 -0400 (Wed, 06 Jun 2012)
New Revision: 41738
Modified:
trunk/download.jboss.org/jbosstools/builds/staging/_composite_/soa-toolin...
trunk/download.jboss.org/jbosstools/builds/staging/_composite_/soa-toolin...
Log:
Updated composite site to match job names
Modified: trunk/download.jboss.org/jbosstools/builds/staging/_composite_/soa-toolin...
===================================================================
--- trunk/download.jboss.org/jbosstools/builds/staging/_composite_/soa-toolin... 2012-06-06 05:52:06 UTC (rev 41737)
+++ trunk/download.jboss.org/jbosstools/builds/staging/_composite_/soa-toolin... 2012-06-06 09:08:30 UTC (rev 41738)
@@ -13,14 +13,14 @@
<!-- SOA Tooling : 10 x 1 = 10 -->
-<child location='../../../../staging/soatools-3.3.0.Beta3.component--bpel/all/repo/'/>
-<child location='../../../../staging/soatools-3.3.0.Beta3.component--droolsjbpm/all/repo/'/>
-<child location='../../../../staging/soatools-3.3.0.Beta3.component--esb/all/repo/'/>
-<child location='../../../../staging/soatools-3.3.0.Beta3.component--flow/all/repo/'/>
-<child location='../../../../staging/soatools-3.3.0.Beta3.component--jbpm/all/repo/'/>
-<child location='../../../../staging/soatools-3.3.0.Beta3.component--modeshape/all/repo/'/>
-<child location='../../../../staging/soatools-3.3.0.Beta3.component--runtime-soa/all/repo/'/>
-<child location='../../../../staging/soatools-3.3.0.Beta3.component--teiid-designer/all/repo/'/>
+<child location='../../../../staging/soatools-3.3.0_Beta3.component--bpel/all/repo/'/>
+<child location='../../../../staging/soatools-3.3.0_Beta3.component--droolsjbpm/all/repo/'/>
+<child location='../../../../staging/soatools-3.3.0_Beta3.component--esb/all/repo/'/>
+<child location='../../../../staging/soatools-3.3.0_Beta3.component--flow/all/repo/'/>
+<child location='../../../../staging/soatools-3.3.0_Beta3.component--jbpm/all/repo/'/>
+<child location='../../../../staging/soatools-3.3.0_Beta3.component--modeshape/all/repo/'/>
+<child location='../../../../staging/soatools-3.3.0_Beta3.component--runtime-soa/all/repo/'/>
+<child location='../../../../staging/soatools-3.3.0_Beta3.component--teiid-designer/all/repo/'/>
<child location='http://download.jboss.org/savara/releases/updates/2.0.x/' />
<child location='../../../../staging/SwitchYard-Tools/eclipse/'/>
Modified: trunk/download.jboss.org/jbosstools/builds/staging/_composite_/soa-toolin...
===================================================================
--- trunk/download.jboss.org/jbosstools/builds/staging/_composite_/soa-toolin... 2012-06-06 05:52:06 UTC (rev 41737)
+++ trunk/download.jboss.org/jbosstools/builds/staging/_composite_/soa-toolin... 2012-06-06 09:08:30 UTC (rev 41738)
@@ -13,14 +13,14 @@
<!-- SOA Tooling : 10 x 1 = 10 -->
-<child location='../../../../staging/soatools-3.3.0.Beta3.component--bpel/all/repo/'/>
-<child location='../../../../staging/soatools-3.3.0.Beta3.component--droolsjbpm/all/repo/'/>
-<child location='../../../../staging/soatools-3.3.0.Beta3.component--esb/all/repo/'/>
-<child location='../../../../staging/soatools-3.3.0.Beta3.component--flow/all/repo/'/>
-<child location='../../../../staging/soatools-3.3.0.Beta3.component--jbpm/all/repo/'/>
-<child location='../../../../staging/soatools-3.3.0.Beta3.component--modeshape/all/repo/'/>
-<child location='../../../../staging/soatools-3.3.0.Beta3.component--runtime-soa/all/repo/'/>
-<child location='../../../../staging/soatools-3.3.0.Beta3.component--teiid-designer/all/repo/'/>
+<child location='../../../../staging/soatools-3.3.0_Beta3.component--bpel/all/repo/'/>
+<child location='../../../../staging/soatools-3.3.0_Beta3.component--droolsjbpm/all/repo/'/>
+<child location='../../../../staging/soatools-3.3.0_Beta3.component--esb/all/repo/'/>
+<child location='../../../../staging/soatools-3.3.0_Beta3.component--flow/all/repo/'/>
+<child location='../../../../staging/soatools-3.3.0_Beta3.component--jbpm/all/repo/'/>
+<child location='../../../../staging/soatools-3.3.0_Beta3.component--modeshape/all/repo/'/>
+<child location='../../../../staging/soatools-3.3.0_Beta3.component--runtime-soa/all/repo/'/>
+<child location='../../../../staging/soatools-3.3.0_Beta3.component--teiid-designer/all/repo/'/>
<child location='http://download.jboss.org/savara/releases/updates/2.0.x/' />
<child location='../../../../staging/SwitchYard-Tools/eclipse/'/>
13 years, 10 months
JBoss Tools SVN: r41737 - trunk/build/publish.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-06-06 01:52:06 -0400 (Wed, 06 Jun 2012)
New Revision: 41737
Modified:
trunk/build/publish/publish.sh
Log:
another approach to collecting and publishing the new zip in WORKSPACE/sources/product/sources/target/
Modified: trunk/build/publish/publish.sh
===================================================================
--- trunk/build/publish/publish.sh 2012-06-06 05:47:20 UTC (rev 41736)
+++ trunk/build/publish/publish.sh 2012-06-06 05:52:06 UTC (rev 41737)
@@ -167,15 +167,15 @@
done
fi
-productSourcesZip="$(find ${WORKSPACE}/sources/product/sources/target -type f -name "jbdevstudio-product-sources-*.zip")"
-if [[ $productSourcesZip ]]; then
- # for now, but the JBDS sources into the /installer/ folder
- for z in $productSourcesZip; do
- mkdir -p ${STAGINGDIR}/installer/
- rsync -aq $z ${STAGINGDIR}/installer/
- for m in $(md5sum ${z}); do if [[ $m != ${z} ]]; then echo $m > ${z}.MD5; fi; done
- done
-else
+foundSourcesZip=0
+# for now, but the JBDS sources into the /installer/ folder
+for z in $(find ${WORKSPACE}/sources/product/sources/target -type f -name "jbdevstudio-product-sources-*.zip"); do
+ for m in $(md5sum ${z}); do if [[ $m != ${z} ]]; then echo $m > ${z}.MD5; fi; done
+ mkdir -p ${STAGINGDIR}/installer/
+ rsync -aq $z ${z}.MD5 ${STAGINGDIR}/installer/
+ foundSourcesZip=1
+done
+if [[ $foundSourcesZip -eq 0 ]]; then
# create sources zip
pushd ${WORKSPACE}/sources
mkdir -p ${STAGINGDIR}/all
13 years, 10 months
JBoss Tools SVN: r41736 - branches/jbosstools-3.3.x/build/publish.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-06-06 01:47:20 -0400 (Wed, 06 Jun 2012)
New Revision: 41736
Modified:
branches/jbosstools-3.3.x/build/publish/publish.sh
Log:
another approach to collecting and publishing the new zip in WORKSPACE/sources/product/sources/target/
Modified: branches/jbosstools-3.3.x/build/publish/publish.sh
===================================================================
--- branches/jbosstools-3.3.x/build/publish/publish.sh 2012-06-06 04:36:22 UTC (rev 41735)
+++ branches/jbosstools-3.3.x/build/publish/publish.sh 2012-06-06 05:47:20 UTC (rev 41736)
@@ -167,15 +167,15 @@
done
fi
-productSourcesZip="$(find ${WORKSPACE}/sources/product/sources/target -type f -name "jbdevstudio-product-sources-*.zip")"
-if [[ $productSourcesZip ]]; then
- # for now, but the JBDS sources into the /installer/ folder
- for z in $productSourcesZip; do
- mkdir -p ${STAGINGDIR}/installer/
- rsync -aq $z ${STAGINGDIR}/installer/
- for m in $(md5sum ${z}); do if [[ $m != ${z} ]]; then echo $m > ${z}.MD5; fi; done
- done
-else
+foundSourcesZip=0
+# for now, but the JBDS sources into the /installer/ folder
+for z in $(find ${WORKSPACE}/sources/product/sources/target -type f -name "jbdevstudio-product-sources-*.zip"); do
+ for m in $(md5sum ${z}); do if [[ $m != ${z} ]]; then echo $m > ${z}.MD5; fi; done
+ mkdir -p ${STAGINGDIR}/installer/
+ rsync -aq $z ${z}.MD5 ${STAGINGDIR}/installer/
+ foundSourcesZip=1
+done
+if [[ $foundSourcesZip -eq 0 ]]; then
# create sources zip
pushd ${WORKSPACE}/sources
mkdir -p ${STAGINGDIR}/all
13 years, 10 months
JBoss Tools SVN: r41735 - trunk/ws/docs/restful_reference/en-US.
by jbosstools-commits@lists.jboss.org
Author: irooskov(a)redhat.com
Date: 2012-06-06 00:36:22 -0400 (Wed, 06 Jun 2012)
New Revision: 41735
Modified:
trunk/ws/docs/restful_reference/en-US/Book_Info.xml
Log:
updated for brew
Modified: trunk/ws/docs/restful_reference/en-US/Book_Info.xml
===================================================================
--- trunk/ws/docs/restful_reference/en-US/Book_Info.xml 2012-06-06 04:35:35 UTC (rev 41734)
+++ trunk/ws/docs/restful_reference/en-US/Book_Info.xml 2012-06-06 04:36:22 UTC (rev 41735)
@@ -7,7 +7,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>5.0</productnumber>
<edition>5.0.0</edition>
- <pubsnumber>8</pubsnumber>
+ <pubsnumber>9</pubsnumber>
<abstract>
<para>The JBoss RESTful Web Services User Guide explains how to use RESTful Web Services to implement web services in Java.</para>
</abstract>
13 years, 10 months
JBoss Tools SVN: r41734 - in trunk/ws/docs/restful_reference/en-US: images and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: irooskov(a)redhat.com
Date: 2012-06-06 00:35:35 -0400 (Wed, 06 Jun 2012)
New Revision: 41734
Modified:
trunk/ws/docs/restful_reference/en-US/JBoss_RESTful_Web_Services_User_Guide.xml
trunk/ws/docs/restful_reference/en-US/images/image-jbt-generate_a_simple_web_service_03.png
trunk/ws/docs/restful_reference/en-US/proc-jbt-generate_a_sample_restful_web_service.xml
trunk/ws/docs/restful_reference/en-US/proc-jbt-test_web_service_prelim.xml
trunk/ws/docs/restful_reference/en-US/simple_web_service.xml
Log:
updated for JBDS-2004
Modified: trunk/ws/docs/restful_reference/en-US/JBoss_RESTful_Web_Services_User_Guide.xml
===================================================================
--- trunk/ws/docs/restful_reference/en-US/JBoss_RESTful_Web_Services_User_Guide.xml 2012-06-06 03:23:03 UTC (rev 41733)
+++ trunk/ws/docs/restful_reference/en-US/JBoss_RESTful_Web_Services_User_Guide.xml 2012-06-06 04:35:35 UTC (rev 41734)
@@ -11,7 +11,7 @@
<xi:include href="sample_web_service_wizards.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="working_with_RESTful_web_services.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
</xi:include>
-<xi:include href="resteasy_simple_project_example.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+<!--<xi:include href="resteasy_simple_project_example.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -->
<xi:include href="web_service_test_view.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="JAX-RS_Validation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
Modified: trunk/ws/docs/restful_reference/en-US/images/image-jbt-generate_a_simple_web_service_03.png
===================================================================
(Binary files differ)
Modified: trunk/ws/docs/restful_reference/en-US/proc-jbt-generate_a_sample_restful_web_service.xml
===================================================================
--- trunk/ws/docs/restful_reference/en-US/proc-jbt-generate_a_sample_restful_web_service.xml 2012-06-06 03:23:03 UTC (rev 41733)
+++ trunk/ws/docs/restful_reference/en-US/proc-jbt-generate_a_sample_restful_web_service.xml 2012-06-06 04:35:35 UTC (rev 41734)
@@ -7,7 +7,7 @@
<title>Generate a sample RESTful web service</title>
<important><title>Target runtime must have RESTEasy installed</title>
<para>
- The sample RESTful web service will not work unless it is deployed to a server with RESTEasy installed.
+ The sample RESTful web service will not work unless it is deployed to a server with RESTEasy installed, such as JBoss SOA-P.
</para>
</important>
<step>
@@ -71,7 +71,7 @@
</mediaobject>
</figure>
<para>
- Due to the nature in which JBoss Application Server 7 and JBoss Enterprise Application Server 5 handle JAX-RS support, the wizard can now be completed without the need for RESTEasy JARs in the project classpath or associated project runtime.
+ Due to the nature in which JBoss Application Server 7 and JBoss Enterprise Application Server 5 handle JAX-RS support, the wizard can now be completed without the need for RESTEasy JARs in the project classpath or associated project runtime. The JARs are necessary for JBoss SOA-P servers.
</para>
</step>
<step>
Modified: trunk/ws/docs/restful_reference/en-US/proc-jbt-test_web_service_prelim.xml
===================================================================
--- trunk/ws/docs/restful_reference/en-US/proc-jbt-test_web_service_prelim.xml 2012-06-06 03:23:03 UTC (rev 41733)
+++ trunk/ws/docs/restful_reference/en-US/proc-jbt-test_web_service_prelim.xml 2012-06-06 04:35:35 UTC (rev 41734)
@@ -33,19 +33,7 @@
</step>
<step>
<para>
- A web service has been deployed to the <filename>deploy</filename> directory of the chosen server profile as described in:
- <itemizedlist>
- <listitem>
- <para>
- <xref linkend="proc-jbt-export-war_export"/> for the <application>RestfulSample</application> project; or
- </para>
- </listitem>
- <listitem>
- <para>
- <xref linkend="proc-jbt-new_project_example"/> for the <application>RESTEasy</application> sample project.
- </para>
- </listitem>
- </itemizedlist>
+ A web service has been deployed to the <filename>deploy</filename> directory of the chosen server profile. <!-- as described in <xref linkend="proc-jbt-new_project_example"/> for the <application>RESTEasy</application> sample project. -->
</para>
</step>
<step>
Modified: trunk/ws/docs/restful_reference/en-US/simple_web_service.xml
===================================================================
--- trunk/ws/docs/restful_reference/en-US/simple_web_service.xml 2012-06-06 03:23:03 UTC (rev 41733)
+++ trunk/ws/docs/restful_reference/en-US/simple_web_service.xml 2012-06-06 04:35:35 UTC (rev 41734)
@@ -8,6 +8,9 @@
<para>
This chapter describes how to create a simple web service.
</para>
+ <para>
+ You must have a previously created <guilabel>Dynamic Web Project</guilabel> available in your workbench before create a simple web service. For information on how to create a <guilabel>Dynamic Web Project</guilabel> see the <emphasis>Getting Started Guide</emphasis> for this release.
+ </para>
<xi:include href="generation-simple_web_service_wizard.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- <xi:include href="deployment-simple_web_service_wizard.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -->
13 years, 10 months
JBoss Tools SVN: r41733 - trunk/seam/docs/reference/en-US.
by jbosstools-commits@lists.jboss.org
Author: irooskov(a)redhat.com
Date: 2012-06-05 23:23:03 -0400 (Tue, 05 Jun 2012)
New Revision: 41733
Modified:
trunk/seam/docs/reference/en-US/crud_application_walkthrough.xml
Log:
updated to fix an error
Modified: trunk/seam/docs/reference/en-US/crud_application_walkthrough.xml
===================================================================
--- trunk/seam/docs/reference/en-US/crud_application_walkthrough.xml 2012-06-06 03:19:23 UTC (rev 41732)
+++ trunk/seam/docs/reference/en-US/crud_application_walkthrough.xml 2012-06-06 03:23:03 UTC (rev 41733)
@@ -88,7 +88,7 @@
</para>
<para>
- Hover the mouse over <guibutton>Browse</guilabel> in the very top menu and select <guimenuitem>Employees List</guimenuitem> from the expanded list. Observe that data from the <emphasis> <property>employee</property> </emphasis> database is displayed.
+ Hover the mouse over <guibutton>Browse</guibutton> in the very top menu and select <guimenuitem>Employees List</guimenuitem> from the expanded list. Observe that data from the <emphasis> <property>employee</property> </emphasis> database is displayed.
</para>
<figure>
13 years, 10 months
JBoss Tools SVN: r41732 - in trunk/seam/docs/reference/en-US: images/crud_application_walkthrough and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: irooskov(a)redhat.com
Date: 2012-06-05 23:19:23 -0400 (Tue, 05 Jun 2012)
New Revision: 41732
Modified:
trunk/seam/docs/reference/en-US/Book_Info.xml
trunk/seam/docs/reference/en-US/crud_application_walkthrough.xml
trunk/seam/docs/reference/en-US/crud_database_application.xml
trunk/seam/docs/reference/en-US/images/crud_application_walkthrough/crud_application_walkthrough_4.png
trunk/seam/docs/reference/en-US/images/crud_application_walkthrough/crud_application_walkthrough_5.png
trunk/seam/docs/reference/en-US/images/crud_application_walkthrough/crud_application_walkthrough_6.png
trunk/seam/docs/reference/en-US/images/crud_application_walkthrough/crud_application_walkthrough_7.png
trunk/seam/docs/reference/en-US/images/crud_application_walkthrough/crud_application_walkthrough_8.png
trunk/seam/docs/reference/en-US/images/crud_database_application/crud_database_application_18.png
trunk/seam/docs/reference/en-US/seam_faq.xml
trunk/seam/docs/reference/en-US/testng.xml
Log:
updated with final QE review from JBDS-2022
Modified: trunk/seam/docs/reference/en-US/Book_Info.xml
===================================================================
--- trunk/seam/docs/reference/en-US/Book_Info.xml 2012-06-06 00:09:50 UTC (rev 41731)
+++ trunk/seam/docs/reference/en-US/Book_Info.xml 2012-06-06 03:19:23 UTC (rev 41732)
@@ -7,7 +7,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>5.0</productnumber>
<edition>5.0.0</edition>
- <pubsnumber>5</pubsnumber>
+ <pubsnumber>6</pubsnumber>
<abstract>
<para>The Seam Developer Tools Reference Guide explains how to use the Seam Developer Tools module to create Seam projects for deployment.</para>
</abstract>
Modified: trunk/seam/docs/reference/en-US/crud_application_walkthrough.xml
===================================================================
--- trunk/seam/docs/reference/en-US/crud_application_walkthrough.xml 2012-06-06 00:09:50 UTC (rev 41731)
+++ trunk/seam/docs/reference/en-US/crud_application_walkthrough.xml 2012-06-06 03:19:23 UTC (rev 41732)
@@ -79,7 +79,7 @@
</figure>
<para>
- After that you can use CRUD application with <property>"employee"</property> database.
+ After that you can use the CRUD application with the <emphasis>employee</emphasis> database.
</para>
<para>
@@ -88,11 +88,11 @@
</para>
<para>
- Click on the <emphasis> <property>Employees List</property> </emphasis> link and observe that data from <emphasis> <property>employee</property> </emphasis> database is displayed.
+ Hover the mouse over <guibutton>Browse</guilabel> in the very top menu and select <guimenuitem>Employees List</guimenuitem> from the expanded list. Observe that data from the <emphasis> <property>employee</property> </emphasis> database is displayed.
</para>
<figure>
- <title>Employees List Page</title>
+ <title>Displayed employee data</title>
<mediaobject>
<imageobject>
<imagedata
@@ -107,7 +107,7 @@
</para>
<para>
- Press <property>Select</property> opposite one of employees.
+ Click the <guibutton>View</guibutton> button in the <guilabel>Action</guilabel> column of one of the employees.
</para>
<figure>
@@ -126,7 +126,7 @@
</para>
<para>
- Enter <emphasis> <property>Login</property> </emphasis> and <emphasis> <property>Password</property> </emphasis> to login. (Use <emphasis>"crudapp-user"/"secret"</emphasis> for example)
+ Enter <emphasis> <property>Login</property> </emphasis> and <emphasis> <property>Password</property> </emphasis> to login (for example, admin as the login and leaving the password field blank).
</para>
<figure>
Modified: trunk/seam/docs/reference/en-US/crud_database_application.xml
===================================================================
--- trunk/seam/docs/reference/en-US/crud_database_application.xml 2012-06-06 00:09:50 UTC (rev 41731)
+++ trunk/seam/docs/reference/en-US/crud_database_application.xml 2012-06-06 03:19:23 UTC (rev 41732)
@@ -32,7 +32,11 @@
<listitem>
<para>
First, you should <ulink url="http://docs.jboss.org/tools/resources/"
- >download</ulink> a database and start it by running <emphasis> <property>./runDBServer.sh</property> </emphasis> or <emphasis> <property>runDBServer.bat</property> </emphasis> from the database directory.
+ >download</ulink> the <filename>employee-hsqlb</filename> database, extract the <filename>employee-hsqldb.zip</filename> and start it by running <emphasis>
+ <property>./runDBServer.sh</property>
+ </emphasis> or <emphasis>
+ <property>runDBServer.bat</property>
+ </emphasis> from the database directory.
</para>
</listitem>
@@ -159,7 +163,7 @@
<itemizedlist>
<listitem>
<para>
- You may notice the note on the previous figure. It prompts that you should specify the driver of the type you pointed. Set the location of the driver by switching to the next tab and press <emphasis> <property>Add JAR/Zip</property> </emphasis> button.
+ You may notice the note on the previous figure. It prompts that you should specify the driver of the type you pointed. Set the location of the driver by selecting <filename>hsqldb.jar</filename> from the list and clicking the <guibutton>Edit JAR/ZIP</guibutton> button.
</para>
</listitem>
</itemizedlist>
@@ -178,7 +182,7 @@
<itemizedlist>
<listitem>
<para>
- On the <property>Properties</property> tab set the <emphasis><property>Connection URL</property>,</emphasis> <emphasis> <property>Database Name</property> </emphasis> and <emphasis> <property>User ID</property> </emphasis> and click <emphasis> <property>OK</property>. </emphasis>
+ On the <guilabel>Properties</guilabel> tab set the <guilabel>Connection URL</guilabel> to <emphasis>jdbc:hsqldb:hsql://localhost:1701</emphasis>, <guilabel>Database Name</guilabel> to <emphasis>employee</emphasis> and <guilabel>User ID</guilabel> to <emphasis>sa</emphasis> and click <guibutton>OK</guibutton>.
</para>
</listitem>
</itemizedlist>
@@ -273,7 +277,7 @@
<itemizedlist>
<listitem>
<para>
- Have a look at the created projects. You can expand <property>WEB_CONTENT</property> folder and open <property>home.xhtml</property> or <property>login.xhtml</property> with <property>JBoss Visual Editor</property>.
+ You can expand the <property>WEB_CONTENT</property> folder of the application and open <property>home.xhtml</property> or <property>login.xhtml</property> with <property>JBoss Visual Editor</property>.
</para>
</listitem>
</itemizedlist>
@@ -292,7 +296,7 @@
<itemizedlist>
<listitem>
<para>
- Switch to <property>Database Development</property> perspective with <menuchoice><guimenuitem>Window</guimenuitem><guimenuitem>Open Perspective</guimenuitem><guimenuitem>Other...</guimenuitem></menuchoice> and connect to the <emphasis> <property>cruddb</property> </emphasis> database.
+ Connect to the <emphasis> <property>cruddb</property> </emphasis> database if not already connected to it.
</para>
</listitem>
</itemizedlist>
@@ -330,7 +334,7 @@
<itemizedlist>
<listitem>
<para>
- Switch back to the <property>Seam</property> perspective. From the toolbar select <menuchoice><guimenuitem>New</guimenuitem><guimenuitem>Seam Generate Entities</guimenuitem></menuchoice> to create a set of <property>CRUD</property> Seam components and web pages based on existing tables in the database. On the first page of <emphasis> <property>Generate Seam Entities</property> </emphasis> wizard keep everything by default and press <emphasis> <property>Next</property>. </emphasis>
+ Switch back to the <property>Seam</property> perspective. From the toolbar select <menuchoice><guimenuitem>New</guimenuitem><guimenuitem>Seam Generate Entities</guimenuitem></menuchoice> to create a set of <property>CRUD</property> Seam components and web pages based on existing tables in the database. On the first page of <emphasis> <property>Generate Seam Entities</property> </emphasis> wizard, select <guilabel>Reverse engineer from database</guilabel> click press <guibutton>Next</guibutton>.
</para>
</listitem>
</itemizedlist>
@@ -368,7 +372,7 @@
<itemizedlist>
<listitem>
<para>
- Now you can filter the tables. Use the <emphasis> <property>Include</property> </emphasis> button to include only necessary ones.
+ Now you can filter the tables. Use the <guibutton>Include</guibutton> button to include those that are necessary and click <guibutton>Finish</guibutton>.
</para>
</listitem>
</itemizedlist>
Modified: trunk/seam/docs/reference/en-US/images/crud_application_walkthrough/crud_application_walkthrough_4.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en-US/images/crud_application_walkthrough/crud_application_walkthrough_5.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en-US/images/crud_application_walkthrough/crud_application_walkthrough_6.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en-US/images/crud_application_walkthrough/crud_application_walkthrough_7.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en-US/images/crud_application_walkthrough/crud_application_walkthrough_8.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en-US/images/crud_database_application/crud_database_application_18.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en-US/seam_faq.xml
===================================================================
--- trunk/seam/docs/reference/en-US/seam_faq.xml 2012-06-06 00:09:50 UTC (rev 41731)
+++ trunk/seam/docs/reference/en-US/seam_faq.xml 2012-06-06 03:19:23 UTC (rev 41732)
@@ -54,16 +54,5 @@
<para>
You should right-click the project, select <menuchoice><guimenuitem>Properties</guimenuitem><guimenuitem>Java Build Path,</guimenuitem></menuchoice> then switch to the <emphasis> <property>Source tab</property>,</emphasis> select the output folder for <emphasis> <property>src/hot</property></emphasis> (<emphasis> <property>src/main</property>)</emphasis> and click <emphasis> <property>Edit</property></emphasis> to change their output location.
</para>
-
- <para>
- In conclusion, the main goal of this document is to get you know with a full feature set that <property>JBoss Tools</property> provides to support Seam development. Thus if you have some questions, comments or suggestions on the topic, please fell free to ask in the <ulink
- url="http://www.jboss.com/index.html?module=bb&op=viewforum&f=201">JBoss Tools Forum</ulink>. You can also influence on how you want to see JBoss Tools docs in future leaving your vote on the article <ulink
- url="http://wiki.jboss.org/wiki/JBossToolsDocsFuture"
- >Overview of the improvements required by JBossTools/JBDS Docs users</ulink>.
- </para>
-
- <para>
- A set of movies on Seam tooling is available on <ulink url="http://docs.jboss.org/tools/movies">Seam movies page</ulink>.
- </para>
</section>
</chapter>
Modified: trunk/seam/docs/reference/en-US/testng.xml
===================================================================
--- trunk/seam/docs/reference/en-US/testng.xml 2012-06-06 00:09:50 UTC (rev 41731)
+++ trunk/seam/docs/reference/en-US/testng.xml 2012-06-06 03:19:23 UTC (rev 41732)
@@ -10,12 +10,6 @@
<keyword>testNG</keyword>
</keywordset>
</chapterinfo>
- <title>Using TestNG project</title>
- <para>
- With the help this chapter you will get to know with TestNG.
- </para>
-
- <section>
<title>What is TestNG?</title>
<para>
<property>TestNG</property> ("Testing, the Next Generation") is a Java unit testing framework that aims to overcome many limitations of JUnit. TestNG introduces some new functionalities that make it more powerful and easier to use, such as:
@@ -82,14 +76,7 @@
</para>
</listitem>
</itemizedlist>
-
- <para>
- More information can be found on home page: <ulink url="http://testng.org"
- >www.testng.org</ulink>
- </para>
- </section>
-
- <section id="OtherRelevantResourcesOnTheTopic5">
+<!-- <section id="OtherRelevantResourcesOnTheTopic5">
<?dbhtml filename="OtherRelevantResourcesOnTheTopic5.html"?>
<title>Other relevant resources on the topic</title>
<para>
@@ -111,7 +98,7 @@
<para>
<ulink url="http://www-128.ibm.com/developerworks/java/library/j-cq08296/index.html">In pursuit of code quality: JUnit 4 vs. TestNG</ulink>
</para>
- </section>
+</section> -->
<section>
<title>How to use the generated Seam-test project to run Seam tests?</title>
13 years, 10 months
JBoss Tools SVN: r41731 - trunk/documentation/guides/JBDS_Release_Notes/en-US.
by jbosstools-commits@lists.jboss.org
Author: irooskov(a)redhat.com
Date: 2012-06-05 20:09:50 -0400 (Tue, 05 Jun 2012)
New Revision: 41731
Modified:
trunk/documentation/guides/JBDS_Release_Notes/en-US/Article_Info.xml
trunk/documentation/guides/JBDS_Release_Notes/en-US/Features.xml
Log:
updated with JAX-RS feature information
Modified: trunk/documentation/guides/JBDS_Release_Notes/en-US/Article_Info.xml
===================================================================
--- trunk/documentation/guides/JBDS_Release_Notes/en-US/Article_Info.xml 2012-06-05 21:48:14 UTC (rev 41730)
+++ trunk/documentation/guides/JBDS_Release_Notes/en-US/Article_Info.xml 2012-06-06 00:09:50 UTC (rev 41731)
@@ -8,7 +8,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>5.0</productnumber>
<edition>5.0.0</edition>
- <pubsnumber>5</pubsnumber>
+ <pubsnumber>6</pubsnumber>
<abstract>
<para>
These release notes contain important information related to the JBoss Developer Studio. New features, known issues, resources, and other current issues are addressed here.
Modified: trunk/documentation/guides/JBDS_Release_Notes/en-US/Features.xml
===================================================================
--- trunk/documentation/guides/JBDS_Release_Notes/en-US/Features.xml 2012-06-05 21:48:14 UTC (rev 41730)
+++ trunk/documentation/guides/JBDS_Release_Notes/en-US/Features.xml 2012-06-06 00:09:50 UTC (rev 41731)
@@ -43,36 +43,36 @@
</para>
</formalpara>
<formalpara>
- <title>Forge</title>
+ <title>OpenShift</title>
<para>
- <itemizedlist>
+ <itemizedlist>
<listitem>
<para>
- Forge allows you to use the command line to create and manage projects, from within JBoss Developer Studio.
+ New tooling is now available that allows you to interact with Red Hat's cloud offering as if it were a local server.
</para>
</listitem>
</itemizedlist>
</para>
</formalpara>
<formalpara>
- <title>Hibernate</title>
+ <title>Forge</title>
<para>
<itemizedlist>
<listitem>
<para>
- Tooling for Hibernate 4 is now available within JBoss Developer Studio.
+ Forge allows you to use the command line to create and manage projects, from within JBoss Developer Studio.
</para>
</listitem>
</itemizedlist>
</para>
</formalpara>
<formalpara>
- <title>OpenShift</title>
+ <title>Hibernate</title>
<para>
- <itemizedlist>
+ <itemizedlist>
<listitem>
<para>
- New tooling is now available that allows you to interact with Red Hat's cloud offering as if it were a local server.
+ Tooling for Hibernate 4 is now available within JBoss Developer Studio.
</para>
</listitem>
</itemizedlist>
@@ -150,4 +150,16 @@
</itemizedlist>
</para>
</formalpara>
+ <formalpara>
+ <title>JAX-RS</title>
+ <para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ JAX-RS tooling has been updated to allow for visualiation of your REST Endpoints in the Project Explorer, and support for Content Assist and Validation. It also operates with the Web Service Tester for execution of requests in both Run and Debug mode.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </para>
+ </formalpara>
</section>
13 years, 10 months