GeekArticles
Java
J2EEEasy Web Templates with Oracle JDeveloper 10g
Author: developer.com |
Published: 10th Aug 2005 |
Visited: 376 times |
Add CommentFiled in: J2EEBy Chris Schalk Go to page: 1 2 Next A "How To" article on working with Web templates in JDeveloper 10g Introduction Getting Started5;Building a Web Template Archiving Web Templates as J2EE War Files Future Web Templating Support in JDeveloper 10.1.3 Production Summary Introduction Although JDeveloper 10g Production (10.1.2) and 10.1.3 preview have yet to offer their official Web application templating support out of the box, Web developers needn't wait for JDev's final template support...n
Read Article Sponsored Links
Related Articles
• Using Oracle XML DB Repository Using Oracle XML DB Repository
Another variation on accessing and manipulating XML content stored in Oracle database is provided by Oracle XML DB repository, which is an essential component of Oracle XML ...
• Querying Data with Oracle XQuery Querying Data with Oracle XQuery
Starting with Oracle Database 10g Release 2, you can take advantage of a full-featured native XQuery engine integrated with the database. With Oracle XQuery, you can accomplish various tasks involved in developing PHP/Oracle XML applications, operating on any kind of ...
• Another 3 EASY way to Stopping ASP.Net ViewState Problem The ASPNet pages uses ViewState field to store current data between server and client. But if you have many controls or data on your page viewstate info will become bigger than your normal html. So this helpers allows to stop viewstate prob ...
• Querying SQLServer tables from within an Oracle session Dear Tom;
I need to query a SQLServer table from within an Oracle session, for example SQLPlus. Is there an easy way to do this, something like:
<CODE> select * from t@sql_server_link </CODE>
May you redirect me to the appropriate documentati ...