<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0">

<channel>
<title>WebSphere-World</title>
<link>http://www.websphere-world.com</link>
<description></description>
<language></language>

<item>
<title>Web Services and EJB support in WAS8 Liberty Profile</title>
<description>You can try out &lt;a href=&quot;https://www.ibm.com/developerworks/mydeveloperworks/blogs/wasdev/entry/announce_alpha_was_wlp_85next?lang=en&quot; target=&quot;_self&quot;&gt;JAX-WS and EJB support now in WAS 8.5 Liberty Profile (in Alpha)&lt;/a&gt; now on wasdev. &amp;nbsp;WAS 8.5 Liberty Profile is a special lightweight version of WAS for developers. &amp;nbsp;Fast cycle time and file-based config.</description>
<link>http://www.websphere-world.com/modules.php?name=News&amp;file=article&amp;sid=2107</link>
<pubDate>Wed, 14 Nov 2012 06:05:04 EST</pubDate>
</item>

<item>
<title>Free training on IBM Worklight - Mobile Development</title>
<description>Mobile foundation platform is the hotest topic around IBM. &amp;nbsp;You can pick up &lt;a href=&quot;http://www.ibm.com/developerworks/downloads/ws/worklight/index.html&quot; target=&quot;_self&quot;&gt;Worklight Developer Edition&lt;/a&gt; for free here and follow this &lt;a href=&quot;https://www.ibm.com/developerworks/mydeveloperworks/blogs/worklight/entry/new_worklight_training_now_available7?lang=en&quot; target=&quot;_self&quot;&gt;training&lt;/a&gt; to get the essential skills. &amp;nbsp;It's a 2-day course that goes into a fair amount of depth (such as authentication, push notification, globalization and offline encrypted storage.) &amp;nbsp;Very handy.</description>
<link>http://www.websphere-world.com/modules.php?name=News&amp;file=article&amp;sid=2106</link>
<pubDate>Mon, 17 Sep 2012 20:23:36 EST</pubDate>
</item>

<item>
<title>MQSeries.net is now available on Linkedin</title>
<description>&lt;span class=&quot;postbody&quot;&gt;for those of you who are on Linkedin , this may be worth a consideration to join &lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.linkedin.com/groups?mostPopular=&amp;gid=3872813&quot; target=&quot;_blank&quot;&gt;http://www.linkedin.com/groups?mostPopular=&amp;amp;gid=3872813&lt;/a&gt;&lt;/span&gt;</description>
<link>http://www.websphere-world.com/modules.php?name=News&amp;file=article&amp;sid=2105</link>
<pubDate>Sun, 10 Jun 2012 09:42:21 EST</pubDate>
</item>

<item>
<title>New: MQ Visual Edit v1.5.5</title>
<description>Capitalware Inc. would like to announce the official release of MQ Visual Edit v1.5.5.&amp;nbsp; This is a FREE upgrade for ALL licensed users of MQ Visual Edit.</description>
<link>http://www.websphere-world.com/modules.php?name=News&amp;file=article&amp;sid=2104</link>
<pubDate>Sun, 10 Jun 2012 09:41:20 EST</pubDate>
</item>

