1 / 454
文档名称:

Packt-Apache OFBiz Development The Beginner's Tutorial (2008).[1847194001].pdf

格式:pdf   页数:454
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

Packt-Apache OFBiz Development The Beginner's Tutorial (2008).[1847194001].pdf

上传人:kuo08091 2014/4/7 文件大小:0 KB

下载得到文件列表

Packt-Apache OFBiz Development The Beginner's Tutorial (2008).[1847194001].pdf

文档介绍

文档介绍:Table of Content
Preface 1
Chapter 1: Getting Started with OFBiz 9
Getting the OFBiz Code 9
Downloading and Installing SVN 10
Downloading TortoiseSVN 10
Using SVN to Get OFBiz 11
Our OFBiz Workspace—First Look 13
Installing the Java Development Kit (JDK) 14
Downloading JDK 14
Installing JDK 15
Downloading OFBiz Ready to Launch 16
Setting Up an Eclipse Project 16
Using Derby—the OFBiz Stock Database 19
Compiling OFBiz and Loading the Data 20
Verifying the Installation Process 20
pilation Portion 20
The Data Loading Portion 21
Some Pre-Ignition Processes we won't do Twice 21
Backing Up the Derby Data Files 22
Running OFBiz 22
Allocating Memory for OFBiz 22
Starting OFBiz and Verifying the Start-Up Process 24
Seeing the Logs in Real Time 25
Possible Problems with Start-Up 25
Switching Off OFBiz 25
Our First Tour of OFBiz 26
Accessing OFBiz 26
Exploring the Webapp "ecommerce" 28
Let's Buy Something 28
Exploring the Webapp "order" 32
Table of Contents
Receiving Payment 32
Fulfilling the Order 34
Invoice Automatically Generated with Payment Applied 34
End-to-End pleted 34
Summary 35
Chapter 2: Working with OFBiz 37
Adding Our First Field 37
Changing the Data 39
Editing the Entity Definition 39
Updating the Database 40
Changing the Looks 40
Editing the User-Interface 41
Checking Our Changes 41
Changing the Flow 42
Rewiring the "Save" (Update Postal Address) Button 42
Creating the New Widget Screen 43
Creating the FTL File 44
More to the Flow 45
Some Changes Possible with Engines Running 47
Resetting Our Play Area Quickly 48
Skipping Some Pre-Ignition Processes 49
Restoring Derby Data Files 49
Removing the Web Server (Catalina) Work Files 49
Updating the Database with Our Data Entity Changes 49
Showing Off Our Spanking New OFBiz Installation 50
Tripping Up Our Plan 50
Storing a Save-Point to Dramatically Ease Testing 50
Archiving Derby Data Files and Web