书签 分享 收藏 举报 版权申诉 / 26
上传文档赚钱

类型基于OFBIZ的ERP配置与开发课件.ppt

  • 上传人(卖家):三亚风情
  • 文档编号:3432928
  • 上传时间:2022-08-31
  • 格式:PPT
  • 页数:26
  • 大小:130.54KB
  • 【下载声明】
    1. 本站全部试题类文档,若标题没写含答案,则无答案;标题注明含答案的文档,主观题也可能无答案。请谨慎下单,一旦售出,不予退换。
    2. 本站全部PPT文档均不含视频和音频,PPT中出现的音频或视频标识(或文字)仅表示流程,实际无音频或视频文件。请谨慎下单,一旦售出,不予退换。
    3. 本页资料《基于OFBIZ的ERP配置与开发课件.ppt》由用户(三亚风情)主动上传,其收益全归该用户。163文库仅提供信息存储空间,仅对该用户上传内容的表现方式做保护处理,对上传内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知163文库(点击联系客服),我们立即给予删除!
    4. 请根据预览情况,自愿下载本文。本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
    5. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007及以上版本和PDF阅读器,压缩文件请下载最新的WinRAR软件解压。
    配套讲稿:

    如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。

    特殊限制:

    部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。

    关 键  词:
    基于 OFBIZ ERP 配置 开发 课件
    资源描述:

    1、Developing Enterprise Applications Using OFBizjava Family相关资料 主站:http:/www.ofbiz.org/源码:http:/svn.ofbiz.org/学习:http:/ofbizwiki.go- http:/ 中文网站(一般):http:/:8080/ofbizcn/control/main其他资料 在资料查找过程中的附带收获 工作流:http:/jawe.enhydra.org O/R映射:http:/ https:/gro.clinux.org/Sql server jdbc,http:/ Open Source Softw

    2、are Overview OFBiz Architecture The Open For Business Project:Foundation Technology How To Developing Enterprise Applications Using OFBiz1.GPL&LGPL More restrictive,modifications must be open sourced Best for Infrastructure Software and Most Desktop Applications 2.BSD&MIT Changes unburdened,free to

    3、redistribute,sell,etc Best for Business Application Software 3.Others:Mozilla,Apache,Sun,Apple,etc 4.OSI Licenses(www.opensource.org)Open Source LicensesTopics Open Source Software Overview OFBiz Architecture The Open For Business Project:Foundation Technology How To Developing Enterprise Applicatio

    4、ns Using OFBizModel-View-Controller Patternhttp:/ Overview链接:链接:The Open For Business Project:Architecture Overview DiagramsControllers-Data Level Controller Entity EngineLocalProgramGenericDelegatorJDBCHelperMySqlDatabaseOracleDatabaseOtherDatabaseCustomHelperLegacyDataControllers-Logic Level Contr

    5、ollerService EngineLocalProgramServiceDispatcherJavaEngineJavaServiceWorkflowEngineWorkflowServiceJMSEngineJMSServiceHTTPEngineHTTPServiceControllers-Web User Interface Level ControllerJPublish FrameworkSeparate the logic code from presentation layerFlexible actionsBeanShell,Python(Jython),etcSuppor

    6、t for multiple template enginesVelocity,Freemarker,WebMacroTemplatesData Flow Between Components1.Request from Browser2.Control Servlet Called3.Request Looked Up4.Security Checked5.Event Called(if defined)1.Java type event 2.Service type event 3.Simple type event6.Response Chosen and Called 1.View L

    7、ooked Up 2.JPublish page definition or JSP,etc Looked Up 3.View renderedData Flow Between Components(cont)BrowserControlServletEventServiceEngineServiceEntityEngineDatabaseViewValidatorConverterJSPFreeMarkerWorkerScriptTemplateTopics Open Source Software Overview OFBiz Architecture The Open For Busi

    8、ness Project:Foundation Technology How To Developing Enterprise Applications Using OFBizThe Open For Business Project:Foundation Technology Common Tool Components Services Engine Workflow Rules(问题建模:侧重解决)Constraint Based Optimization(问题建模,侧重表达)Entity Engine(code generator,both database and programs)

    9、Data Analysis(提供了一个扩展性)Content Management(提供了一个扩展性)Knowledge Management(提供了一个扩展性)Basic Technology Components Foundation Technology Security Human Communication Integration&Connection Development Tools Quality Assurance 链接:链接:The Open For Business Project:Architecture Overview Diagrams相关评论 Keywords:o

    10、fbiz http:/ofbizwiki.go- Open Source Software Overview OFBiz Architecture The Open For Business Project:Foundation Technology How To Developing Enterprise Applications Using OFBiz资源获取 J2se1.4.X http:/ Eclipse 3.X http:/www.eclipse.org Download Subversion(版本控制工具,支持internet)http:/subversion.tigris.org

    11、/Download source http:/svn.ofbiz.org/Download Microsoft SQL Server 2000 Driver for JDBC(本ppt附件中)环境设置(也可以参考附件:OFBizBasicProductionSetup.pdf)系统变量(根据你的机器设置,以上仅仅是示例)set JAVA_HOME=D:javaj2sdk1.4.2_07 set OFBIZ_HOME=D:javaofbiz path 包含D:javaj2sdk1.4.2_07bin 编译 http:/ofbizwiki.go- 调试(尝试未成功)http:/ofbizwiki.

    12、go- PLUGIN-LIST(未尝试)http:/ofbizwiki.go- 命令行方式 startofbiz.bat 常规/调试 集成环境内运行 Run build.xml 取消自动编译(因为项目过大)测试 http:/127.0.0.1:8080/ecommerce https:/127.0.0.1:8443/webtools Admin/ofbiz Webtools提供了一个运行时配置系统的途径Configuration&Deployment Overview1.Choosing and Setting Up a Database2.Choosing and Setting Up an

    13、 Application Server3.OFBiz Configuration1.entityengine.xml1.Transaction Manager Setup2.Database Setup2.serviceengine.xml 3.Other Configuration Files1.debug.properties2.serverstats.properties3.cache.properties4.jndiservers.xml Example 参考原创 Ofbiz 入门教程 需要修改 以下工作添加到party应用 数据库模式(1)entitymodel.xml (2)entitygroup.xml 重新启动,即可发现stuProductSale存在于数据库中了jsp helloworld.jspcontroller.xml Test Ofbiz 可能的风险Java学习效率 书写数据库的schema是否有UI方式 Neogia OFBiz-Generators:http:/neogia.labs.libre-entreprise.org/neogia-generators/index.html远程调试 需要尝试简化版本 现有的应用程序功能并不适合国情界面方面 http:/ 资源比较丰富 免费的邮件列表

    展开阅读全文
    提示  163文库所有资源均是用户自行上传分享,仅供网友学习交流,未经上传用户书面授权,请勿作他用。
    关于本文
    本文标题:基于OFBIZ的ERP配置与开发课件.ppt
    链接地址:https://www.163wenku.com/p-3432928.html

    Copyright@ 2017-2037 Www.163WenKu.Com  网站版权所有  |  资源地图   
    IPC备案号:蜀ICP备2021032737号  | 川公网安备 51099002000191号


    侵权投诉QQ:3464097650  资料上传QQ:3464097650
       


    【声明】本站为“文档C2C交易模式”,即用户上传的文档直接卖给(下载)用户,本站只是网络空间服务平台,本站所有原创文档下载所得归上传人所有,如您发现上传作品侵犯了您的版权,请立刻联系我们并提供证据,我们将在3个工作日内予以改正。

    163文库