This is just a question I could not answer from the QuickStart Guide. I rely on it regularly.
I started my app using VisualBuilder. It is too large and now development proceeds using the jsp files directly. Some of the generated code has come along for the ride.
In particular, I have still been maintaining the ds.xml files. Just recently I noticed that I had (originally) duplicate operationBindings in my DataSource.create invocations.
Do I really need them both? Which one superceeds? It appears to me that the ds.xml code is used by the 'server'. Do they have separate roles?
Thanks,
Rick
I started my app using VisualBuilder. It is too large and now development proceeds using the jsp files directly. Some of the generated code has come along for the ride.
In particular, I have still been maintaining the ds.xml files. Just recently I noticed that I had (originally) duplicate operationBindings in my DataSource.create invocations.
Do I really need them both? Which one superceeds? It appears to me that the ds.xml code is used by the 'server'. Do they have separate roles?
Thanks,
Rick
Comment