Re: Newbie : Obtain the name of a server in Java

2006-09-06 Thread Simon Mclean
public static String serverName(WORequest request) { String serverName = (String)request.headerForKey("x-webobjects-server-name"); serverName = (serverName == null ? (String)request.headerForKey("server_name") : serverName); serverName = (serverName == null ? (String)request.headerForKey("host"

Re: Newbie : Obtain the name of a server in Java

2006-09-06 Thread Frédéric JECKER
Hi, I use the following code which works as well on my local dev server as on the deployment servers : String myserver= WOApplication.application().directConnectURL() + "/" + context().request().applicationNumber();         if( null != context().request().headerForKey("host") ) {            

Re: Newbie : Obtain the name of a server in Java

2006-09-06 Thread shaun
James Cicenia wrote: Jerry -- It works with Safari, IE6, and FireFox. I use this to change style sheets for "branded" customers. - James On Sep 6, 2006, at 7:07 PM, Jerry W. Walker wrote: Hi, James & Gilles, On Sep 6, 2006, at 7:37 PM, James Cicenia wrote: I do this in a Direct Action...

Re: Community Wish List

2006-09-06 Thread Ricardo Strausz
I really like WOVE for the visual editor, and for the whole set of tools, a good one would be simply WOO or WOOS (with several obvious meanings); so we could use sentences like the following. 4 developers: "woo your clients!" 4 clients: "woo your web-visitors!" 4 the BBC: "the WOComunity wooe

Re: Community Wish List

2006-09-06 Thread David Sanchez
My humble opinion, All WO technology, should be integrated into something that I would like to call: /web "slash web" David Sánchez On Sep 6, 2006, at 8:26 PM, James Cicenia wrote: WOOD Web Objects Oriented Development lol On Sep 6, 2006, at 6:59 PM, Ricardo Strausz wrote: dire

Re: Another newbie question concerning Hyperlink

2006-09-06 Thread James Cicenia
Maybe with some Javascript. Since you are going to a static page, I presume you mean outside of the app? Also, lookup DirectActions as they will be of great help to you. James On Sep 6, 2006, at 8:42 PM, Gilles MATHURIN wrote: Hello list As a newbie, i noticed it was easy to make hyperli

Re: Newbie : Obtain the name of a server in Java

2006-09-06 Thread James Cicenia
Jerry -- It works with Safari, IE6, and FireFox. I use this to change style sheets for "branded" customers. - James On Sep 6, 2006, at 7:07 PM, Jerry W. Walker wrote: Hi, James & Gilles, On Sep 6, 2006, at 7:37 PM, James Cicenia wrote: I do this in a Direct Action public WOActionResu

Another newbie question concerning Hyperlink

2006-09-06 Thread Gilles MATHURIN
Hello list As a newbie, i noticed it was easy to make hyperlink to static page from a WebApp, just do as usual… put in the path in a relative or absolute way, but what is the method to come back to the WO Page from this static web page u just gone to ? Regards. GM ___

Re: Community Wish List

2006-09-06 Thread James Cicenia
WOODWeb Objects Oriented DevelopmentlolOn Sep 6, 2006, at 6:59 PM, Ricardo Strausz wrote: direct.. "wove": Web Objects View EditorUse wove to weave your web :) WOve could be better stated as Web Objects Visual Editor, but I wentwith the MVC bit initially. +1"All you need is wove, la la la la la"+1

Re: Newbie : Obtain the name of a server in Java

2006-09-06 Thread Jerry W. Walker
Hi, James & Gilles, On Sep 6, 2006, at 7:37 PM, James Cicenia wrote: I do this in a Direct Action public WOActionResults defaultAction() { String domain = request().headerForKey("host"); It should be noted that this works only for some browsers. I beat my head against t

Re: Community Wish List

2006-09-06 Thread Ricardo Strausz
direct.. "wove": Web Objects View Editor Use wove to weave your web :) WOve could be better stated as Web Objects Visual Editor, but I went with the MVC bit initially. +1"All you need is wove, la la la la la"+1 Dino ___ Do not post admin requests to

Re: DB2 and WO

2006-09-06 Thread Dov Rosenberg
I would be REALLY interested in a DB2 Plugin as well. Thanks in advance On 9/6/06 7:47 PM, "David Aspinall" <[EMAIL PROTECTED]> wrote: > Yes, we are using it with one client. All we wrote was the plugin , > then we use the drivers from IBM. If you are interested I will look > into publishin

Re: DB2 and WO

2006-09-06 Thread David Aspinall
Yes, we are using it with one client. All we wrote was the plugin , then we use the drivers from IBM. If you are interested I will look into publishing the classes. On 6-Sep-06, at 5:51 PM, [EMAIL PROTECTED] wrote: Hello -- does anybody use DB2 with WO5? I can't see any adaptors out the

Re: Newbie : Obtain the name of a server in Java

2006-09-06 Thread James Cicenia
I do this in a Direct Action public WOActionResults defaultAction() { String domain = request().headerForKey("host"); On Sep 6, 2006, at 6:28 PM, Gilles MATHURIN wrote: Hello list, Is there a way to obtain programmaticaly the name of the server in or

Re: Newbie : Obtain the name of a server in Java

2006-09-06 Thread Paul Lynch
On 7 Sep 2006, at 00:28, Gilles MATHURIN wrote: Is there a way to obtain programmaticaly the name of the server in order to put it in a ivar ? Example : "http://g-five.local/cgi-bin/Webobjects/WOapp.woa"; i'd like to be able to have the "g-five.local" part in a programmatic way, in that w

Newbie : Obtain the name of a server in Java

2006-09-06 Thread Gilles MATHURIN
Hello list, Is there a way to obtain programmaticaly the name of the server in order to put it in a ivar ? Example : "http://g-five.local/cgi-bin/Webobjects/WOapp.woa"; i'd like to be able to have the "g-five.local" part in a programmatic way, in that way my method and component would be m

Re: Community Wish List

2006-09-06 Thread Thomas
On 07/09/2006, at 9:14, Paul Lynch wrote: To be honest, I could lose the visual web page builder aspect of WOBuilder, so long as this side is preserved. Of course, I would rather not. I heavily rely on the visual display of the relationships of the components on the page: this is inside

Re: Community Wish List

2006-09-06 Thread Thomas
Well said on both counts. On 07/09/2006, at 9:02, Jerry W. Walker wrote: The WOBuilder replacement should, however, have a Source and Layout view and allow the same (or better) ease of switching back and forth between the two views with selections of components from either view carrying in

Re: Community Wish List

2006-09-06 Thread Paul Lynch
On 7 Sep 2006, at 00:02, Jerry W. Walker wrote: I also think WOBuilder's object browser is valuable. The ability to see the keys of the WOComponent Java class file (and the Session and Application class files) and be able to visually link them to the subcomponent and element bindings is gr

Re: Community Wish List

2006-09-06 Thread Jerry W. Walker
On Sep 6, 2006, at 6:41 PM, Thomas wrote: I'd be happy to contribute the fee previously discussed, and contribute my time for design discussions and testing of the WOBuilder replacement. But we do NOT need a WYSIWYG WOBuilder replacement. We need an editor that, like WOBuilder, displays th

Re: Community Wish List

2006-09-06 Thread Thomas
I'd be happy to contribute the fee previously discussed, and contribute my time for design discussions and testing of the WOBuilder replacement.But we do NOT need a WYSIWYG WOBuilder replacement.We need an editor that, like WOBuilder, displays the organisation of the component, not the way it will

DB2 and WO

2006-09-06 Thread apl
Hello -- does anybody use DB2 with WO5? I can't see any adaptors out there? Has anybody had a crack at writing a JDBC adaptor for it? cheers. ___ Andrew Lindesay www.lindesay.co.nz ___ Do not post admin requests to the list. They will be ignored

Re: [OT] xml parsing

2006-09-06 Thread Baiss Eric Magnusson
Oh, silly me, who thought that the 2nd largest bank in the world would use the new specification, whereas in their complete OFX file I see: VERSION:102 There are 59 large files of XSD specification on the OFX site for vers 2, I guess that somewhere in there it tells me that all tag

Re: [OT] xml parsing

2006-09-06 Thread Chuck Hill
Which version? It says, "Note: As of OFX 2.0, OFX is based on Extensible Markup Language (XML) allowing all the latest resources for XML to be used to develop OFX clients and servers." So either you have OFX 1.x, or busted XML. Chuck On Sep 6, 2006, at 11:28 AM, Baiss Eric Magnusson wrote:

Re: WO in Java or Objective-C...

2006-09-06 Thread Dana Kashubeck
On 9/6/06 12:06 PM, Patrick Middleton wrote: On 6 Sep 2006, at 16:55, Ricardo Strausz wrote: On Sep 5, 2006, at 21:41, [EMAIL PROTECTED] wrote: - many of us have large volumes of ObjC code I'm wondering: how many? Are there really a lot of us out there with large Objective-C frameworks tha

[OT] xml parsing

2006-09-06 Thread Baiss Eric Magnusson
I would like to parse the relatively new files the Bank of America and other institutions are now using. I get the OMX file ok, but in the OMX file the tag is not terminated, neither are any of the other tags in the block, in proper XML the ta

Re: Community Wish List

2006-09-06 Thread Simon Mclean
- a plugin for DreamWeaver (akin to the Lasso plugin)Personally, I don't want to buy & learn this.+1- a Eclipse pluginThat could work, I don't know what useful support there is.Has anyone used eZingBuilder ? it's a wysiwyg html editor eclipse plugin for tapestry.http://ezingbuilder.sourceforge.net

Re: Community Wish List

2006-09-06 Thread Chuck Hill
On Sep 5, 2006, at 3:33 PM, Joe Little wrote: direct.. "wove": Web Objects View Editor Use wove to weave your web :) WOve could be better stated as Web Objects Visual Editor, but I went with the MVC bit initially. +1 -- Practical WebObjects - for developers who want to increase their

Re: Community Wish List

2006-09-06 Thread Chuck Hill
On Sep 6, 2006, at 8:25 AM, Pascal Robert wrote: Le 06-09-04, à 18:00, M. Blanc a écrit : On 4 Sep 2006, at 17:28, Marc Oesch wrote: And I wanted to ask if anybody is actually thinking about a replacement for WOBuilder or already working on it ? We should also make a list of how it can be d

Re: WO in Java or Objective-C...

2006-09-06 Thread Patrick Middleton
On 6 Sep 2006, at 16:55, Ricardo Strausz wrote: On Sep 5, 2006, at 21:41, [EMAIL PROTECTED] wrote: - many of us have large volumes of ObjC code I'm wondering: how many? Are there really a lot of us out there with large Objective-C frameworks that we need to leverage in our WO apps? +1

Re: WO in Java or Objective-C...

2006-09-06 Thread Ricardo Strausz
On Sep 5, 2006, at 21:41, [EMAIL PROTECTED] wrote: - many of us have large volumes of ObjC code I'm wondering: how many? Are there really a lot of us out there with large Objective-C frameworks that we need to leverage in our WO apps? +1 Dino ___

Re: Community Wish List

2006-09-06 Thread Pascal Robert
Le 06-09-04, à 18:00, M. Blanc a écrit : On 4 Sep 2006, at 17:28, Marc Oesch wrote: And I wanted to ask if anybody is actually thinking about a replacement for WOBuilder or already working on it ? We should also make a list of how it can be done. I think the options are : - a plugin fo

Invalidating objects in change notification framework

2006-09-06 Thread Timo Hoepfner
Hi, I'm currently taking a look on Wonder's ERChangeNotificationJMS framework, as it is causing deadlocks sometimes (often). The framework currently sends around snapshots via JMS and replaces them at the EODatabase level in the recieving instance: EODatabase database; EOGlobalID gl

Re: Community Wish List

2006-09-06 Thread Marc Oesch
Hello, So WOBuilder... maybe we should create a fund for it? James That was an idea I was going to post :) Sure we can wait for Apple to release more information as announced in their e-mail. So there is a wishlist - as mbj already started - where everyone might collect their top wishes - or