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

ofbiz--A Beginners Development Guide--Part 1

阅读更多

原文:https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide

记录搭建过程中碰到的问题。

 

1、hot-deploy下的Readme.txt需要仔细阅读。想要加载hot-deploy下的应用就需要在component-load.xml中配置。

component-load.xml文件

<?xml version="1.0" encoding="UTF-8"?>
<component-loader xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/component-loader.xsd">
    <load-component component-location="practice"/>
</component-loader>

 

2、web.xml文章中就写了主要内容,需要从别的项目中拷贝源文件做修改。

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
    <display-name>Open For Business - PRACTICE Application</display-name>
    <description>PRACTICE Application of the Open For Business Project</description>
		<context-param>
		    <param-name>webSiteId</param-name>
		    <param-value>PRACTICE</param-value>
		    <description>A unique ID used to look up the WebSite entity to get information about catalogs, etc.</description>
		</context-param>
		<context-param>
		     <param-name>localDispatcherName</param-name>
		     <param-value>practice</param-value>
		     <description>A unique name used to identify/recognize the local dispatcher for the Service Engine</description>
		</context-param>
		<context-param>
		     <param-name>mainDecoratorLocation</param-name>
		     <param-value>component://practice/widget/PracticeScreens.xml</param-value>
		     <!-- change the path to the following if the above doesn't work for you -->
		     <!-- <param-value>component://practice/webapp/practice/widget/PracticeScreens.xml</param-value> -->
		     <description>The location of the main-decorator screen to use for this webapp; referred to as a context variable in screen def XML files.</description>
		</context-param> 
		<filter>
        <filter-name>ContextFilter</filter-name>
        <display-name>ContextFilter</display-name>
        <filter-class>org.ofbiz.webapp.control.ContextFilter</filter-class>
        <init-param><param-name>disableContextSecurity</param-name><param-value>N</param-value></init-param>
        <init-param>
            <param-name>allowedPaths</param-name>
            <param-value>/error:/control:/select:/index.html:/index.jsp:/default.html:/default.jsp:/images:/includes/maincss.css</param-value>
        </init-param>
        <init-param><param-name>errorCode</param-name><param-value>403</param-value></init-param>
        <init-param><param-name>redirectPath</param-name><param-value>/control/main</param-value></init-param>
    </filter>
    <filter-mapping><filter-name>ContextFilter</filter-name><url-pattern>/*</url-pattern></filter-mapping>

    <listener><listener-class>org.ofbiz.webapp.control.ControlEventListener</listener-class></listener>
    <listener><listener-class>org.ofbiz.webapp.control.LoginEventListener</listener-class></listener>
		<servlet>
        <servlet-name>ControlServlet</servlet-name>
        <display-name>ControlServlet</display-name>
        <description>Main Control Servlet</description>
        <servlet-class>org.ofbiz.webapp.control.ControlServlet</servlet-class>
        <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping><servlet-name>ControlServlet</servlet-name><url-pattern>/control/*</url-pattern></servlet-mapping>

    <session-config><session-timeout>60</session-timeout><!-- in minutes --></session-config>
   <welcome-file-list>
        <welcome-file>index.jsp</welcome-file>
        <welcome-file>index.html</welcome-file>
        <welcome-file>index.htm</welcome-file>
    </welcome-file-list>
</web-app>

 如果还有其他的问题可以参考specialpurpose\example的目录结构和文件内容。

附件有调试完成的样例包。

 

分享到:
评论

相关推荐

    ofbiz--A Beginners Development Guide--Part 2

    1. **Ofbiz框架介绍** Ofbiz是由Apache软件基金会维护的一个项目,它基于Java技术,提供了一整套企业级应用的组件和服务。Ofbiz强调的是灵活性和可扩展性,使得开发者能够快速地搭建和定制各种商业应用。 2. **...

    ofbiz--A Beginners Development Guide--Part 3

    《OFBiz初学者开发指南——第三部分》 在IT领域,开源企业级应用框架Open For Business(OFBiz)是一个值得关注的重要项目。它提供了一个全面的业务应用解决方案,涵盖了电子商务、供应链管理、生产制造等多个领域...

    OFBiz Tutorial - A Beginners Development Guide的Practice案例源代码

    Ofbiz 官网上的OFBiz Tutorial - A Beginners Development Guide中的案例practice,其中内容有些是老版本的,与新版本(13版)并不兼容,尤其是Ajax部分已经有较大差异。同时有一部分操作和源代码没有在教程中说明...

    apache-ofbiz-16.11.05

    最新版OFBiz,apache-ofbiz-16.11.05,apache-ofbiz-16.11.05

    OFBiz-manual-zh.doc

    OFBiz-manual-zh.docOFBiz-manual-zh.docOFBiz-manual-zh.docOFBiz-manual-zh.docOFBiz-manual-zh.doc

    apache-ofbiz-16.11.02源码+ofbiz菜鸟笔记+Apache+OFBiz+开发初学者指南

    apache-ofbiz-16.11.02.zip,ofbiz菜鸟笔记,Apache+OFBiz+开发初学者指南.chm

    ofbiz-entry-zh-cn.doc

    不用解压ofbiz-entry-zh-cn.zip 直接把zip修改为doc 即可。 ofbiz-entry-zh-cn.doc 博文链接:https://jiasudu.iteye.com/blog/157892

    Ofbiz-16-全量数据库873张表.rar

    这个压缩包文件"Ofbiz-16-全量数据库873张表.rar"包含了Apache Ofbiz 16版本的全量数据库结构,包括873个数据表的SQL脚本。这些脚本用于创建和初始化数据库,对于理解和开发基于Ofbiz的应用程序至关重要。 1. **...

    ofbiz-minilang解析示例

    Ofbiz-minilang解析示例 Ofbiz-minilang是Apache OFBiz的一个组件,提供了一个基于XML的标记语言,用于定义业务逻辑和规则。下面是一个Ofbiz-minilang解析示例,展示了minilang中的一些常用标签和用法。 Login-...

    OFBiz-API-Docs

    OFBiz API 文档,英文html版。使用官方资源中的ant命令自动生成,无任何修改。有兴趣的朋友可以自己生成,ant命令是:docs-all,该命令生成帮助文档时会获取操作系统语言设置,要生成英文文档请先将操作系统语言改为...

    Ofbiz-minilang标签示例

    以下是一些Ofbiz-Minilang的关键标签示例及其详细解释: 1. **验证**: - `login-required`: 这个标签确保用户已经登录才能执行后续操作。如果用户未登录,它将跳转到登录页面。 - `use-transaction`: 开启一个新...

    apache-ofbiz-13.07.02.zip

    apache-ofbiz-13.07.02.zip

    OFBiz-alipay 配置文档

    **OFBiz-alipay 配置文档** OFBiz(Open For Business Project)是一个开源的企业级应用框架,用于构建和管理电子商务网站、供应链管理、CRM、ERP等业务系统。它提供了全面的业务组件和服务,使得开发者可以快速...

    OFBiz-技术文档

    文档《ofbiz-技术文档.doc》可能是OFBiz的技术手册,涵盖了其核心概念、安装指南、配置步骤、API参考以及如何开发和扩展OFBiz应用程序等内容。以下是一些可能涵盖的关键知识点: 1. **核心概念**:OFBiz的核心组件...

    ofbiz-practice

    标题“ofbiz-practice”指的是一个关于Apache OFBiz实践的项目,这可能是一个学习或演示如何使用OFBiz框架来创建和管理Web应用的实例。Apache OFBiz是一个开源的企业级业务应用套件,它提供了用于构建、部署和管理...

Global site tag (gtag.js) - Google Analytics