Cargando…

Apache OFBiz cookbook /

Apache Open For Business (OFBiz) is an enterprise resource planning (ERP) system that provides a common data model and an extensive set of business processes. But without proper guidance on developing performance-critical applications, it is easy to make the wrong design and technology decisions. Th...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Hoffman, Ruth
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, U.K. : Packt Pub., ©2010.
Colección:Open source : community experience distilled.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBSCO_ocn694184778
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 101223s2010 enka o 001 0 eng d
040 |a N$T  |b eng  |e pn  |c N$T  |d E7B  |d OCLCQ  |d OCLCF  |d NLGGC  |d YDXCP  |d OCLCQ  |d COO  |d OCLCQ  |d AZK  |d AGLDB  |d OCLCQ  |d CNNOR  |d OCLCQ  |d FEM  |d MOR  |d PIFAG  |d JBG  |d OCLCQ  |d U3W  |d BRL  |d STF  |d VNS  |d WRM  |d OCLCQ  |d VTS  |d NLE  |d INT  |d OCLCQ  |d UKMGB  |d OCLCQ  |d A6Q  |d M8D  |d UKAHL  |d HS0  |d UKCRE  |d BOL  |d OCLCQ  |d OCLCO  |d OCLCQ 
016 7 |a 018011824  |2 Uk 
019 |a 694147029  |a 961507156  |a 962694725  |a 968999504  |a 988481464  |a 992115814  |a 1037461122  |a 1038700101  |a 1083603316  |a 1114458771  |a 1153510813 
020 |a 9781847199195  |q (electronic bk.) 
020 |a 1847199194  |q (electronic bk.) 
020 |a 1847199186  |q (Trade Paper) 
020 |a 9781847199188  |q (Trade Paper) 
020 |z 9781847199188 
029 1 |a AU@  |b 000054176963 
029 1 |a DEBBG  |b BV042969443 
029 1 |a DEBSZ  |b 421662425 
029 1 |a HEBIS  |b 278030718 
029 1 |a NZ1  |b 13934904 
029 1 |a UKMGB  |b 018011824 
029 1 |a DKDLA  |b 820120-katalog:999942187505765 
035 |a (OCoLC)694184778  |z (OCoLC)694147029  |z (OCoLC)961507156  |z (OCoLC)962694725  |z (OCoLC)968999504  |z (OCoLC)988481464  |z (OCoLC)992115814  |z (OCoLC)1037461122  |z (OCoLC)1038700101  |z (OCoLC)1083603316  |z (OCoLC)1114458771  |z (OCoLC)1153510813 
037 |a 4276060871340546663  |b TotalBoox  |f Ebook only  |n www.totalboox.com 
050 4 |a HF5548.4.A63  |b H64 2010eb 
072 7 |a COM  |x 084000  |2 bisacsh 
082 0 4 |a 005.365  |2 22 
049 |a UAMI 
100 1 |a Hoffman, Ruth. 
245 1 0 |a Apache OFBiz cookbook /  |c Ruth Hoffman. 
260 |a Birmingham, U.K. :  |b Packt Pub.,  |c ©2010. 
300 |a 1 online resource (iv, 284 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
340 |g polychrome.  |2 rdacc  |0 http://rdaregistry.info/termList/RDAColourContent/1003 
347 |a data file 
490 1 |a Open source : community experience distilled 
588 0 |a Print version record. 
520 8 |a Apache Open For Business (OFBiz) is an enterprise resource planning (ERP) system that provides a common data model and an extensive set of business processes. But without proper guidance on developing performance-critical applications, it is easy to make the wrong design and technology decisions. The power and promise of Apache OFBiz is comprehensively revealed in a collection of self-contained, quick, practical recipes in this Cookbook. This book covers a range of topics from initial system setup to web application and HTML page creation, Java development, and data maintenance tasks. Focusing on a series of the most commonly performed OFBiz tasks, it provides clear, cogent, and easy-to-follow instructions designed to make the most of your OFBiz experience. Let this book be your guide to enhancing your OFBiz productivity by saving you valuable time. Written specifically to give clear and straightforward answers to the most commonly asked OFBiz questions, this compendium of OFBiz recipes will show you everything you need to know to get things done in OFBiz. Whether you are new to OFBiz or an old pro, you are sure to find many useful hints and handy tips here. Topics range from getting started to configuration and system setup, security and database management through the final stages of developing and testing new OFBiz applications. Unlock the power and promise of Apache OFBiz with this comprehensive collection of concise, insightful, and proven recipes, timesaving techniques, and helpful hints. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; Table of Contents; Preface; Chapter 1:Getting Started; Introduction; Getting the project code; Getting code from the Subversion repository; Fixing IP port collision errors; The JAVA_HOME setting; ""Class Not Found"" errors; Installation verification; SSL verification; Running JUnit tests; Locating a OFBiz Component; Locating an OFBiz Application; Chapter 2:Java Development; Introduction; Java runtime CLASSPATH; Java compile time CLASSPATH; Naming conventions; Writing OFBiz Java Events; Writing OFBiz Java Services 
505 8 |a Debugging using the logfileCalling OFBiz Services from a Java program; Getting and validating request parameters (Events); Getting and validating request parameters (Services); Managing error messages; Using Java properties files; Sending e-mail from an OFBiz Event or Service; Handling XML files; Chapter 3:The User Interface; Introduction; Creating HTML web pages; Adding actions to Screen widgets; HTML markup in Screen widgets; CSS styling in Screen widgets; Platform-specific widgets; OFBiz Tree widgets; OFBiz Menu widgets; OFBiz Form widgets; Creating web pages using FreeMarker 
505 8 |a Passing Screen widget parameters to FreeMarkerCalling Java methods from FreeMarker; Forcing FreeMarker to render HTML markup; Uploading files in FreeMarker forms; Chapter 4:OFBiz Services; Introduction; Managing existing OFBiz Services; Calling a Service from an HTML form; Calling asynchronous Services from HTML forms; Calling a Service many times from an HTML form; Creating a new Service definition file; Creating a new Service definition; Implementing Services; Defining Service attributes (INPUT/OUTPUT); Service Event Condition Actions; Service groups; Handling Service errors 
505 8 |a Writing Groovy ServicesMail Event Condition Actions; Entity Event Condition Actions; Chapter 5:The OFBiz Entity Engine; Introduction; Changing the default database; Connecting to a remote database; Connecting to multiple databases; Creating entity groups; Disabling automatic database checks; Mapping database data types; Creating a new entity model; Modifying an existing entity model; Building a view-entity; Chapter 6:OFBiz Security; Introduction; Securing communications ports; Disabling demonstration user accounts; Protecting OFBiz web pages; Creating user accounts 
505 8 |a Protecting applications using security groupsProtecting views (""Tarpitting""); Retrieving forgotten passwords; Changing your password; Adding or changing SSL certificates; OFBiz single sign-on and the external login key; Chapter 7:WebTools; Introduction; Cache maintenance; Changing debug settings; Exporting database data to XML documents; Loading database(s) from XML documents; Managing internationalization labels; Using the SQL processor; Exploring the entity reference tool; Viewing OFBiz usage statistics; Uncovering artifact information; Working with temporal expressions 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Business  |x Computer programs. 
650 0 |a Business  |x Data processing. 
650 0 |a Business logistics  |x Computer programs. 
650 6 |a Gestion  |x Informatique. 
650 6 |a Logistique (Organisation)  |x Logiciels. 
650 7 |a COMPUTERS  |x Desktop Applications  |x General.  |2 bisacsh 
650 7 |a Business  |x Computer programs.  |2 fast  |0 (OCoLC)fst00842283 
650 7 |a Business  |x Data processing.  |2 fast  |0 (OCoLC)fst00842293 
650 7 |a Business logistics  |x Computer programs.  |2 fast  |0 (OCoLC)fst00842761 
776 0 8 |i Print version:  |a Hoffman, Ruth.  |t Apache OFBiz cookbook.  |d Birmingham, U.K. : Packt Pub., ©2010  |z 9781847199188 
830 0 |a Open source : community experience distilled. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=345706  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26943021 
938 |a ebrary  |b EBRY  |n ebr10428667 
938 |a EBSCOhost  |b EBSC  |n 345706 
938 |a YBP Library Services  |b YANK  |n 3573255 
994 |a 92  |b IZTAP