知识大全 运行seam 的example下面的实例

Posted

篇首语:知识象烛光,能照亮一个人,也能照亮无数人。本文由小常识网(cha138.com)小编为大家整理,主要介绍了知识大全 运行seam 的example下面的实例相关的知识,希望对你有一定的参考价值。

  需要软件

  ant

  jboss GA

  jdk

  jboss seam jboss seam CR

  在运行实例的过程中 无非是完成 项目的部署以及 数据库的生成

   在E \\jboss seam CR (seam 解压后的路径) 下面找build properties 在最末一行添加一行 jboss home=E \\\\jboss GA 注意在windows下面是\\\\

   启动jboss

   部署booking这个例子 首先用cmd进入E \\jboss seam CR \\examples\\booking  这个路径下面 直接ant deploy 结束后console会有提示 然后去jboss 的E \\jboss GA\\server\\default\\deploy 目录下面看看是否已经部署成功 如果部署成功 会有jboss seam booking ear jboss seam booking ds xml 这 个文件生成

   修改jboss seam booking ds xml

  

  <?xml version= encoding= UTF ?>

  <!DOCTYPE datasources    PUBLIC //JBoss//DTD JBOSS JCA Config //EN     ds_ _ dtd >

  <datasources>    <local tx datasource>        <jndi name>bookingDatasource</jndi name>        <connection url>jdbc:hsqldb:yourdb</connection url>        <driver class> hsqldb jdbcDriver</driver class>        <user name>sa</user name>        <password></password>    </local tx datasource></datasources>

  修改完后你可以去你的hsqldb下面去找生成的数据 jboss自己带一个tool 可以查看数据 这个tool是个awt程序 在jboss console 里面——》

  jboss

  database=localDB service=Hypersonic——》

  void startDatabaseManager()

  MBean Operation

  

  点击invoke就可以启动这个tool file ——》connect ——>URL 更改为jdbc hsqldb yourdb 就可以查看到delopoy后自动建的表 以及初始化数据!

  

  运//localhost /seam booking/就可以跑这个example了

  最后总结一下 如果把seam所有的example搞清楚 你就基本搞清楚seam 的几乎所有内容 因为example牵扯了几乎所有seam的feature

  这是seam example 里面的内容

  

  blog/                 The Seam blog example showing how to write                      RESTful applications using Seam

  booking/              The Seam Booking demo application for EJB

  contactlist/          The Seam Contact List demo demonstrating use                      of the Seam application framework                      drools/               A version of the number guessing example that                      uses Drools with jBPM

  dvdstore/             The Seam DVD Store demo demonstrating jBPM                       support in Seam                      groovybooking/        The Seam Booking demo ported to Groovy

  hibernate/            The Seam Booking demo ported to Hibernate

  icefaces/             The Seam Booking demo with ICEfaces instead of                       Ajax JSF

  itext/                A demo of the Seam iText integration for generating pdfs                      jee /booking          The Seam Booking demo ported to the Java EE                       platforms                      jee /remoting         The Seam remoting helloworld demo ported to the Java EE                       platforms                     

  jpa/                  An example of the use of JPA (provided by Hibernate) runs                      on many platforms including non EE platforms (including                      plain Tomcat)                      mail/                 The Seam mail example demonstrating use of                       facelets based email templating

  messages/             The Seam message list example demonstrating use                       of the @DataModel annotation                      nestedbooking/        The booking example modified to show the use of nested                      conversations                     

  numberguess/          The Seam number guessing example demonstrating                      jBPM pageflow

  quartz/               A port of the Seampay example to use the Quartz dispatcher

  registration/         A trivial example for the tutorial               

  remoting/chatroom/    The Seam Chat Room example demostrating Seam                      Remoting

  remoting/gwt/         An example of using GWT with Seam remoting

  remoting/helloworld/  A trivial example using Ajax                      remoting/progressbar/ An example of an Ajax progress bar

  seambay/              An example of using Seam with Web Services

  seamdiscs/            Demonstrates Seam Trinidad Ajax jsf and Richfaces

  seampay/              The Seam Payments demo demonstrating the use of                      asynchronous methods                seamspace/            The Seam Spaces demo demonstrating Seam                       Security

  spring/               Demonstrates Spring framework integration

  todo/                 The Seam todo list example demonstrating                      jBPM business process management                      ui/                   Demonstrates some Seam JSF controls

  wiki/                 A fully featured wiki system based on Seam please                      read wiki/README txt for installation instructions

  推荐几本seam 的好书 seam_reference pdf 这是seam自带的一个文档 我认为是个很好的文档 redsaga里面有国内的jboss的爱好者翻译的文档 是Seam_ _Reference_zh_CN pdf Seam_ _Reference_zh_CN pdf

cha138/Article/program/Java/ky/201311/27963

相关参考

知识大全 Seam之初体验

Seam之初体验  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!  从本文开始我将会开始一个全新系列

知识大全 Seam的页面逻辑实现

Seam的页面逻辑实现  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!  上一篇文章我大概地介绍一下

知识大全 基于Spring实现seam形式的事件机制

基于Spring实现seam形式的事件机制  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!  Sea

知识大全 Seam 为JSF量身定做的应用程序框架

Seam为JSF量身定做的应用程序框架  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!  JSF正开

知识大全 析构函数用于销毁类的实例

  析构函数是通过下面的形式声明的   [attributes]~identifier()destructorbody   其中  attr

知识大全 struts框架中使用tiles组件代码实例

   在你的struts配置文件strutsconfigxml中加入下面的配置      <plugin

知识大全 让Java程序只运行一个实例

让Java程序只运行一个实例  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!  一个程序可以在内存里

知识大全 .Net平台应用程序唯一运行实例

.Net平台应用程序唯一运行实例  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!  摘要  本文阐述

知识大全 C#中让程序只运行一个实例的操作方法

C#中让程序只运行一个实例的操作方法  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!  让程序只运行

知识大全 Java程序多进程运行模式的实例分析

Java程序多进程运行模式的实例分析  以下文字资料是由(全榜网网www.cha138.com)小编为大家搜集整理后发布的内容,让我们赶快一起来看一下吧!一般我们在jav