Nick Boldt [https://community.jboss.org/people/nickboldt] modified the blog 
post:

"JBoss Tools and Developer Studio Candidate Release"

To view the blog post, visit: 
https://community.jboss.org/community/tools/blog/2012/06/12/jboss-tools-and-developer-studio-candidate-release

--------------------------------------------------------------
The release candidate of JBoss Tools and Developer Studio is now available - 
mainly with bugfixes but also a few nice improvements for AS 7, OpenShift and 
Maven integration.
 
https://community.jboss.org/servlet/JiveServlet/showImage/38-4854-18193/jbosstolsdevstudio.png
  
https://community.jboss.org/servlet/JiveServlet/downloadImage/38-4854-18193/jbosstolsdevstudio.png
 
h4. CR1
Developer Studio: [ http://devstudio.jboss.com/earlyaccess Download] | Tools: [ 
http://www.jboss.org/tools/download/dev Download] [ 
http://download.jboss.org/jbosstools/updates/development/indigo/ Update Site] | 
[ http://docs.jboss.org/tools/whatsnew What's New] [ 
http://www.jboss.com/index.html?module=bb&op=viewforum&f=201 Forums] [ 
http://jira.jboss.com/jira/browse/JBIDE JIRA] [ http://twitter.com/jbosstools 
Twitter]

JBoss Tools is a set of plugins for Eclipse that complements, enhances and goes 
beyond the support that exists for JBoss and related technologies in the 
default Eclipse distribution.

JBoss Developer Studio is a fully bundled Eclipse distribution which not only 
includes majority of JBoss Tools but also all its needed dependencies and 3rd 
party plugins allowing for an easy one-click and no-fuss installation.

If you are into doing your own bleeding edge eclipse plugin assembly, JBoss 
tools is for you; if you are more into having something that "Just Works" then 
JBoss Developer Studio is the way to go.

h2. Installation

+JBoss Developer Studio+ comes with everything pre-bundled in its installer. 
Simply  http://devstudio.jboss.com/earlyaccess download it and run it like this:

java -jar jbdevstudio-<installername>.jar


*Note:* if you are on Windows or Mac OSX 64-bit we recommend you ensure to 
select the 32-bit option in the multi-platform installer to get Visual Page 
editor working and use much less memory.


+JBoss Tools+ requires a bit more:

This release requires at least Eclipse 3.7.2 but we recommend using the  
http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr2
 Eclipse 3.7.2 JEE Bundle since then you get most of the dependencies 
preinstalled.

Once you have installed Eclipse, you either find us on 
http://marketplace.eclipse.org/content/jboss-tools-indigo  Eclipse Marketplace 
under "JBoss Tools (Indigo)" or use our update site directly.

The update site URL to use from Help > Install New Software... is:
 http://download.jboss.org/jbosstools/updates/development/indigo/ 
http://download.jboss.org/jbosstools/updates/development/indigo/

Note: SOA tooling for BPEL, Drools, Guvnor, jBPM, ESB, Modeshape, pi4soa, 
Savara, SwitchYard & Teiid are no longer included in the JBoss Tools release. 
They will be available separately.

h2. JBoss AS 7
The server adapter for JBoss AS 7 had a series improvements done in its 
handling of remote management and JMX connections. One thing that is relevant 
is that because of AS 7.1  
https://community.jboss.org/community/tools/blog/2012/02/29/excited-about-jboss-as-71-part-ii-developer-friendly-security
 Secure by default approach when you launch remotely the management services 
are not autoatmically exposed. We keep that secure-by-default in the tools, but 
now also provides a simple checkbox to allow you to expose the management 
service when we launch it to actually remotely manage the server. 

 https://issues.jboss.org/secure/attachment/12354382/JBIDE-11921.png  
https://issues.jboss.org/secure/attachment/12354382/JBIDE-11921.png 

Of course just exposing the port does not make it fully available before you 
have added a user to the server. You can read about how to do that in  
https://community.jboss.org/community/tools/blog/2012/02/29/excited-about-jboss-as-71-part-ii-developer-friendly-security
 this blog.

And finally the server adapter now works with IPv6, allows deploying outside of 
the deployments folder and it does not choke on a space in the server part - 
Hurray! 

h2. OpenShift, now faster and more patient
One of the most common bug report we got in the Beta's (thank you for the 
feedback!) was that when creating OpenShift applications our wizard would time 
out and you would have to manually import the project again. We now have 
extended the timeout period to three minutes to accomodate for overloads, 
network latency etc. but also given you the option to wait some more for the 
OpenShift provisioning to be fully done.

A new feature of the application creation wizard is also to be able to set the 
size of the Gear your application will run on and to enable scaling for your 
applications.
 http://docs.jboss.org/tools/whatsnew/openshift/images/gears-and-scaling.png  
http://docs.jboss.org/tools/whatsnew/openshift/images/gears-and-scaling.png 
Mind you that the list of possible gears depends on your users permissions.

Various actions like Tail Files, Environment variables and Port Forwarding 
which previously were only available in OpenShift Explorer is now also 
available from the OpenShift server adapter.

 
http://docs.jboss.org/tools/whatsnew/openshift/images/server-adapter-actions.png
  
http://docs.jboss.org/tools/whatsnew/openshift/images/server-adapter-actions.png
 

And for those users with large set of applications or slow networks we've made 
the loading of OpenShift metadata more incremental giving you faster 
feedback,especially on networks far away from the OpenShift servers.

h2. Maven and Endorsed Libraries
If you have ever had to fight with using JavaEE 6 Webservices on Java 6 with 
Maven and Eclipse at the same time you know what a pain having to use that 
combination can be because JavaEE 6 Webservices are actually using libraries 
that are not available before Java 7. Meaning you have to configure and setup 
endorsed libraries in Eclipse, which actually does not have such a feature 
exposed on projects, but only at the JVM level setup. Thus its "easy" for 
running applications but not when compiling.

In Maven there are various tricks to solve this and none of them are 
obeyed/understood by m2eclipse - but not anymore.

 http://docs.jboss.org/tools/whatsnew/images/endorsed_libs.png  
http://docs.jboss.org/tools/whatsnew/images/endorsed_libs.png 

We've added a Maven configurator which will look for the common tricks to set 
and configure endorsed libraries and when they are found inject an "Endorsed 
Library" classpath container with the approprate classpath entries.

Allowing you to not have to worry about this anymore when using Maven + 
Eclipse. Fred writes more in detail about how this works in  
http://docs.jboss.org/tools/whatsnew/maven/maven-news-3.3.0.CR1.html What's New

h2. Pixel Density
And an example of where the little details matters comes that BrowserSim now 
has controls for pixel density allowing you to get a better and closer 
representative layout of your mobile applications.

 http://docs.jboss.org/tools/whatsnew/vpe/images/3.3.0.CR1/pixel-ratio.png  
http://docs.jboss.org/tools/whatsnew/vpe/images/3.3.0.CR1/pixel-ratio.png 


h2. ...and more

As usual screenshots and more explanation of what is new are available from the 
 http://docs.jboss.org/tools/whatsnew What's New site!

Let us know what you think and remember that  
http://www.jboss.org/events/JUDCon/2012/boston/agenda/day1track1 Xavier and  
http://www.jboss.org/events/JUDCon/2012/boston/agenda/day2track1 I will be 
showing a lot of these features at JUDCon and  http://www.redhat.com/summit/ 
Red Hat Summit w/JBoss World end of this month with a GA release. See you there 
?

Have fun,
Max
--------------------------------------------------------------

Comment by going to Community
[https://community.jboss.org/community/tools/blog/2012/06/12/jboss-tools-and-developer-studio-candidate-release]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to