Re: [OT] Java as a Daemon

2005-07-15 Thread Duncan Mills
that the source DB access the target directly? Because right now these DB's are accessed via web services Im thinking if the source DB can directly connect to the target DB. Also these procedural package, can they send notification emails? On 7/14/05, Duncan Mills <[EMAIL PROTECTED

Re: [OT] Java as a Daemon

2005-07-14 Thread Duncan Mills
unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Regards Duncan Mills Senior Principal Product Manager Oracle Application Development Tools [EMAIL PROTECTED] - To unsubscribe,

Re: anyone else pass their ActionForm off to another (layer) helper

2005-07-13 Thread Duncan Mills
at your Actions use" or something along those lines. Sorry for all the confusion. (Wish I could go back an edit the subject heading:) -- Regards Duncan Mills Senior Principal Product Manager Oracle Application Development Tools [EMAIL PROTECTED]

Re: Anyone going to JavaOne!

2005-06-26 Thread Duncan Mills
present? I find the topic interesting, especially since I'm probably going to the Boston JUG in August to learn why Spring is supposed to be such a big deal. :) Regards, David -Original Message- From: Duncan Mills [mailto:[EMAIL PROTECTED] Sent: Sunday, June 26, 2005 12:40 PM To: S

Re: Anyone going to JavaOne!

2005-06-26 Thread Duncan Mills
Going and Speaking: TS-5068 - Spring and JavaServer™ Faces Technology: Synergy or Superfluous? I'll also be around at Van's BayChi event Duncan http://www.groundside.com/blog Richard Yee wrote: Anyone on the list going to JavaOne? -Richard

Re: Oracle 10g and 'forward with redirect'

2005-06-07 Thread Duncan Mills
Michael, are you in a clustered environment here or is it a single OC4J instance? Duncan Michael Rasmussen wrote: I am working with Oracle Application Server 10G (version 9.0.4.0.0 according to help) with an application using Struts 1.1. We want to use Struts' forward with redirect option, bu

London JSF and Struts BOF

2005-05-05 Thread Duncan Mills
working and meal afterwards Anyone is welcome to come along, but do let me know beforehand. Duncan Mills http://www.groundside.com/blog

[OT]Re: Possibly OT: JSF Facets

2005-05-04 Thread Duncan Mills
Facets are named children of a component. You put something in a named slot and then the component actually takes care of how they gets laid out. This means the component can control the look and feel of the layout and adapt to localization issues such as reading right to left. It's a bit like

[OT] BC4J

2005-04-12 Thread Duncan Mills
um=83) Duncan Mills http://www.groundside.com/blog G V wrote: Hi Anyone there to help me in Business components 4 java(BC4J)? I am getting a error Common.jpx not found.how to solve this? vim __ Yahoo! Mail Mobile Take Yahoo! Mail with you! Check email on

Re: Need Database Connectivity Advice

2005-04-11 Thread Duncan Mills
Depending on your feelings towards paying for an O/R mapping solution, there are two long established O/R mapping mechanisms from Oracle. * TopLink (http://www.oracle.com/technology/products/ias/toplink/index.html) * ADF Business Components (http://www.oracle.com/technology/produc

Re: jsf] RE: [REFERENDUM] Struts is a Community

2005-04-11 Thread Duncan Mills
[EMAIL PROTECTED] is also active, but not to the extent of the MyFaces user list. Duncan http://www.groundside.com/blog [EMAIL PROTECTED] wrote: Hi Is there any other "real" list than MyFaces :) Hermod -Original Message- From: Jesse Alexander (KBSA 21) [mailto:[EMAIL PROTECTED] Sent: Mond

Re: [OT]Tool to find amount of data transfered in web application

2005-04-08 Thread Duncan Mills
I'd use a packet sniffer like ethereal (www.ethereal.com) . Its free under the GNU license and tremendously powerful. You should be able to use it to measure both HTTP and Telnet traffic. The only problem I have with it is the amount of stuff it captures, fortunately it has sophisticated filt

Re: [Shale] Resource initialisation best practice

2005-03-18 Thread Duncan Mills
ts of the list can be composed with literal Java statements (as was done here for simplicity), loaded from a database or web service call, or whatever you need. For extra credit, you can hook up JSF-Spring and use Spring's mechanisms to configure the managed bean for you. Craig On Fri, 18 Mar 2

[Shale] Resource initialisation best practice

2005-03-18 Thread Duncan Mills
r page setup. Does anyone have any other ideas? Duncan Mills http://www.groundside.com/blog - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Eliminate Setup Actions

