Re: Are there some examples of proper generating of XML from queries
Alexander Shopov <[email protected]>
| Newsgroups | gmane.comp.jakarta.taglibs.user |
|---|---|
| Message-ID | <[email protected]> |
Rashmi Rubdi написа: > Hi Alexander, > > I was reflecting back on this and I'm not familiar with JSP in XML syntax. I currently use the regular JSP syntax. Probably one is better than the other in certain situations, I was confused about it after reading a few articles on XML syntax . > > I think if your application is smaller and not complex it's ok if you use JSTL SQL Tags in the JSP. Yes, for now this is a simple prototype. > But, if you want your application to be scalable and it tends to be more complex then, JSTL SQL tags are not recommended. There's supporting mention of this on this article here: > http://www.javaworld.com/javaworld/jw-07-2003/jw-0725-morejsp.html?page=3 under > "Database access library" I agree with the article. Still a full fledged MVC is far too big and wordy for simple prototypes. Are there no easy and concise ways to generate XML from SQL? Kind regards: al_shopov