The Oracle Lite Blog

The Rekounas Blog about Oracle's Mobile Enterprise Application Platform

The Oracle Lite Blog header image 4

Entries from November 2006

Compiling JSPs and deploying a webtogo application

November 28th, 2006 · No Comments

Ported a J2EE application this week to webtogo. I had an issue with my deployment due to the fact that I had an ‘_’ in my relative path. OJSP compiler translated that to ‘__’ and webtogo couldn’t find the package when I would reference the jsp. Also, noticed that the Webtogo Packaging Wizard doesn’t compile [...]

Share

[Read more →]

Tags: Oracle Lite

Deploying a large Web-to-go application

November 10th, 2006 · No Comments

I have recently started coding for the sync process and have determined that the packaging wizard will not fulfil my needs. I have to use a hybrid approach combining the packaging wizard with the Consolidator API to get my application deployed. The first hurdle I have was to determine table weight. I completed that using [...]

Share

[Read more →]

Tags: Oracle Lite

Customizing the Workspace

November 10th, 2006 · No Comments

I have recently started coding for the sync process and have determined that the packaging wizard will not fulfil my needs. I have to use a hybrid approach combining the packaging wizard with the Consolidator API to get my application deployed. The first hurdle I have was to determine table weight. I completed that using [...]

Share

[Read more →]

Tags: Oracle Lite

Determining table weights

November 10th, 2006 · 2 Comments

One of the first things that you need to identify when developing a mobile application is to identify all the tables that will be synched and their relationships. In Oracle Lite, this is called Table Weights. Most applications that are developed have about 20-30 tables, so doing this manually shouldn’t take that long. I am [...]

Share

[Read more →]

Tags: Oracle Lite