`
MMSCAU
  • 浏览: 114368 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

Sun PetStore

阅读更多

http://www.omniprogrammer.com/?p=4

 

Sun PetStore安装参考

我的操作:

 

第一步下载:javapetstore-2.0-ea5-installer.jar 【不同版本不同】

 

第二步:双击解开上述jar,放到一个目录下,比如:我放置于D盘 D:\javapetstore-2.0-ea5

 

第三步:修改:D:\javapetstore-2.0-ea5\bp-project 下的build.properties 文件

 

# path to your application server installation

#javaee.home=c:/Sun/SDK  【修改一:将javaee.home指向您的glassfish安装目录】我的如下:

javaee.home=d:/Program Files/glassfish-v2ur2

# machine name (or the IP address) where the applications will be deployed.
javaee.server.name=localhost


# port number where the app-server is accessed by the users
javaee.server.port=8080

# Hostname and port of the proxy server if you are behind a firewall
# Leave blank otherwise
proxy.host=
proxy.port=

# machine name where the admin server of the app-server is available
# defaults to the same machine as the app-server
javaee.adminserver.name=${javaee.server.name}

# port number where the admin server of the app-server is available
javaee.adminserver.port=4848


# administrator username of the app-server
javaee.server.username=admin


# File that contains the password for the App-Server admin account.
# Edit this property to point to a file that
# contains the admin password for your app-server.
# The file should contain the password in the following line:
#
#
AS_ADMIN_PASSWORD=adminadmin
#
# Notice that the password is adminadmin since this is
# the default password used by the glassfish app-server installation.
# For your purpose, use the password that you chose while installing
# the SDK

 

#javaee.server.passwordfile=${javaee.home}/samples/bp-project/passwordfile【修改二】

javaee.server.passwordfile=D:/javapetstore-2.0-ea5/bp-project/passwordfile

# default server instance name
appserver.instance=server


# for platforms other than Windows and MAC
# Uncomment and set this property to the location of the browser you
# choose to launch when an application is deployed.
# On Windows and Mac OS X the default browser is used.
#default.browser=/Applications/Firefox.app/Contents/MacOS/firefox-bin

第四步:进行完上述两处的修改之后,我们在bp-project 目录下新建一个txt 文档,在其中输入一行

AS_ADMIN_PASSWORD=adminadmin

保存文件,注意:没有扩展名,文件名为:passwordfile

 

第五步:用NetBeans打开修改之后的PetStore项目,

           找到“服务器资源”目录下的setup.xml 右键运行目标,如果您的设置没有问题,那就ok了,数据库ing...

 

last :  运行项目

          可以看到如下:

         

 

点击Enter the PetStore

 

  • 大小: 129.3 KB
  • 大小: 129.3 KB
  • 大小: 186.7 KB
分享到:
评论

相关推荐

    PetStore2.0

    【PetStore2.0】是sun公司推出的一个升级版本的在线宠物商店应用示例,它在原有的基础上进行了大幅度的技术更新,引入了EJB(Enterprise JavaBeans)3.0和Ajax(Asynchronous JavaScript and XML)技术,旨在提供更...

    PetStore_2.0_有源码

    "PetStore 2.0 有源码"是一个典型的电子商务项目案例,由Sun Microsystems开发,旨在为开发者提供一个完整的Java Web应用程序示例。这个项目的核心是PetStore,一个用于在线销售宠物及其相关产品的平台,它不仅展示...

    Petstore-1_3_2.zip

    SUN java petstore1.3 学习java的好资料

    Petstore笔记

    Petstore是一个由Sun Microsystems提供的示例项目,旨在展示如何将J2EE的各种技术融合在一个系统中,为开发者提供一个参考模型,帮助他们理解和应用J2EE架构。Petstore系统模拟了一个宠物商店的电子商务网站,涵盖了...

    PetStore:Sun 的 PetStore1.3.2 迁移到更新的 EE 版本并用于持续演示 EE 功能

    它的最后一个实现版本 PetStore1.3.2 是针对 Java EE 1.3 平台的。 它使用了当前 Java EE 实现不再支持的编程模型。 它被 Java EE 1.4 平台中的 EJB 3.0 取代。 这是一个前 MAVEN 项目。 项目使用ANT构建。 Sun 于...

    Sun J2EE 宠物店(包括源代码及参考书)

    Sun J2EE 宠物店.rar dataload.sql.txt EJB设计模式(petStore).pdf Java(TM) Pet Store Demo 1.3.2 .zip petstore.sql.txt ps.doc Sun J2EE 宠物店例子介绍_1.doc Sun J2EE 宠物店例子介绍_2.doc 相关网址.txt 原始...

    petstore流程

    SunJ2EE宠物店示例项目由“动物园的猪”于2002年7月26日发布,提供了对网上宠物店购买流程的全面解析。此项目不仅涉及了系统的整体架构设计,还深入探讨了各个模块的具体实现方式,为读者提供了一个从用户界面到后端...

    PetStore 中EJB 的设计模式

    通过分析数据模型,和实际操作PetStore 我们大概对它的数据模型有所了解。现在开始 分析系统EJB 层的设计模式。...关于PetStore 的模式,SUN 的站点列出了以下几种模式,当然其中的FrontController 属 于Web 层的。

    JavaPetStore

    JavaPetStore是Sun Microsystems公司推出的一个示例应用程序,它展示了如何使用Java技术构建一个完整的Web应用程序。这个项目不仅对初学者具有极高的学习价值,也为经验丰富的开发者提供了深入理解Java Web开发的...

    java版商城源码下载-Java_PetStore:Java_PetStore

    Sun(现在 Oracle)公司为了演示自己的 JavaEE 技术,而编写的一个基于 Web 宠物店项目,如图29-1所示为项目启动页面,项目介绍网站是 http://www .oracle.com/technetwork/java/index-136650.html。PetStore 是典型...

    Java petstore安装部署文档

    Java PetStore是一个经典的示例应用,最初由Sun Microsystems开发,用于展示J2EE(现在称为Java EE)平台的功能。PetStore项目后来被不同的框架和库采用,如SSH(Spring、Struts、Hibernate)和SSI(Spring、Struts...

    Sun J2EE 宠物店

    petstore1.3是一个集客户购物,下订单,管理一体的例子! 现实的系统不会是这样单贝儿的,大多数的系统要和多个数据源和其他的EIS(企业信息系统)打交道的。这些外部系统可能是资产信息,ERP。也有可能是一个别的...

    java pet store详细设计文档

    * Sun J2EE是一种Java技术栈,用于构建企业级应用程序。 * 系统架构是指系统的总体结构和组件的组织方式。 * 在宠物店系统中,系统架构包括了 Presentation Layer、Business Logic Layer、Integration Layer 和 Data...

    Petshop5.0安装文件+源码+详解DOC文档

    业界有许多.Net与J2EE之争,许多数据是从微软的PetShop和Sun的PetStore而来。这种争论不可避免带有浓厚的商业色彩,对于我们开发人员而言,没有必要过多关注。然而PetShop随着版本的不断更新,至现在基于.Net 3.5的...

    petshop 5.0

    业界有许多.Net与J2EE之争,许多数据是从微软的PetShop和Sun的PetStore而来。这种争论不可避免带有浓厚的商业色彩,对于我们开发人员而言,没有必要过多关注。然而PetShop随着版本的不断更新,至现在基于.Net 2.0的...

    PetShop4.0 源码安装程序

    业界有许多.Net与J2EE之争,许多数据是从微软的 PetShop和Sun的PetStore而来。这种争论不可避免带有浓厚的商业色彩,对于我们开发人员而言,没有必要过多关注。然而PetShop随着 版本的不断更新,至现在基于.Net 2.0...

    山塞一个PetShop 4.0(01)——最简单的数据库连接

    业界有许多.Net与J2EE之争,许多数据是从微软的PetShop和Sun的PetStore而来。这种争论不可避免带有浓厚的商业色彩,对于我们开发人员而言,没有必要过多关注。然而PetShop随着版本的不断更新,至现在基于.Net 2.0的...

    petshop 三层示例程序

    业界有许多.Net与J2EE之争,许多数据是从微软的PetShop和Sun的PetStore而来。这种争论不可避免带有浓厚的商业色彩,对于我们开发人员而言,没有必要过多关注。然而PetShop随着版本的不断更新,至现在基于.Net 2.0的...

    Microsoft PetShop 架构与技术分析详解.rar

    业界有许多.Net与J2EE之争,许多数据是从微软的PetShop和Sun的PetStore而来。这种争论不可避免带有浓厚的商业色彩,对于我们开发人员而言,没有必要过多关注。然而PetShop随着版本的不断更新,至现在基于.Net 2.0的...

Global site tag (gtag.js) - Google Analytics