[OT]Re: Off topic Oracle JDeveloper question

2004-03-18 Thread Duncan Mills
You, Martin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Regards Duncan Mills - To unsubscribe, e

Re: action - delegate - facade

2004-03-17 Thread Duncan Mills
In relation to this area it's probably worth tracking JSR 227 - A Standard Data Binding Data Access Facility for J2EE (http://www.jcp.org/en/jsr/detail?id=227) Which provides, in metadata, an abstraction of the business service in terms of collections and operations. Allowing the view

[OT]Re: Multiple databases in 1 Query

2004-03-10 Thread Duncan Mills
Certainly if you are using Oracle you can set up a Database link on one database to provide access to schemas on another, So you write the query against the first and then the link takes care of pulling the data across from the other instance. Other Databases may have similar mechanisms: eg

Re: [OT] Database locking and deadlock

2004-03-09 Thread Duncan Mills
From a pure Oracle perspective I would program this more defensively e.g Do a select for update nowait before you issue the update to grab the lock in advance. That way you'll get an oracle error (ora -54) if another user has the row and you can handle it appropriately Duncan Shyam A wrote:

Re: An OCI - JDBC Source Code snippet is required for inserting CLOB data using Java.

2004-02-18 Thread Duncan Mills
There are loads of JDBC samples for Oracle on the Oracle Technology network Check out http://otn.oracle.com/sample_code/tech/java/sqlj_jdbc/index.html Regards Duncan Mills - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 12:19 PM

Re: Configuring Struts applications on OC4J (Oracle 9i AS)

2004-01-26 Thread Duncan Mills
in http-web.site.xml Regards Duncan Mills [EMAIL PROTECTED] - Original Message - From: Shyam A To: [EMAIL PROTECTED] Sent: Friday, January 23, 2004 10:53 PM Subject: Configuring Struts applications on OC4J (Oracle 9i AS) Hi, I'm working on Struts applications that are deployed on OC4J

Re: IDE

2003-11-19 Thread Duncan Mills
Sergio have you checked out the 10g release of JDeveloper? http://otn.oracle.com/products/jdev/index.html There is a visual pageflow modeler for Struts as well as a lot of other new features Regards Duncan Mills - Original Message - From: Gonzalez ComesaƱa ; Sergio Eduardo To: Struts

Re: Oracle 10g Preview Linux [OT]

2003-10-20 Thread Duncan Mills
/ customise the technologies used in the default templates using the Edit button on the New Application Workspace dialog. Regards Duncan Mills - Original Message - From: Martin Gainty [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Sunday, October 19, 2003 10:27 PM

Re: struts include

2003-10-16 Thread Duncan Mills
Marco - are you using ADF bindings on the Tile to create the menu? Is this where the problem lies... Regards Duncan Mills - Original Message - From: Marco Rossi To: Struts Users Mailing List Sent: Thursday, October 16, 2003 9:33 AM Subject: Re: struts include Tiles is the only

Re: struts include

2003-10-16 Thread Duncan Mills
, with the correct table data being merged into the page. What does not work for you? do you get an error, have you set up the Tiles Plug-in in your struts-config? Regards Duncan Mills - Original Message - From: Marco Rossi To: Struts Users Mailing List Sent: Thursday, October 16, 2003 10:06 AM

Re: IDE

2003-10-15 Thread Duncan Mills
Chris - you'll be glad to know the browser command line has been fixed for the production version. The other issues I'll take off-line with you Regards Duncan Mills From: Christian Bollmeyer To: Struts Users Mailing List Sent: Tuesday, October 14, 2003 10:19 PM Subject: Re: IDE Am

Re: IDE

2003-10-14 Thread Duncan Mills
Depends on your interpretation of the word open in this context, if it's Free to download and evaluate then try Oracle JDeveloper 10g Preview release http://otn.oracle.com/products/jdev If the definition is Product that I will never, ever, ever have to pay for then ignore this. Regards Duncan

Re: Multi config files and global forward

2003-09-25 Thread Duncan Mills
Regards Duncan Mills - Original Message - From: Franck Lefebure To: 'Struts Users Mailing List' Sent: Wednesday, September 24, 2003 8:39 PM Subject: Multi config files and global forward Hello, My web.xml looks like : servlet servlet-nameaction/servlet-name servlet

Re: JSP IDEs

2003-09-25 Thread Duncan Mills
[Shameless Vendor Plug] JDeveloper 10g will evaluate tags for you in the JSP Visual Editor if you wish - no need to even go into preview Regards Duncan Mills - Original Message - From: Mark Galbreath To: Struts Users Mailing List Sent: Wednesday, September 24, 2003 2:20 PM Subject

Re: IDE for Struts Examples

2003-09-23 Thread Duncan Mills
Just checked and the struts-example.war shipped with the preview is fine - for me all the jsps get imported and Edit Struts Page Flow is available off of the Context menu on the Struts Config... Regards Duncan Mills Senior Principal Product Manager Oracle Application Development Tools [EMAIL

Re: IDE for Struts Examples

2003-09-23 Thread Duncan Mills
production release, but will be updated when the time comes. Regards Duncan Mills - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: IDE for Struts Examples

2003-09-22 Thread Duncan Mills
editor drill down through Web Content /WEB_INF to find the struts-config.xml and choose Edit page flow from the context menu. Regards Duncan Mills - Original Message - From: Martin Gainty To: [EMAIL PROTECTED] Sent: Monday, September 22, 2003 2:12 PM Subject: IDE for Struts Examples