<item>
<title>Inbound and Outbound SSL communications</title>
<description>This article is an overview of the general concepts of inbound and outbound SSL configurations for WebSphere Application Server. It applies to the recommended approach by IBM to use IHS for inbound SSL and to configure the appropriate scopes key and trust stores.&lt;br /&gt;Read it through, it reads great, but there is a more to it than meets the eye. After reading the &lt;strong&gt;Inbound communications &lt;/strong&gt;and &lt;strong&gt;Outbound communications &lt;/strong&gt;please read through my comments after to get an idea of the type of level my training material covers.&lt;br /&gt;&lt;strong&gt;&lt;em&gt;BEGIN: Excerpt from IBM Information Centre&lt;/em&gt;&lt;/strong&gt;&lt;strong&gt;&lt;em&gt;&lt;br /&gt;&lt;br /&gt;&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;Inbound communications&lt;/strong&gt;&lt;strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;Most Web applications transmit sensitive data, for example, a user name and password during login or personal data during the interaction with the application. To make this data safe during transfer, we use SSL. In the WebSphere environment, we recommend that you access application&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;servers through a Web server, for example, IBM HTTP Server (IHS). If client certificate authentication is not required, perform the following steps to configure SSL communication:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1.&amp;nbsp; Configure the Web server for SSL&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1.&amp;nbsp; Create the key database file and certificates required for the Web server to participate in an SSL connection. The certificate must be signed by a well known CA.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2.&amp;nbsp; Enable the directives in the Web server configuration for SSL, pointing to the new key database. This step allows SSL connections to be established between Web browsers and the Web server.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2.&amp;nbsp; Configure the HTTP Plug-in for SSL&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1.&amp;nbsp; Add the Web server definition to WebSphere (which is usually done as a part of the HTTP plug-in configuration process).When a Web server definition is created, it is associated with a keystore that contains all of the signers for the cell and the chained certificate for the Web server node.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2.&amp;nbsp; Copy the Web server keystore and stash files for the plug-in to the Web server plug-in location.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If client certificate authentication is required, configuration is more complex. In addition to the previous steps, you have to configure the Web server to require client certificates and configure mutual trust between the plug-in and the application server.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Outbound communications&lt;/strong&gt;&lt;strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;Applications might need to communicate with external services. These external services usually require encryption and often certificate authentication also. We recommend that you create separate SSL configurations for each external service to provide flexibility and isolation. Depending on your requirements, the number of external services, and the topology, you can select a specific SSL configuration selection method.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The following steps describe how to prepare SSL configuration for external&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;service:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1.&amp;nbsp; Create a keystore at the appropriate scope. Choose a scope that will allow access to the keystore for all servers that have to connect to the external service.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2.&amp;nbsp; Obtain the certificate from the external service server.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3.&amp;nbsp; Import the certificate into the keystore as a signer certificate.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;4.&amp;nbsp; If client certificate authentication is required:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1.&amp;nbsp; If the service provider provides you with a client certificate, import it as a personal certificate into the keystore.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2.&amp;nbsp; Otherwise:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1.&amp;nbsp; Generate a new self-signed personal certificate or chained certificate.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2.&amp;nbsp; Extract the public part of the certificate or root signer certificate.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3.&amp;nbsp; Send the extracted certificate to the service provider where it must be&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;added as a trusted certificate to allow a connection to be established.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1.&amp;nbsp; Create a new SSL configuration at the same scope. Select the new keystore as both the keystore and the truststore.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2.&amp;nbsp; Ensure that the SSL configuration will be used.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;em&gt;END: Excerpt from IBM Information Centre&lt;/em&gt;&lt;em&gt;&lt;br /&gt;&lt;br /&gt;&lt;/em&gt;&lt;br /&gt;&lt;strong&gt;How to implement the above.&lt;/strong&gt;&lt;strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;Nice description above, but how do we do all this?&lt;strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;&amp;middot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; What about the scenario when you do not want IBM HTTP Server for inbound SSL and you want to access WAS directly via SSL? &lt;br /&gt;&amp;middot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Maybe you want WAS to communicate to a service hosted in another technology and you need WAS to be the client? &lt;br /&gt;&amp;middot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Maybe you do not want WAS to present the default self &amp;ndash;signed certificate in this type of conversation. Instead present singed certs from one of your companies root certificates?&lt;br /&gt;IHS (IBM HTTP Server) SSL configuration is covered in my SSL module part 1.&lt;br /&gt;&lt;em&gt;You can purchase this module from&amp;nbsp;&lt;a title=&quot;http://www.themiddlewareshop.com&quot; href=&quot;http://www.themiddlewareshop.com/&quot; target=&quot;_blank&quot;&gt;www.themiddlewareshop.com&lt;/a&gt;&lt;/em&gt;&lt;em&gt;&lt;br /&gt;&lt;/em&gt;&lt;em&gt;&lt;br /&gt;&lt;/em&gt;My SSL module Part2 discusses the correct configuration to allow a client service to connect to WebSphere Application Server directly using SSL and vice versa.&lt;br /&gt;&lt;em&gt;You can purchase this module from &lt;a title=&quot;http://www.themiddlewareshop.com&quot; href=&quot;http://www.themiddlewareshop.com/&quot; target=&quot;_blank&quot;&gt;www.themiddlewareshop.com&lt;/a&gt;&lt;/em&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;</description>
<link>http://www.websphere-world.com/modules.php?name=News&amp;file=article&amp;sid=2103</link>
<pubDate>Sun, 10 Jun 2012 09:40:01 EST</pubDate>
</item>

<item>
<title>IBM WebSphere Application Server V8.5 Beta (including the Liberty profile)</title>
<description>&lt;a href=&quot;https://www14.software.ibm.com/iwm/web/cc/earlyprograms/websphere/wasv8na/&quot;&gt;https://www14.software.ibm.com/iwm/web/cc/earlyprograms/websphere/wasv8na/&lt;/a&gt;</description>
<link>http://www.websphere-world.com/modules.php?name=News&amp;file=article&amp;sid=2102</link>
<pubDate>Sun, 10 Jun 2012 09:39:33 EST</pubDate>
</item>