2005-03-09 Thread Duncan Mills
An extension of the approach here is what we so with the Oracle ADF framework, namely that of associating a metadata XML file with the Action which drives the runtime framework to prepare the bindings for the page. So this is taking the whole declarative thing that much further by basically pu

Re: Servlet and JSP dependencies for Struts, JSF and Shale

2005-03-09 Thread Duncan Mills
For Shale check out the WIKI: http://wiki.apache.org/struts/StrutsShale http://wiki.apache.org/struts/BuildingShale Duncan Simon Chappell wrote: I need to pull a document together that lists the JSP and Servlet versions required by each of the available versions of Struts, JSF and Shale. I have loo

Re: Is There a Tool for JSF?

2005-03-09 Thread Duncan Mills
Check out Oracle JDeveloper 10.1.3 preview - you can download that for free from http://www.oracle.com/technology/software/products/jdev/index.html This has both Struts and JSF visual modeling as well as JSP WYSIWYG editing. ( And no you don't need Oracle Application Server or database to use it

Re: Here's a question for yous...

2005-03-03 Thread Duncan Mills
David - I was going to give a run through on Shale at the Struts London Meetup <http://struts.meetup.com/4/> on the 15th I appreciate you may not be able to make it but I'll post the sides up somewhere after the event and push that into the Wiki. Duncan Mills http://www.groundsi

Re: Struts Studio

2005-02-11 Thread Duncan Mills
at some point although I'd probably stop at downloading the Struts source and not reach for my copy of Peter Norton's Guide to x86 Assembler :-) The real fun comes later with that pesky data, but that's a whole separate topic. My 2p Regards Duncan Mills www.groundside.com/blo

Re: [OT] Identify web user in intranet

2005-02-11 Thread Duncan Mills
y are, applets do have their uses. Regards Duncan Mills http://www.groundside.com/blog Ashish Kulkarni wrote: Hi thanx for the mail, here is my problem we have machines installed on different floors of building, and we have to design a web page which will give floor plan and display it on that machine br

Re: Parse XML Files

2005-01-28 Thread Duncan Mills
For a good summary of the options check out the following Blog entry from Olivier Le Diouris http://jroller.com/page/oliv/20050112 Regards Duncan Mills Nelson wrote: Hi Guys, I'm new to struts and JSP and need to parse and compare XML files. I know you can do this with JSTL tags, but wa

Re: how to integrate struts project with hibernate?

2005-01-27 Thread Duncan Mills
l send you what I can find offline. Duncan dot mills at oracle dot com Regards Duncan Mills Metin Erksan wrote: hi i try to integrate my struts project with hibernate.i m newbie about hibernate.i use jdeveloper10g. i googled but i found a few samples that use hibernate plugin for struts . is

Re: [OT]Applet question, open in new JVM

2005-01-25 Thread Duncan Mills
don't you? Regards Duncan Mills Senior Principal Product Manager Oracle Application Development Tools [EMAIL PROTECTED] Ashish Kulkarni wrote: Hi I was working on a Applet in which i had some static methods in a class with some applet data, it was working great untill i had to develop anothe

Re: [Vendor] Oracle JDeveloper 10.1.3 Preview version available

2004-12-06 Thread Duncan Mills
Derek, Better co-existence with Tiles is something we'll have in the production version. It's a feature that got dropped from the preview cut, the team had to get the JSF navigation modeller out of the door as a priority. Regards Duncan Mills Derek Broughton wrote: On Monday 06 Dec

[Vendor] Oracle JDeveloper 10.1.3 Preview version available

