Free Ebook Manual Download

Programming, Automotive, Hardware, Gadget

SiteGround / cPanel Tutorial

This guide will walk you through the setup process and installation steps for eFront version 3.1.3. SiteGround and cPanel were selected as reference, but the procedure is pretty much the same for any hosting provider. The guide assumes you have some experience in using cPanel as well as setting up a domain. For the sake of the examples, we will use the “venakis.org” domain.
Read the rest of this entry »

Getting Start OJB

This document will guide you through the very first steps of setting up a project with OJB. To make this easier, OJB comes with a blank project template called ojb-blank which you’re encouraged to use. You can download it here. For the purpose of this guide, we’ll be showing you how to setup the project for a simple application that handles products and uses MySQL. This is continued later on in the next tutorial parts.
Read the rest of this entry »

Many users who installed the GoLive Preconfigured Servers and MySQL on Mac OS X 10.1.x found that MySQL was broken after they upgraded to Mac OS X 10.2. If you run the Start MySql script and get an error message as seen below in Figure 5.1 then you need to fix your MySQL installation under OS X 10.2. The good news is that it’s very easy and this step-by- step tutorial will walk you through the process.
Read the rest of this entry »

In this document, we describe a simple application that keeps track of payments made to client accounts. Setup: The current version of the application is configured to use an HSQLDB database (although connections to a MySQL database and an MS Access database are also included in comments at the beginning of ClientBillingDB.java).
Read the rest of this entry »