The Oracle Lite Blog

The Rekounas Blog about Oracle Lite and Mobile Server Technologies and Solutions

The Oracle Lite Blog header image 4

Entries Tagged as 'Webtogo'

Upgrading from Webtogo to OC4J

April 21st, 2008 · No Comments

Starting upgrading Webtogo to OC4J and here are my likes and dislikes so far:Likes:

Full J2EE compliance
Easier to develop and debug application code
I can specify different JVM from the one that is installed last.

Dislikes:

Customized workspace is not supported (Although, I think I can get around that)
WTGJDBCDriver is doing some really, really weird things.
Session does not contain [...]

[Read more →]

Tags: Oracle Lite · Webtogo

Webtogo or OC4J

December 7th, 2007 · No Comments

The mobile system that I designed 2 1/2 years ago has been in production now for almost 6 months and as any new system that goes into production, changes are inevitable. When we designed the system, we had to come up with two applications that would be implemented both on a WebLogic/Sun ONE container [...]

[Read more →]

Tags: Java · Oracle Lite · Webtogo

My last 2 years with Oracle Lite and Webtogo

April 26th, 2007 · No Comments

So, in the last 2 years of working with Webtogo in a international, web farmed environment; here are all the issues I encountered:

Oracle Lite did not work with UTF8… but does now
The customized workspace likes the use of absolute paths… even though it’s suppose to be your customized workspace! The servlets are hard coded [...]

[Read more →]

Tags: Oracle Lite · Webtogo

String encryption and Webtogo

March 17th, 2007 · No Comments

A couple of weeks ago, I upgraded my client JRE from 1.4.2_03 to 1.4.2_13. When I did this, the Cipher encryption on my site started throwing an exception:
java.lang.NoClassDefFoundError at javax.crypto.Cipher.getInstance(DashoA6275)
So, I opened a metalink ticket and was able to resolve the issue by adding the following parameter to the webtogo.ora file on my client:
[WEBTOGO]
NO_URL_FACTORY=YES
I [...]

[Read more →]

Tags: Java · Webtogo

WTGJdbcDriver vs. POLJDBCDriver

January 15th, 2007 · No Comments

I found a transaction test that I was performing a while back that might help you. In this example, I am using both drivers, I have an open connection with both drivers and I show an example of updating the dbname database with an insert and update statement. Note that even though I [...]

[Read more →]

Tags: Java · Oracle Lite · Webtogo