2004-12-06 Thread Duncan Mills
s shipping with 1.1 of Struts still. Production will be integrated with 1.2.6 (or whatever), but you can simply upgrade the preview to use a newer version if the fancy takes you (See: http://www.oracle.com/technology/products/jdev/tips/mills/struts1_2.html) Any questions just ask me. --

Re: Validator question

2004-11-30 Thread Duncan Mills
/ Manually Regards Duncan Mills Vinicius Caldeira Carvalho wrote: Bill Siggelkow wrote: Make sure you are using the latest release of Struts (http://struts.apache.org/acquiring.html). In Struts 1.2.2 (IIRC) there was an inconsistency with the Validator that caused this problem. -Bill Siggelko

Re: Subclassing RequestProcessor

2004-11-30 Thread Duncan Mills
The element should appear above the (& ) elements in the config XML Regards Duncan Mills Brij Naald wrote: Hi, I'm trying to work with a subclass of requestprocessor. Therefore I add in the struts-config.xml. How simple this looks, it doesn't work. When I add this line to th

Re: [OT] different java versions in same project

2004-11-29 Thread Duncan Mills
I don't see that there will be an issue there - the Applet will run in a different JVM from the server side part of the application and you probably want to package it separately in any case as a stand alone JAR Regards Duncan Mills http://www.groundside.com/blog Ashish Kulkarni wrote: H

Re: Applicaton-specific logging in Struts

2004-11-26 Thread Duncan Mills
insaw=org.apache.log4j.net.SocketAppender log4j.appender.Chainsaw.remoteHost=127.0.0.1 log4j.appender.Chainsaw.port=4560 log4j.logger.your.package=DEBUG You can get chainsaw at http://logging.apache.org/log4j/docs/chainsaw.html Regards Duncan Mills Nicholas Hemley wrote: Hello, I have implemented a plug

Re: [OT] Plug for Geary's JSF book

2004-11-24 Thread Duncan Mills
+1 Core JavaServer Faces certainly has the clearest explanation of JSF Eventing that I've found Regards Duncan Mills http://www.groundside.com/blog Rick Reumann wrote: Sorry if this hits the list twice. I think my works outgoing server pegged it as Spam.. If you are Struts person thi

Re: [OT] quick JSF question.. can it handle nested VOs easily?

2004-11-24 Thread Duncan Mills
Additionally if it'll make you feel warm and fuzzy (?) , The Oracle ADF Faces distribution includes a forEach component which acts just like a JSTL tag for iterating through collections within a manged bean . Regards Duncan Mills http://www.groundside.com/blog Craig McClanahan wrote: O

Re: dynabean and jstl

2004-11-23 Thread Duncan Mills
It works with org.apache.struts.action.DynaActionForm which exposes a getMap() method Regards Duncan Mills http://www.goundside.com/blog Mario Neè wrote: this is the error Unable to find a value for "map" in object of class "org.apache.commons.beanutils.BasicDynaBean" usin

Re: dynabean and jstl

2004-11-23 Thread Duncan Mills
Sure, with a Dynaform called dynaLogonForm and a of "email" you would use somethng like: Duncan Regards Duncan Mills http://www.goundside.com/blog Mario Neè wrote: Hello, can i use dynabean inside a jsp using jstl ? i'm usi

Re: Struts Best Practices

2004-11-04 Thread Duncan Mills
Ted Husted has a good set of resources and hints (http://www.husted.com/struts/) though these may be too specific? You should also check out the StrutsCatalog in the Wiki (http://wiki.apache.org/struts/StrutsCatalog) Regards Duncan Mills www.groundside.com/blog Tushar Agrawal wrote: Hi

Re: Struts & JSF - CommandButton Actions

2004-10-13 Thread Duncan Mills
when immediate="true" is used in both cases? Regards Duncan Mills Craig McClanahan wrote: On Wed, 13 Oct 2004 16:06:07 +0100, Duncan Mills <[EMAIL PROTECTED]> wrote: I've been experimenting with the Struts + Faces integration library and have hit one puzzling behavior usin

Struts & JSF - CommandButton Actions

2004-10-13 Thread Duncan Mills
or difference in lifecycle with respect to Form-Bean, or should we not be overloading ActionForms with commandButton actions? -- Regards Duncan Mills - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: how to send an email

2004-10-13 Thread Duncan Mills
lic String getSmtpServer() { return smtpServer; } public void setSmtpServer(String smtpServer) { this.smtpServer = smtpServer; } public String getMsgSubject() { return msgSubject; } public void setMsgSubject(String msgSubject) { this.msgSubject = msgSubject; } } [--Badly formmated c

Re: struts and oracle

2004-10-04 Thread DUNCAN . MILLS
Dante - you can just swap out the shipped 1.1 version of Struts with the 1.2.4 distribution - see the article http://www.oracle.com/technology/products/jdev/tips/mills/struts1_2_1.html The version numbers need updating but it should be the same with 1.2.4 Duncan Mills --- Original Message

Re: jstl and the brink of madness

2004-09-30 Thread Duncan Mills
Shouldn't your test be: hello goodbye As you've set this as a Request attribute Regards Duncan Mills andy wix wrote: Hi, The following expression always evaluates to true even though I can see the create parameter in the request. <%@ taglib uri="jstl/c" prefix="c

Re: Error reading text from ApplicationResources.properties

2004-09-29 Thread Duncan Mills
In this case I suspect the problem is that the basename attribute in the tag does not have the full path to the file. e.g. it should be something like basename="myapp.view.resources.ApplicationResources" Regards Duncan Mills Jeff Beal wrote: Rudi Doku wrote: Hello, I'm new to

Re: Client Side Validation using a pure JSF Only Application

2004-09-29 Thread Duncan Mills
Check out the Oracle Faces components set which you can get an Early Access version of from: http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/index.html This implemenation has client side validators built-in Regards Duncan Mills babloosony wrote: Hi All, There

Re: extracting data from oracle to excel

2004-09-28 Thread Duncan Mills
JACOB libraries(danadler.com/jacob) which will allow you to call Excels OLE interfaces directly from your Java Code. I've used the latter a lot but you have to know Excels OLE interfaces well otherwise it can be a little frustrating Regards Duncan Mills Senior Principal Product Manager Ora

Re: [NEWBIE] Local forward with html:link?

2004-09-28 Thread Duncan Mills
act to that event as well. However, it does mean that the same page can be re-used because it's now working on a named event basis, and then it's up to the handling action to process the event as makes sense in the context that the .JSP is being used. As I say this is just one possible

Re: Help with Cactus StrutsTestCase

2004-08-27 Thread Duncan Mills
it out: http://www.oracle.com/technology/pub/articles/server_side_unit_tests.html Regards Duncan Mills http://www.groundside.com/blog Leandro Melo wrote: Doesn`t know the answer, where can i find a good tutorial do test struts applications? Is it true that for good testing the actions must

Re: Wildcard action mapping use of **

2004-08-05 Thread Duncan Mills
Yup. And while we're on the subject if anyone has an idea as to how the hell we (and other vendors doing Struts Diagramming tools) are supposed to represent Wildcard Actions on a Page flow diagram I'd love to hear :-) Regards Duncan Mills Ruth, Brice wrote: Bill Siggelkow wrote:

Re: [OT] XML Schema for Tiles

2004-07-30 Thread Duncan Mills
Just giving back to the community... Regards Duncan Mills Mark Lowe wrote: sorry i just read the blog and seen that its not what you want at all. In fact you didn't want anything in the first place :) On 30 Jul 2004, at 14:42, Mark Lowe wrote: Is downloading this what you want to do?

Re: [OT] XML Schema for Tiles

2004-07-30 Thread Duncan Mills
Nope - I needed an XML schema not a DTD to register with JDeveloper's XML editor - The XSD I've created is generated out of the DTD so they are consistent. Regards Duncan Mills Mark Lowe wrote: Is downloading this what you want to do? http://jakarta.apache.org/struts/dtds/tiles-conf

[OT] XML Schema for Tiles

2004-07-30 Thread Duncan Mills
ng this in JDeveloper to make the XML editor Tiles "aware" http://www.groundside.com/blog/content/DuncanMills/J2EE+Development/?permalink=5FE62D2ADB6014F84A346B0853B995B6.txt) -- Regards Duncan Mills - To unsubscribe, e-mail: [

Re: Tiles and Oracle ADF in JDeveloper10g

2004-07-12 Thread Duncan Mills
s the case then tweek it so that DataPage points to the tiles def as a while rather than the bound JSP and run the DataPage. Regards Duncan Mills http://www.groundside.com/blog Ruffin, John wrote: The basic question is: If using Tiles in an application that uses ADF, how do you change the action o

Re: how to disable struts connection pooling logs

2004-07-12 Thread Duncan Mills
loyed if needs be. Regards Duncan Mills http://www.groundside.com/blog Veera Sivakumar wrote: Hi Duncan, I have followed your instructions. I have created two properties file exactly how you specified in your article. Then at the end the article says 'Once these properties files are conf

Re: how to disable struts connection pooling logs

2004-07-09 Thread Duncan Mills
Veera, you need to configure commons logging to control these INFO messages: I've documented what to do in a short article: http://otn.oracle.com/products/jdev/tips/mills/Struts-logging.html Regards Duncan Mills http://www.groundside.com/blog Veera Sivakumar wrote: Hi, I have web applic

Re: JSTL Has "Paging" Built-In?

2004-07-06 Thread Duncan Mills
The tag has the ability to use variable values for the start, end and step values of the loop, so you can use that to display say 10 rows of a collection at a time. start and end can be defined with expressions Regards Duncan Mills Caroline Jen wrote: I was told that JSTL has "paging&q

Re: Are there any IDE's that understand Struts tags?

2004-05-27 Thread Duncan Mills
hen that's fine, it's all supported and synchronised. Regards Duncan Mills Senior Principal Product Manager Oracle Application Development Tools Adam Lipscombe wrote: Folks, I am developing a J2EE server using Struts. The JSPs will be constructed by a web developer who is used to DreamWeaver

Re: Browsing for a directory

2004-05-25 Thread Duncan Mills
the purposes of submitting the data) will probably have to take the form of JavaScript - so you have another dependency to worry about. Regards Duncan Mills Senior Principal Product Manager Oracle Application Development Tools [EMAIL PROTECTED] praveen kulkarni wrote: Hi Leon, I understood that

[OT]UK Struts Interest Group

2004-05-25 Thread Duncan Mills
All, As we have a few UK based folks who are interested in getting together I've created a Yahoo Group as a rallying point: http://groups.yahoo.com/group/struts_sig_uk Sign up there and we can attempt to organise drinkies without cluttering up the main list. -- Regards Duncan Mills S

Re: [OT] Struts Users in London / meet+greet / pub / networking / BOF ? / pre J1

2004-05-24 Thread Duncan Mills
Funny I was about to mail the group on the same topic - there must be some more of us in the UK...? Regards Duncan Mills Senior Principal Product Manager Oracle Application Development Tools Pilgrim, Peter wrote: Hi Are there any Struts user in or around London interested in meeting up one

[OT] Re: Oracle 10g Apps Dev Framework

2004-05-24 Thread Duncan Mills
those operations within your Struts Page flow as you would the Build-in ones. If you have any further questions on this post them to the Oracle Technology Forum for JDeveloper as it's more appropriate there than here. http://forums.oracle.com/forums/forum.jsp?forum=83 Regards Duncan Mills S

Re: From bean into "for" loop

2004-05-24 Thread Duncan Mills
If you have an array in the bean that you are trying to iterate through, then a JSTL tag would seem ideal Regards Duncan Mills Senior Principal Product Manager Oracle Application Development Tools Andy Engle wrote: Hi all, I am trying to do something as simple as writing a FOR loop

Re: Class path in Oracle 9Ias

2004-05-20 Thread Duncan Mills
Its probably worth logging this one on the OC4J Forum on OTN (http://forums.oracle.com/forums/forum.jsp?forum=46) there are folks who know about OC4J in enough detail hanging out there. Regards Duncan Mills Senior Principal Product Manager Oracle Application Development Tools Richard Yee

Re: Class path in Oracle 9Ias

2004-05-19 Thread Duncan Mills
You can do this at the application level by a entry in the orion-web.xml that is deployed with the app or at the OC4J Level as a whole in the j2ee/home/config/application.xml Regards Duncan Mills Senior Principal Product Manager Oracle Application Development Tools [EMAIL PROTECTED] wrote

Re: [OT] running application server (OC4J) as a background process

2004-05-05 Thread Duncan Mills
See the OC4J Configuration FAQ on OTN for the official answer :-) http://otn.oracle.com/tech/java/oc4j/904/collateral/oc4j-faq-904.html#oc4j_configuring But if you do still want to do it check out Steve Button's blog entry on the Subject: http://radio.weblogs.com/0132383/stories/2004/04/28/oc4jAs

Re: [OT] Oracle JDev 10g Final (9.0.5.1 build 1605) is out!

2004-04-19 Thread Duncan Mills
.3334 ext 213 [EMAIL PROTECTED] www.labbaik.com -Original Message- From: Duncan Mills [mailto:[EMAIL PROTECTED] Sent: Sunday, April 18, 2004 11:12 AM To: Struts Users Mailing List Subject: Re: [OT] Oracle JDev 10g Final (9.0.5.1 build 1605) is out! Eric it's a pure Java App - you ca

Re: [OT] Oracle JDev 10g Final (9.0.5.1 build 1605) is out!

2004-04-18 Thread Duncan Mills
Eric it's a pure Java App - you can run it on Mac, Linux or whatever - plenty of people did run the Preview on Mac without too many problems - if you have any problems or issues just post them on OTN. Regards Duncan Mills Senior Principal Product Manager Oracle Application Development

Re: question

2004-04-16 Thread Duncan Mills
No Struts is tied to the servlet API you can't reuse it for fat clients Regards Duncan Mills [EMAIL PROTECTED] wrote: Hi, I'm new to this list and would like to say hi to everyone. Here is my question: I've used Struts before for web applications but at the moment I&

[Vendor] Oracle JDeveloper 10g Production

2004-04-15 Thread Duncan Mills
questions on the OTN JDeveloper forum: http://forums.oracle.com/forums/forum.jsp?forum=83 You can also meet me next week at the International Oracle User Group conference in Toronto where I'll be manning the JDeveloper demo stand and giving a paper on this new release. Regards Duncan Mills S