﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-BeanSoft's Java Blog-随笔分类-Weblogic</title><link>http://www.blogjava.net/beansoft/category/17929.html</link><description>MyEclipse, Java EE 5, JSPWiki, Spring, Struts, Hibernate, JPA, SWT, Swing, AJAX, JavaScript, Netbeans</description><language>zh-cn</language><lastBuildDate>Mon, 29 Oct 2007 07:27:24 GMT</lastBuildDate><pubDate>Mon, 29 Oct 2007 07:27:24 GMT</pubDate><ttl>60</ttl><item><title>Weblogic Default Transaction Level</title><link>http://www.blogjava.net/beansoft/archive/2007/03/08/102654.html</link><dc:creator>BeanSoft</dc:creator><author>BeanSoft</author><pubDate>Thu, 08 Mar 2007 10:25:00 GMT</pubDate><guid>http://www.blogjava.net/beansoft/archive/2007/03/08/102654.html</guid><wfw:comment>http://www.blogjava.net/beansoft/comments/102654.html</wfw:comment><comments>http://www.blogjava.net/beansoft/archive/2007/03/08/102654.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/beansoft/comments/commentRss/102654.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/beansoft/services/trackbacks/102654.html</trackback:ping><description><![CDATA[<p></p> <p>Per weblogic certification book, the default transaction level is:  <p>Session Bean: Supports<br>Entity Bean: Required <p>Google so much but found none.</p><img src ="http://www.blogjava.net/beansoft/aggbug/102654.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/beansoft/" target="_blank">BeanSoft</a> 2007-03-08 18:25 <a href="http://www.blogjava.net/beansoft/archive/2007/03/08/102654.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Weblogic 9.2 部署 8.1 下运行的 EAR 出错的部分解决方法</title><link>http://www.blogjava.net/beansoft/archive/2007/02/02/97610.html</link><dc:creator>BeanSoft</dc:creator><author>BeanSoft</author><pubDate>Fri, 02 Feb 2007 10:41:00 GMT</pubDate><guid>http://www.blogjava.net/beansoft/archive/2007/02/02/97610.html</guid><wfw:comment>http://www.blogjava.net/beansoft/comments/97610.html</wfw:comment><comments>http://www.blogjava.net/beansoft/archive/2007/02/02/97610.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.blogjava.net/beansoft/comments/commentRss/97610.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/beansoft/services/trackbacks/97610.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: &nbsp;&nbsp;<a href='http://www.blogjava.net/beansoft/archive/2007/02/02/97610.html'>阅读全文</a><img src ="http://www.blogjava.net/beansoft/aggbug/97610.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/beansoft/" target="_blank">BeanSoft</a> 2007-02-02 18:41 <a href="http://www.blogjava.net/beansoft/archive/2007/02/02/97610.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Weblogic JMS 集群? 我快要疯了...</title><link>http://www.blogjava.net/beansoft/archive/2006/12/12/87332.html</link><dc:creator>BeanSoft</dc:creator><author>BeanSoft</author><pubDate>Tue, 12 Dec 2006 11:42:00 GMT</pubDate><guid>http://www.blogjava.net/beansoft/archive/2006/12/12/87332.html</guid><wfw:comment>http://www.blogjava.net/beansoft/comments/87332.html</wfw:comment><comments>http://www.blogjava.net/beansoft/archive/2006/12/12/87332.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/beansoft/comments/commentRss/87332.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/beansoft/services/trackbacks/87332.html</trackback:ping><description><![CDATA[<p>不知道怎么的公司的UAT测试服务器老是deploy不成功JMS Topic, 而我的工作就是要研究 Weblogic 的 JMS 集群到底有否效果, 因为服务器都要被搞死了...</p> <p>参考: <a title="http://dev2dev.bea.com.cn/techdoc/200508633.html" href="http://dev2dev.bea.com.cn/techdoc/200508633.html">http://dev2dev.bea.com.cn/techdoc/200508633.html</a></p> <p>出于无奈, 我只好在自己的电脑上单机配置了一个 Distributed Topic , 它的 JNDI 是 testtopic, 然后让它指向配置在同一台电脑上的两个 JMS Server 下的两个 Topic: testtopic1 和 testtopic2, 然后我写了一个 MDB, 改了 JNDI 地址让它们分别处理来自 testtopic1 和 testtopic2 的消息, 客户端通过连接 testtopic 这个地址发消息... 结果可想而知, 竟然出现如下结果:</p> <p>&nbsp;</p> <p>&lt;2006-12-12 下午19时28分16秒 CST&gt; &lt;Notice&gt; &lt;WebLogicServer&gt; &lt;BEA-000355&gt; &lt;Thread<br>"ListenThread.Default" listening on port 7001, ip address *.*&gt;<br>ejbCreate()<br>ejbCreate()<br>JMS Bean 1: Received new message : Tue Dec 12 19:37:11 CST 2006 This is a test m<br>essage of 0<br>JMS Bean 2: Received new message : Tue Dec 12 19:37:11 CST 2006 This is a test m<br>essage of 0<br>JMS Bean 2: Received new message : Tue Dec 12 19:37:11 CST 2006 This is a test m<br>essage of 1<br>JMS Bean 1: Received new message : Tue Dec 12 19:37:11 CST 2006 This is a test m<br>essage of 1<br>JMS Bean 1: Received new message : Tue Dec 12 19:37:11 CST 2006 This is a test m<br>essage of 2<br>JMS Bean 2: Received new message : Tue Dec 12 19:37:11 CST 2006 This is a test m<br>essage of 2<br>ejbCreate()<br>JMS Bean 1: Received new message : Tue Dec 12 19:37:11 CST 2006 This is a test m<br>essage of 3<br>ejbCreate()<br>ejbCreate()<br>ejbCreate()<br>ejbCreate()<br>ejbCreate()<br>ejbCreate()<br>ejbCreate()<br>ejbCreate()<br>ejbCreate()<br>ejbCreate()<br>ejbCreate()<br>ejbCreate()<br>JMS Bean 2: Received new message : Tue Dec 12 19:37:11 CST 2006 This is a test m<br>essage of 3<br>JMS Bean 2: Received new message : Tue Dec 12 19:37:11 CST 2006 This is a test m<br>essage of 4<br>JMS Bean 1: Received new message : Tue Dec 12 19:37:11 CST 2006 This is a test m<br>essage of 4<br>JMS Bean 2: Received new message : Tue Dec 12 19:37:11 CST 2006 This is a test m<br>essage of 5<br>JMS Bean 1: Received new message : Tue Dec 12 19:37:11 CST 2006 This is a test m<br>essage of 5<br>JMS Bean 1: Received new message : Tue Dec 12 19:37:11 CST 2006 This is a test m<br>essage of 6<br>JMS Bean 2: Received new message : Tue Dec 12 19:37:11 CST 2006 This is a test m<br>essage of 6<br>JMS Bean 2: Received new message : Tue Dec 12 19:37:11 CST 2006 This is a test m<br>essage of 7<br>JMS Bean 1: Received new message : Tue Dec 12 19:37:11 CST 2006 This is a test m<br>essage of 7<br>JMS Bean 2: Received new message : Tue Dec 12 19:37:11 CST 2006 This is a test m<br>essage of 8<br>JMS Bean 1: Received new message : Tue Dec 12 19:37:11 CST 2006 This is a test m<br>essage of 8<br>JMS Bean 2: Received new message : Tue Dec 12 19:37:11 CST 2006 This is a test m<br>essage of 9<br>JMS Bean 1: Received new message : Tue Dec 12 19:37:11 CST 2006 This is a test m<br>essage of 9 <p>自己先寒一下... 两个 Bean 差不多都收到了消息... 不知道分布式环境中是不是还是一样的结果呢? 期待 JMS 集群高手指点啊..... <p>&nbsp; <p>附带一下代码: <p>package examples;  <p>import javax.ejb.*;<br>import javax.jms.*;  <p>/**<br>* Sample Message-Driven Bean<br>*/<br>public class LogBean implements MessageDrivenBean, MessageListener {  <p>protected MessageDrivenContext ctx;  <p>/**<br>* Associates this Bean instance with a particular context.<br>*/<br>public void setMessageDrivenContext(MessageDrivenContext ctx) {<br>this.ctx = ctx;<br>}  <p>/**<br>* Initializes the bean<br>*/<br>public void ejbCreate() {<br>System.err.println("ejbCreate()");<br>}  <p>/**<br>* Our one business method<br>*/<br>public void onMessage(Message msg) {  <p>TextMessage tm = (TextMessage) msg;  <p>try {<br>String text = tm.getText();<br>System.err.println("JMS Bean 2: Received new message : " + text);<br>}<br>catch(JMSException e) {<br>e.printStackTrace();<br>}<br>}  <p>/**<br>* Destroys the bean<br>*/<br>public void ejbRemove() {<br>System.err.println("ejbRemove()");<br>}<br>} <p>&nbsp; <p>&nbsp; <p>import javax.naming.*;  <p>import javax.jms.*;<br>import java.util.*;  <p>public class Client {  <p>public static void main (String[] args) throws Exception {  <p>// Initialize JNDI<br>Context ctx = new InitialContext(System.getProperties());  <p>// 1: Lookup ConnectionFactory via JNDI<br>TopicConnectionFactory factory =<br>(TopicConnectionFactory)<br>ctx.lookup("javax.jms.TopicConnectionFactory");  <p>// 2: Use ConnectionFactory to create JMS connection<br>TopicConnection connection =<br>factory.createTopicConnection();  <p>// 3: Use Connection to create session<br>TopicSession session = connection.createTopicSession(<br>false, Session.AUTO_ACKNOWLEDGE);  <p>// 4: Lookup Desintation (topic) via JNDI<br>Topic topic = (Topic) ctx.lookup("testtopic");  <p>// 5: Create a Message Producer<br>TopicPublisher publisher = session.createPublisher(topic);  <p>// 6: Create a text message, and publish it<br>for(int i = 0; i &lt; 10; i++) {<br>TextMessage msg = session.createTextMessage();<br>msg.setText(new java.util.Date() + " This is a test message of " + i);<br>publisher.publish(msg);<br>}  <p>}<br>} <p>&nbsp; <p>&nbsp; <p><img height="3" src="http://localhost:7001/console/images/dialog/orange/transparent.gif" width="1"><br><img src="http://localhost:7001/console/images/dialog/orange/corner_space.gif"><br><img src="http://localhost:7001/console/images/dialog/orange/corner_space.gif"><br><img src="http://localhost:7001/console/images/dialog/black/corner_space.gif"> <p><img src="http://localhost:7001/console/images/dialog/black/corner_space.gif"><br><img src="http://localhost:7001/console/images/dialog/orange/corner_left_space.gif"><br><a href="http://localhost:7001/console/actions/mbean/EditMBeanAction?reloadNav=false&amp;tab=config.general&amp;MBean=mydomainbean%3AName%3DMyDistributed+Topic%2CType%3DJMSDistributedTopic">General</a><br><img height="3" src="http://localhost:7001/console/images/dialog/orange/transparent.gif" width="1"><br><img src="http://localhost:7001/console/images/dialog/orange/corner_space.gif"><br><a href="http://localhost:7001/console/actions/mbean/EditMBeanAction?reloadNav=false&amp;tab=config.thresholds&amp;MBean=mydomainbean%3AName%3DMyDistributed+Topic%2CType%3DJMSDistributedTopic">Thresholds &amp; Quotas</a><br><img height="3" src="http://localhost:7001/console/images/dialog/orange/transparent.gif" width="1"><br><img src="http://localhost:7001/console/images/dialog/orange/corner_space.gif"><br>Members<br><img height="3" src="http://localhost:7001/console/images/dialog/orange/transparent.gif" width="1"><br><img src="http://localhost:7001/console/images/dialog/orange/corner_space.gif"><br><img src="http://localhost:7001/console/images/dialog/orange/corner_space.gif"><br><img src="http://localhost:7001/console/images/dialog/black/corner_space.gif"> <p><img src="http://localhost:7001/console/images/dialog/black/corner_space.gif"><br><img src="http://localhost:7001/console/images/dialog/orange/corner_upper_left.gif"><br><img src="http://localhost:7001/console/images/dialog/orange/corner_space.gif"><br><img src="http://localhost:7001/console/images/dialog/orange/corner_upper_right.gif"><br><img src="http://localhost:7001/console/images/dialog/black/corner_space.gif"> <p><img src="http://localhost:7001/console/images/dialog/black/corner_space.gif"><br><img src="http://localhost:7001/console/images/dialog/orange/corner_space.gif"> <p>You can configure multiple physical JMS topics as members of a single set of distributed topics. WebLogic JMS distributes the messaging load across all available topic members within the distributed topic. When a topic member becomes unavailable, traffic is then redirected toward other available topic members in the set. <p>This JMS Distributed Topic Members page displays key information about each member that has been configured for this distributed topic. <p><a href="http://localhost:7001/console/actions/mbean/CreateMBeanAction?parentMBean=mydomainbean%3AName%3DMyDistributed+Topic%2CType%3DJMSDistributedTopic&amp;MBeanClass=weblogic.management.configuration.JMSDistributedTopicMemberMBean"><img title="Configure a new Distributed Topic Member..." alt="" src="http://localhost:7001/console/images/create.gif" border="0">Configure a new Distributed Topic Member...</a> <p><a href="http://localhost:7001/console/actions/mbean/EditMBeanAction?reloadNav=false&amp;tab=config.members&amp;wl_sort_domain_JMSDistributedTopic=00&amp;MBean=mydomainbean%3AName%3DMyDistributed+Topic%2CType%3DJMSDistributedTopic">Name</a><br><a href="http://localhost:7001/console/actions/mbean/EditMBeanAction?reloadNav=false&amp;tab=config.members&amp;wl_sort_domain_JMSDistributedTopic=0100&amp;MBean=mydomainbean%3AName%3DMyDistributed+Topic%2CType%3DJMSDistributedTopic">JMS Topic</a><br><a href="http://localhost:7001/console/actions/mbean/EditMBeanAction?reloadNav=false&amp;tab=config.members&amp;wl_sort_domain_JMSDistributedTopic=0200&amp;MBean=mydomainbean%3AName%3DMyDistributed+Topic%2CType%3DJMSDistributedTopic">Weight</a> <p><a href="http://localhost:7001/console/actions/mbean/EditMBeanAction?reloadNav=false&amp;MBean=mydomainbean%3AJMSDistributedTopic%3DMyDistributed+Topic%2CName%3DMyDistributed+Topic+Member%2CType%3DJMSDistributedTopicMember">MyDistributed Topic Member</a><br><a href="http://localhost:7001/console/actions/mbean/EditMBeanAction?reloadNav=false&amp;MBean=mydomainbean%3AJMSServer%3DMyJMS+Server%2CName%3DMyJMS+Topic%2CType%3DJMSTopic">MyJMS Topic</a><br>1<br><a href="http://localhost:7001/console/actions/mbean/RemoveDistributedMemberAction?destination=mydomainbean%3AName%3DMyDistributed+Topic%2CType%3DJMSDistributedTopic&amp;step=0&amp;member=mydomainbean%3AJMSDistributedTopic%3DMyDistributed+Topic%2CName%3DMyDistributed+Topic+Member%2CType%3DJMSDistributedTopicMember"><img alt="" src="http://localhost:7001/console/images/delete.gif" border="0"></a> <p><a href="http://localhost:7001/console/actions/mbean/EditMBeanAction?reloadNav=false&amp;MBean=mydomainbean%3AJMSDistributedTopic%3DMyDistributed+Topic%2CName%3DMyDistributed+Topic+Member-1%2CType%3DJMSDistributedTopicMember">MyDistributed Topic Member-1</a><br><a href="http://localhost:7001/console/actions/mbean/EditMBeanAction?reloadNav=false&amp;MBean=mydomainbean%3AJMSServer%3DMyJMS+Server-1%2CName%3DMyJMS+Topic-1%2CType%3DJMSTopic">MyJMS Topic-1</a><br>1<br><a href="http://localhost:7001/console/actions/mbean/RemoveDistributedMemberAction?destination=mydomainbean%3AName%3DMyDistributed+Topic%2CType%3DJMSDistributedTopic&amp;step=0&amp;member=mydomainbean%3AJMSDistributedTopic%3DMyDistributed+Topic%2CName%3DMyDistributed+Topic+Member-1%2CType%3DJMSDistributedTopicMember"><img alt="" src="http://localhost:7001/console/images/delete.gif" border="0"></a></p><img src ="http://www.blogjava.net/beansoft/aggbug/87332.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/beansoft/" target="_blank">BeanSoft</a> 2006-12-12 19:42 <a href="http://www.blogjava.net/beansoft/archive/2006/12/12/87332.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>新手架构师之 Weblogic 当机实例分析</title><link>http://www.blogjava.net/beansoft/archive/2006/12/07/86103.html</link><dc:creator>BeanSoft</dc:creator><author>BeanSoft</author><pubDate>Thu, 07 Dec 2006 07:41:00 GMT</pubDate><guid>http://www.blogjava.net/beansoft/archive/2006/12/07/86103.html</guid><wfw:comment>http://www.blogjava.net/beansoft/comments/86103.html</wfw:comment><comments>http://www.blogjava.net/beansoft/archive/2006/12/07/86103.html#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://www.blogjava.net/beansoft/comments/commentRss/86103.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/beansoft/services/trackbacks/86103.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 最近公司的 Weblogic 管理员发现一些 Weblogic instance 频频当机, 就是 Wls Hang 了, 出现线程死锁, CPU 占用率居高不下, 必须通过重启才能解决问题. 服务器是 Solaris + JDK 1.4 + Weblogic 8.1 sp6.<br><br>分析过程如下, 首先通过进程分析和 Thread dump 找到占用 CPU 占用高的代码位置:&nbsp;&nbsp;<a href='http://www.blogjava.net/beansoft/archive/2006/12/07/86103.html'>阅读全文</a><img src ="http://www.blogjava.net/beansoft/aggbug/86103.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/beansoft/" target="_blank">BeanSoft</a> 2006-12-07 15:41 <a href="http://www.blogjava.net/beansoft/archive/2006/12/07/86103.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Weblogic 9 之旅图文视频 2 - Portal 开发环境设置, 简单的Portal 开发(视频已贴上)</title><link>http://www.blogjava.net/beansoft/archive/2006/12/04/85308.html</link><dc:creator>BeanSoft</dc:creator><author>BeanSoft</author><pubDate>Mon, 04 Dec 2006 03:19:00 GMT</pubDate><guid>http://www.blogjava.net/beansoft/archive/2006/12/04/85308.html</guid><wfw:comment>http://www.blogjava.net/beansoft/comments/85308.html</wfw:comment><comments>http://www.blogjava.net/beansoft/archive/2006/12/04/85308.html#Feedback</comments><slash:comments>11</slash:comments><wfw:commentRss>http://www.blogjava.net/beansoft/comments/commentRss/85308.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/beansoft/services/trackbacks/85308.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 文章系翻译官方网站英文文档, 内容为设置 Workshop for Wls 9.2 Portal 开发环境, 视频乃原创视频, 演示 Portal Domain 创建, Workshop 启动, 设置, 开发, 运行一个最简单的 JSP Portal . 周末下午花了4个小时才搞定, 如果加上查资料, 实验, 那就是6+小时了. 希望转载的时候写明出处, 呵呵, 虽然是菜鸟文档.  视频已上传.&nbsp;&nbsp;<a href='http://www.blogjava.net/beansoft/archive/2006/12/04/85308.html'>阅读全文</a><img src ="http://www.blogjava.net/beansoft/aggbug/85308.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/beansoft/" target="_blank">BeanSoft</a> 2006-12-04 11:19 <a href="http://www.blogjava.net/beansoft/archive/2006/12/04/85308.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>菜鸟 Weblogic 9 之旅 3 - 页面流资料收集</title><link>http://www.blogjava.net/beansoft/archive/2006/12/01/84907.html</link><dc:creator>BeanSoft</dc:creator><author>BeanSoft</author><pubDate>Fri, 01 Dec 2006 09:47:00 GMT</pubDate><guid>http://www.blogjava.net/beansoft/archive/2006/12/01/84907.html</guid><wfw:comment>http://www.blogjava.net/beansoft/comments/84907.html</wfw:comment><comments>http://www.blogjava.net/beansoft/archive/2006/12/01/84907.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/beansoft/comments/commentRss/84907.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/beansoft/services/trackbacks/84907.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 本菜鸟真是菜, 页面流2年前就看到了, 可是一直偷懒没学会, 今天打算从头学来, 先抄一些资料先.<br><br>WORKSHOP 9.2中的页面流工具简介 http://dev2dev.bea.com.cn/bbsdoc/20060724300.html<br><br>WORKSHOP 9.2的PAGE FLOW OVERVIEW简介 http://dev2dev.bea.com.cn/bbsdoc/20060817316.html&nbsp;&nbsp;<a href='http://www.blogjava.net/beansoft/archive/2006/12/01/84907.html'>阅读全文</a><img src ="http://www.blogjava.net/beansoft/aggbug/84907.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/beansoft/" target="_blank">BeanSoft</a> 2006-12-01 17:47 <a href="http://www.blogjava.net/beansoft/archive/2006/12/01/84907.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>菜鸟 Weblogic 9 之旅图文 1 - 下载和安装(Windows版本)</title><link>http://www.blogjava.net/beansoft/archive/2006/12/01/84850.html</link><dc:creator>BeanSoft</dc:creator><author>BeanSoft</author><pubDate>Fri, 01 Dec 2006 07:30:00 GMT</pubDate><guid>http://www.blogjava.net/beansoft/archive/2006/12/01/84850.html</guid><wfw:comment>http://www.blogjava.net/beansoft/comments/84850.html</wfw:comment><comments>http://www.blogjava.net/beansoft/archive/2006/12/01/84850.html#Feedback</comments><slash:comments>6</slash:comments><wfw:commentRss>http://www.blogjava.net/beansoft/comments/commentRss/84850.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/beansoft/services/trackbacks/84850.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: 我对 Weblogic 的 J2EE 开发实在是个菜鸟, 很多知识例如 Portal, PageFlow 等都不会. 虽然开源技术很火爆, 但是短期内取代应用服务器为主的大公司应用模式可能还需要一段时间吧. 近期公司要升级到最新的 Wls 9 + JDK 1.5, 借机恶补一下 Weblogic 9. 首先去 http://commerce.bea.com/showproduct.jsp?family=WLW&major=9.2&minor=0 下载一个最新版(目前为9.2)的 Weblogic Work Shop(含 Workshop, Portal, Server 等绝大部分组件), 文件个头比较大, 下载也比较慢, 文件名为 portal920_win32.exe, 700+MB, 下载前需要注册. 也有中文版本, 文件名似乎是 portal920_win32-zh-CN.exe.&nbsp;&nbsp;<a href='http://www.blogjava.net/beansoft/archive/2006/12/01/84850.html'>阅读全文</a><img src ="http://www.blogjava.net/beansoft/aggbug/84850.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/beansoft/" target="_blank">BeanSoft</a> 2006-12-01 15:30 <a href="http://www.blogjava.net/beansoft/archive/2006/12/01/84850.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>