<item>
<title>WebSphere / DataPower SSL interoperability</title>
<description>&lt;div&gt;Use case: &amp;nbsp;DataPower XI52 Web Services Proxy acting as web services provider endpoint (https)&lt;/div&gt;&lt;div&gt;web services client was running on WebSphere AppServer 7.0&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;We kept getting&amp;nbsp;&lt;span&gt;javax.net.ssl.SSLKeyException after we switched to use SSL on DataPower. &amp;nbsp;It turns out that the IBM JDK does not like SSL that uses large key size 4096-bits on the DataPower side. &amp;nbsp;See this &lt;a href=&quot;https://forums.oracle.com/forums/thread.jspa?threadID=2189334&quot; target=&quot;_self&quot;&gt;link&lt;/a&gt; for some more details.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span&gt;The solution is to use the unrestricted JCE policy files (downloaded from &lt;a href=&quot;http://www.ibm.com/developerworks/java/jdk/security/index.html&quot; target=&quot;_self&quot;&gt;here&lt;/a&gt;.) &amp;nbsp;Or go back to 1024-bits.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;This one took me a couple of days to figure out. &amp;nbsp;So, I figured you may find it useful too.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;</description>
<link>http://www.websphere-world.com/modules.php?name=News&amp;file=article&amp;sid=2101</link>
<pubDate>Sun, 3 Jun 2012 10:44:07 EST</pubDate>
</item>

<item>
<title>Tracking CPU consumption programmatically in zWAS</title>
<description>This API is very handy if you need to figure out which part of your code is consuming MIPS on zWAS. &amp;nbsp;WebSphere on zOS has &lt;a href=&quot;http://www-03.ibm.com/support/techdocs/atsmastr.nsf/5cb5ed706d254a8186256c71006d2e0a/8c027cb74803879a8625703f00492f84/$FILE/CpuTimeUsed%20method.pdf&quot; target=&quot;_self&quot;&gt;special API&lt;/a&gt;&amp;nbsp;[pdf] to retrieve that information. &amp;nbsp;</description>
<link>http://www.websphere-world.com/modules.php?name=News&amp;file=article&amp;sid=2100</link>
<pubDate>Thu, 10 May 2012 09:40:09 EST</pubDate>
</item>

<item>
<title>WebSphere Insights digital magazine</title>
<description>A new digital magazine known as &lt;a href=&quot;http://www.websphereinsights.com&quot; target=&quot;_self&quot;&gt;WebSphere Insights&lt;/a&gt; is now available (free). &amp;nbsp;</description>
<link>http://www.websphere-world.com/modules.php?name=News&amp;file=article&amp;sid=2099</link>
<pubDate>Tue, 8 May 2012 13:39:37 EST</pubDate>
</item>

<item>
<title>IMPACT highlights</title>
<description>Just returned from IMPACT this year. &amp;nbsp;About 9000 people attended this year. &amp;nbsp;A ton of new announcements around the WebSphere platform; especially capabilities to support mobile. &amp;nbsp;A couple of highlights for you:&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;ol&gt;&lt;li&gt;&lt;a href=&quot;http://www-01.ibm.com/common/ssi/cgi-bin/ssialias?infotype=an&amp;subtype=ca&amp;appname=gpateam&amp;supplier=897&amp;letternum=ENUS212-109&quot; target=&quot;_self&quot;&gt;WAS 8.5&lt;/a&gt; - This is not a small 0.5 release by any measure. &amp;nbsp;All of the HA features in WebSphere Virtual Enterprise (e.g. on-demand router, application versioning support, dynamic clusters) are now folded into WAS ND 8.5; as well as the WebSphere Batch framework (Compute Grid.) &amp;nbsp;A lot of new HA features for administrators and the new Liberty Profile for Developers (lightweight, fast starting J2EE container).&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www-01.ibm.com/software/mobile-solutions/&quot; target=&quot;_self&quot;&gt;IBM Mobile Foundation&lt;/a&gt; - includes Worklight for mobile development and Mobile Endpoint Management&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www-01.ibm.com/support/docview.wss?uid=swg21590559&quot; target=&quot;_self&quot;&gt;BPM 8.0&lt;/a&gt; - new Web 2.0 style UIs, iPhone and iPad support,&amp;nbsp;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www-01.ibm.com/common/ssi/rep_ca/4/897/ENUS112-064/ENUS112-064.PDF&quot; target=&quot;_self&quot;&gt;DataPower Firmware 5&lt;/a&gt; - OAuth Support, use of AO in XG45, extended memory access 96 Gb on XI52&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www-01.ibm.com/common/ssi/cgi-bin/ssialias?infotype=an&amp;subtype=ca&amp;appname=gpateam&amp;supplier=897&amp;letternum=ENUS212-174&quot; target=&quot;_self&quot;&gt;CastIron Live Web API Management&lt;/a&gt; - Developer Portal, Integration on the cloud, metering, etc&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;My own session (&amp;quot;&lt;a href=&quot;download/IMPACT1744%20-%20Top%2010%20SOA%20Best%20Practices%20to%20Support%20Innovations%20in%20Mobile%20and%20Analytics.pdf&quot; target=&quot;_self&quot;&gt;Top 10 SOA Best Practices to support innovations in mobile and analytics&lt;/a&gt;&amp;quot;) went well. &amp;nbsp;You can download my slides here too.&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;More on WAS 8.5 a little later.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Cheers. &amp;nbsp;Billy.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;</description>
<link>http://www.websphere-world.com/modules.php?name=News&amp;file=article&amp;sid=2098</link>
<pubDate>Tue, 8 May 2012 10:16:00 EST</pubDate>
</item>

</channel>
</rss>