在Weblogic服务器上预订
我目前正在寻找一本能够教我使用 Weblogic 10.3 作为应用程序服务器的细节的书。
我目前使用 Servlet/JSP/EJB/JSF/JPA 作为技术,但现在我将其部署在 Glassfish 上。
我的新项目涉及 Weblogic Server 的使用,但我不知道这是如何完成的。
我在网上读的一些书有点过时,而且涵盖了Weblogic 8版本。
虽然不确定,但我想知道是否有人对如何使用 Weblogic 有任何指示或偏好。
我基本上想在此服务器上创建简单的应用程序/构建/部署。
有什么提示吗?
谢谢
I am currently looking for a book that will teach me the in's and out's of using the Weblogic 10.3 as my application server.
I am currently using Servlet/JSP/EJB/JSF/JPA as the technology but right now, I am deploying it on Glassfish.
My new project involves the use of Weblogic Server and I dont have any idea how this is done.
Some of the books that I read on the net are a little dated and it covers the Weblogic 8 version.
Not sure though, but I would like to know if somebody has any instructions or preference on how to work around the Weblogic.
I basically wanted to create simple app/build/deploy on this server.
Any hints?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议您第一次尝试亲自构建/部署您的应用程序。对于一个简单的应用程序来说,这样做并没有什么神秘之处。稍后,一个好的起点是 Oracle WebLogic Server 10g Release 3 (10.3)文档站点地图(这是 WebLogic 的流行版本,您应该查找您打算使用的特定版本)。那里有大量文档可以帮助您入门。
I'd suggest you to get your hands dirty and try to build/deploy your app by yourself the first time. There is no mystery in doing it for a simple app. Later on, a good starting point is Oracle WebLogic Server 10g Release 3 (10.3) Documentation Site Map (this is a popular version of WebLogic, you should look for the specific version you intend to use). There is plenty of documentation over there that will help you getting started.