<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://weblogic.sys-con.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Tips and Tricks</title>
 <link>http://weblogic.sys-con.com/</link>
 <description>Latest articles from Tips and Tricks</description>
 <language>en</language>
 <copyright>Copyright 2008 </copyright>
 <generator></generator>
 <lastBuildDate>Mon, 17 Nov 2008 23:13:40 EST</lastBuildDate>
 <docs>http://backend.userland.com/rss</docs>
 <ttl>10</ttl>
<item>
 <title>WebLogic Journal: If a Resource Thread Hangs in the Portal</title>
 <link>http://weblogic.sys-con.com/node/185309</link>
 <description>This article describes a workaround design that allows a Portal to survive if its resource starts hanging request threads. How frequently does your Portal experience user requests hanging in the resource? Not frequently, I hope. However, if this happens and the resource continues hanging user requests, the Portal is exposed to a fatal risk of spending all of the configured concurrent user requests and eventually dies.&lt;p&gt;&lt;a href=&quot;http://weblogic.sys-con.com/node/185309&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 23 Feb 2006 20:00:00 EST</pubDate>
 <guid isPermaLink="true">http://weblogic.sys-con.com/node/185309</guid>
</item>
<item>
 <title>Approaches to Performance Testing</title>
 <link>http://weblogic.sys-con.com/node/185298</link>
 <description>Performance testing a J2EE application can be a daunting and seemingly confusing task if you don&#039;t approach it with the proper plan in place. As with any software development process, you must gather requirements, understand the business needs, and lay out a formal schedule well in advance of the actual testing.&lt;p&gt;&lt;a href=&quot;http://weblogic.sys-con.com/node/185298&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 18 Feb 2006 13:45:00 EST</pubDate>
 <guid isPermaLink="true">http://weblogic.sys-con.com/node/185298</guid>
</item>
<item>
 <title>Custom Debugging with WebLogic JMX</title>
 <link>http://weblogic.sys-con.com/node/138275</link>
 <description>Maintaining complicated legacy applications is a challenge, which is often made worse by lack of documentation, nonintuitive design, and coding practices. Unfortunately almost all software developers will find themselves with such an assignment at some point in their careers.&lt;p&gt;&lt;a href=&quot;http://weblogic.sys-con.com/node/138275&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 26 Oct 2005 19:15:00 EDT</pubDate>
 <guid isPermaLink="true">http://weblogic.sys-con.com/node/138275</guid>
</item>
<item>
 <title>Handling System Core Files</title>
 <link>http://weblogic.sys-con.com/node/44022</link>
 <description>This article will provide some useful tips for debugging your BEA WebLogic Server applications when a system core file occurs. It describes debugging tips, problem troubleshooting, and tools available to assist you in this process.&lt;p&gt;&lt;a href=&quot;http://weblogic.sys-con.com/node/44022&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 10 Mar 2004 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://weblogic.sys-con.com/node/44022</guid>
</item>
<item>
 <title>CruiseControl: The Complete Continuous Integration</title>
 <link>http://weblogic.sys-con.com/node/42818</link>
 <description>A continuous integration process involves automatic building and testing with tools like Ant and JUnit. These tools need a tool that will manage and control the build process - this is where Cruise Control comes in.&lt;p&gt;&lt;a href=&quot;http://weblogic.sys-con.com/node/42818&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 17 Dec 2002 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://weblogic.sys-con.com/node/42818</guid>
</item>
<item>
 <title>WebLogic on theMainframe</title>
 <link>http://weblogic.sys-con.com/node/42931</link>
 <description>In helping our customers deploy J2EE applications on the mainframe  we&#039;ve learned a number of tips and tricks. We&#039;ve included  configuration settings, tuning suggestions, and descriptions of  existing production applications in this article. Although each  environment is different, these tips and tricks should jump-start  anyone considering a mainframe WebLogic deployment.&lt;p&gt;&lt;a href=&quot;http://weblogic.sys-con.com/node/42931&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 23 Aug 2002 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://weblogic.sys-con.com/node/42931</guid>
</item>
<item>
 <title>The Benefits of SQLj</title>
 <link>http://weblogic.sys-con.com/node/42711</link>
 <description>This month I&#039;m going to look at some of the things I found in those days when I studied the use of SQLJ with WebLogic 6.1.&lt;p&gt;&lt;a href=&quot;http://weblogic.sys-con.com/node/42711&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 17 Apr 2002 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://weblogic.sys-con.com/node/42711</guid>
</item>
<item>
 <title>RMI Interoperability - In a clasloader of its own</title>
 <link>http://weblogic.sys-con.com/node/42709</link>
 <description>If you&#039;ve had the pleasure of working with BEA WebLogic Server for several years, you may know that RMI/T3 calls between different releases of the server used to be disallowed ­ to be buzzword -compliant, the releases were not &#039;wire compatible.&#039; For example, you couldn&#039;t call an EJB deployed on WebLogic Server 4.5.1 from a WebLogic Server 5.1 application. This often meant that groups of applications had to be migrated together to new versions of WebLogic Server.&lt;p&gt;&lt;a href=&quot;http://weblogic.sys-con.com/node/42709&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 26 Mar 2002 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://weblogic.sys-con.com/node/42709</guid>
</item>
<item>
 <title>Shared Sessions Using EJBs</title>
 <link>http://weblogic.sys-con.com/node/42677</link>
 <description>We have a J2EE application where clients with the same userid need to share the session data that is maintained on the server side. In addition, clients aren&#039;t just Web clients, but applets and applications as well. How should we implement that? This is a typical problem when writing J2EE applications, since the J2EE APIs don&#039;t provide an out-of-the-box solution for this.&lt;p&gt;&lt;a href=&quot;http://weblogic.sys-con.com/node/42677&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 06 Feb 2002 00:00:00 EST</pubDate>
 <guid isPermaLink="true">http://weblogic.sys-con.com/node/42677</guid>
</item>
</channel>
</rss>
