Posted By:
Anonymous
Posted On:
Thursday, July 26, 2001 06:11 PM
Hi all, I have played with JBuilder 3.0 DataExpress framework and find it neat and tidy and a quick start to access data.
However like all other framework, I am wondering about over-reliance on this framework. Will it make me less aware of the java.sql API underlying?
If that day comes when this framework just cannot support my requirements, does it mean I have to do it the old-fashioned way like coding in java.sql API put the data into Java Vector, Hashtable etc classes and then read them and put the data into the java.awt or javax.swing components and handle all the visual details?
Any JBuilder veterans out there care to share their insights on using this DataExpress architecture and the good old-fashioned way?
Thanks in advance.