Re: Flash Flex w/ Struts article

2003-12-17 Thread BaTien Duong
Vic Cekvenich wrote: http://www.macromedia.com/devnet/flex/articles/struts.html Is this for real? YES! Point of Struts is MVC, so some people do JSP, Velocity... other do Hibrenate or iBatis... one thing remains. (note how they did not support Spring, or WebWork or XYZ). Flex is XML like, used

Re: Flash Flex w/ Struts article

2003-12-17 Thread Vic Cekvenich
I usually show the Flash PetStore, but there are dozens of Flash Data Entery applications out there. I am a MacroMedia parter, and I could get you more links, but check out the Flash PetStore first (from http://blueprints.macromedia.com ) and then if you want more, let me know. (the only VERY an

RE: Flash Flex w/ Struts article

2003-12-17 Thread Daniel Joshua
is there a sample Flash Flex w/ Strut application on the web? currious what a RIA looks like... Regards, Daniel -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Vic Cekvenich Sent: Wednesday, 17 December, 2003 3:07 PM To: [EMAIL PROTECTED] Subject: Flash Flex w/ Struts

Re: Flash+Struts how?

2003-01-28 Thread V. Cekvenich
Chris -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED]] Sent: Monday, January 27, 2003 11:27 PM To: Struts Users Mailing List Subject: RE: Flash+Struts how? Yes, it does seem a bit off form. Normally any reference to the F word really gets him going. Maybe he's a bit

RE: Flash+Struts how?

2003-01-28 Thread Assenza, Chris
Hill [mailto:[EMAIL PROTECTED]] Sent: Monday, January 27, 2003 11:27 PM To: Struts Users Mailing List Subject: RE: Flash+Struts how? Yes, it does seem a bit off form. Normally any reference to the F word really gets him going. Maybe he's a bit under the weather this week? -Original Message

RE: Flash+Struts how?

2003-01-27 Thread Andrew Hill
t: RE: Flash+Struts how? >-Original Message- >From: Eric Rizzo [mailto:[EMAIL PROTECTED]] >Sent: Monday, January 27, 2003 1:09 PM >To: Struts Users Mailing List >Subject: Re: Flash+Struts how? > > >Mark Galbreath wrote: >> Only a weenie programmer would

[OT] Re: Flash+Struts how?

2003-01-27 Thread Eric Rizzo
Joe Barefoot wrote: > >> The Flash parses the XML and applies it to the UI appropriately. >> Works quite well and with no noticeable CPU usage on the client - a >> problem we had with the previous, complicated HTML interface for >> this part of the app. > > > I'd be curious as to what you're doing

RE: Flash+Struts how?

2003-01-27 Thread Joe Barefoot
> Anyway, to answer the original inquiry: > A part of the UI of our app is a flash movie, and we chose to > integrate > it using XML. The Flash sends requests to our struts actions > (they look > like any other URL to Flash), but these particular actions return XML > instead of HTML. The Fla

Re: Flash+Struts how?

2003-01-27 Thread V. Cekvenich
UI. "I love Struts and I vote" In the right hands, Flash aint all that bad (but then I don't use emacs to code JavaBean accessors, so...). -M Original Message From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Flash+Struts how? Date: Mon, 27 Jan 2003 14:09:2

Re: Flash+Struts how?

2003-01-27 Thread Michael C. Clark
e emacs to code JavaBean accessors, so...). -M Original Message From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Flash+Struts how? Date: Mon, 27 Jan 2003 14:09:22 -0500 >Mark Galbreath wrote: >> Only a weenie programmer would use Flash with Struts[...] > >Nice attitud

RE: Flash+Struts how?

2003-01-27 Thread Chappell, Simon P
>-Original Message- >From: Eric Rizzo [mailto:[EMAIL PROTECTED]] >Sent: Monday, January 27, 2003 1:09 PM >To: Struts Users Mailing List >Subject: Re: Flash+Struts how? > > >Mark Galbreath wrote: >> Only a weenie programmer would use Flash with Struts[.

Re: Flash+Struts how?

2003-01-27 Thread Eric Rizzo
Mark Galbreath wrote: Only a weenie programmer would use Flash with Struts[...] Nice attitude. I hope I misunderstood that reply... Anyway, to answer the original inquiry: A part of the UI of our app is a flash movie, and we chose to integrate it using XML. The Flash sends requests to our stru

RE: Flash+Struts how?

2003-01-27 Thread Haseltine, Celeste
I would suggest checking out using Flash Remoting, on Macromedia's web site. I suspect that is what your client is talking about when they say they want to do data entry using Flash. Flash Remoting has about 12 GUI components that can be used in place of HTML for data entry, and is competitive to

RE: Flash+Struts how?

2003-01-27 Thread Robert Taylor
I actually started looking into how I could integrate Struts with Flash. I wasn't concerned with the server side, I was mainly concerned with how Flash communicated with the server. I found the following article on Flash Remoting which was interesting. I appears that Flash Remoting uses a specializ

RE: Flash+Struts how?

2003-01-27 Thread Thorsten Schäfer
Hi, > We have developed a Struts application, using this > great framework. Take a look at javaworld.com ... Greetings, Thorsten -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Flash+Struts how?

2003-01-27 Thread Pani, Gourav
... but it would be a lot cooler if he did - "Dazed and Confused" -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED]] Sent: Monday, January 27, 2003 1:37 PM To: 'Struts Users Mailing List' Subject: RE: Flash+Struts how? Only a weenie programmer

RE: Flash+Struts how?

2003-01-27 Thread Mark Galbreath
Only a weenie programmer would use Flash with Struts and not be embarrassed by such a sig. -Original Message- From: Jarnot Voytek Contr AU HQ/SC [mailto:[EMAIL PROTECTED]] Sent: Monday, January 27, 2003 1:33 PM Oh god, run for your life! -- Voytek Jarnot Quidquid latine dictum sit, altu

RE: Flash+Struts how?

2003-01-27 Thread Jacob Hookom
You will want to look at DOM serialization. We used it on a project here on campus to monitor wireless networking nodes by having our servlets return XML (SEE castor.org or commons betwixt here at Jakarta). There are many tutorials about parsing XML responses from web containers at flashkit.com

RE: Flash+Struts how?

2003-01-27 Thread Jarnot Voytek Contr AU HQ/SC
Oh god, run for your life! -- Voytek Jarnot Quidquid latine dictum sit, altum viditur. > -Original Message- > From: Struts Rulez [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 27, 2003 12:26 PM > To: [EMAIL PROTECTED] > Subject: Flash+Struts how? > > > We have developed a Struts ap

RE: Flash and Struts

2002-06-07 Thread micael
lol At 02:48 PM 6/7/2002 +0530, you wrote: >Ohh ?? Is that oversight or a precaution ? > >-Original Message- >From: Andrew Hill [mailto:[EMAIL PROTECTED]] >Sent: Friday, June 07, 2002 2:43 PM >To: Struts Users Mailing List >Subject: RE: Flash and Struts > > &g

RE: Flash and Struts

2002-06-07 Thread Vikram Goyal01
Ohh ?? Is that oversight or a precaution ? -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 2:43 PM To: Struts Users Mailing List Subject: RE: Flash and Struts Yep. Its definately not just tags. Im doing a struts app that doesnt use a single

RE: Flash and Struts

2002-06-07 Thread Andrew Hill
Yep. Its definately not just tags. Im doing a struts app that doesnt use a single jsp or tag! -Original Message- From: Vikram Goyal01 [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 17:11 To: Struts Users Mailing List Subject: RE: Flash and Struts Not really sure what you mean

RE: Flash and Struts

2002-06-07 Thread Vikram Goyal01
06, 2002 9:16 PM To: Struts Users Mailing List Subject: RE: Flash and Struts Imagine for a moment that you want to do things with the Java files "involved" with the images that are well-placed in a Model 2 architecture because you want to have that sort of relationship between the pr

RE: Flash and Struts

2002-06-06 Thread micael
gt; >not Struts --> Flash topic. > > > >My 2 cents.. > >V > > > >-Original Message- > >From: micael [mailto:[EMAIL PROTECTED]] > >Sent: Thursday, June 06, 2002 12:29 PM > >To: Struts Users Mailing List > >Subject: RE: Flash and Stru

Re: Flash and Struts

2002-06-06 Thread John Nicholas
Joe Rice wrote: > I'm new to Flash but have still been charged with researching the > possibility of using Flash as the front end of a struts web application > that has already been built with JSP's. Has anyone used Flash with > Struts, and if so, do you have any suggestions, tutorials etc...

Re: Flash and Struts

2002-06-06 Thread Daniel Jaffa
x.net/tutorials/html/flashjavaservlets.html - Original Message - From: "Galbreath, Mark" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday, June 06, 2002 7:59 AM Subject: RE: Flash and Struts > I'm missing

RE: Flash and Struts

2002-06-06 Thread Galbreath, Mark
You take everything s personal! It's nothing personal at all - I don't even know you. Post cards from the edge, eh? Looking forward to 'em. You have a friend? -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 3:16 AM Mark makes fun of my Fla

RE: Flash and Struts

2002-06-06 Thread Galbreath, Mark
I'm missing your barb...did I not just admit I don't know how this is done, and directed the query to someone who would? Care to play again? -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 2:59 AM Once again, Mark, you display your lack of knowle

RE: Flash and Struts

2002-06-06 Thread Galbreath, Mark
Uh, that's "Luddite," to you, bourgeoisie pig. -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 2:57 AM To: Struts Users Mailing List Subject: RE: Flash and Struts Don't pay any attention to this guy, Joe. He is a luddite.

RE: Flash and Struts

2002-06-06 Thread Vikram Goyal01
LOL -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 1:18 PM To: Struts Users Mailing List Subject: RE: Flash and Struts I happen to know that Mark is actually a Munk in Germany named Heimschtoleik FrugenSchmidtzel III and he has secretly

RE: Flash and Struts

2002-06-06 Thread James Mitchell
Sent: Thursday, June 06, 2002 3:16 AM > To: Struts Users Mailing List > Subject: RE: Flash and Struts > > > You can, by the way, embed anything you want in Flash. Just depends upon > how sophisticated you want to be with developing JFIF files. > Also, you can > bounce in

RE: Flash and Struts

2002-06-06 Thread Vikram Goyal01
f we can talk to Flash directly and change data >within the Flash files. But then again thats a Java --> Flash topic and >not Struts --> Flash topic. > >My 2 cents.. >V > >-Original Message- >From: micael [mailto:[EMAIL PROTECTED]] >Sent: Thursday, June 06, 2002

RE: Flash and Struts

2002-06-06 Thread micael
gain thats a Java --> Flash topic and >not Struts --> Flash topic. > >My 2 cents.. >V > >-Original Message- >From: micael [mailto:[EMAIL PROTECTED]] >Sent: Thursday, June 06, 2002 12:29 PM >To: Struts Users Mailing List >Subject: RE: Flash and Struts > >

RE: Flash and Struts

2002-06-05 Thread micael
ash Generator server and >that's a whole different story. > >Here's a link that might be useful: >http://www.flashkit.com/movies/Scripting/XML/ > >good luck. > > > >-Original Message- >From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] >Sent: Wednesday,

RE: Flash and Struts

2002-06-05 Thread Vikram Goyal01
pic. My 2 cents.. V -Original Message- From: micael [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 12:29 PM To: Struts Users Mailing List Subject: RE: Flash and Struts Once again, Mark, you display your lack of knowledge about Flash. I think you must have learned about $.05

RE: Flash and Struts

2002-06-05 Thread micael
story. > >Here's a link that might be useful: >http://www.flashkit.com/movies/Scripting/XML/ > >good luck. > > > >-Original Message----- >From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, June 05, 2002 5:33 PM >To: 'Struts Users Mail

RE: Flash and Struts

2002-06-05 Thread micael
t;From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] > >Sent: Wednesday, June 05, 2002 4:05 PM > >To: 'Struts Users Mailing List' > >Subject: RE: Flash and Struts > > > > > >Oh boy! Just when I was getting bored, too! > > > >-Original M

RE: Flash and Struts

2002-06-05 Thread micael
Don't pay any attention to this guy, Joe. He is a luddite. At 05:05 PM 6/5/2002 -0400, you wrote: >Oh boy! Just when I was getting bored, too! > >-Original Message- >From: Joe Rice [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, June 05, 2002 5:03 PM > >I'm new to Flash but have still been

Re: Flash and Struts

2002-06-05 Thread micael
Hi, Joe, You need to be more specific. If the jsps are inside WEB-INF, then it depends upon what you do with them. There are struts specific issues with Flash which must be solved. You cannot just substitute, obviously. You also need to state what you mean by "using Flash as the front end

RE: Flash and Struts

2002-06-05 Thread Ady Das-O'Toole
ver and that's a whole different story. Here's a link that might be useful: http://www.flashkit.com/movies/Scripting/XML/ good luck. -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 5:33 PM To: 'Struts Users Mailing Li

RE: Flash and Struts

2002-06-05 Thread Galbreath, Mark
we can't joke about, now that someone is actually looking to do this! Mark, I assume you'll be volunteering to beta test their application!? :-) >-Original Message- >From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, June 05, 2002 4:05 PM >To: 'Str

RE: Flash and Struts

2002-06-05 Thread Chappell, Simon P
ne 05, 2002 4:05 PM >To: 'Struts Users Mailing List' >Subject: RE: Flash and Struts > > >Oh boy! Just when I was getting bored, too! > >-Original Message- >From: Joe Rice [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, June 05, 2002 5:03 PM > >I&#

RE: Flash and Struts

2002-06-05 Thread Galbreath, Mark
Oh boy! Just when I was getting bored, too! -Original Message- From: Joe Rice [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 5:03 PM I'm new to Flash but have still been charged with researching the possibility of using Flash as the front end of a struts web application that

RE: Flash-Struts Developer Test

2002-05-17 Thread Andrew Hill
s on the struts list' work! -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 18, 2002 00:15 To: 'Struts Users Mailing List' Subject: RE: Flash-Struts Developer Test Aaron, I think it's pretty obvious when I am having fun with

RE: Flash-Struts Developer Test

2002-05-17 Thread Galbreath, Mark
It had nothing to do with anyone's request for help; it was the ensuing pissing contest, and that was 2 weeks ago. And this list has a fine tradition of wry humor. If you don't like it, filter out my name with your email app. According to the meter, I'm "very happy." "Alan" Bates? You don't o

Re: Flash-Struts Developer Test

2002-05-17 Thread Arron Bates
Mark, That last one was fairly directed. It's not cool when you're doing such things on someone's request for help. Everyone likes to feel king, or cool, or in control of some group of people, but this isn't the place. That's it, Mark just want's to feel loved (you take the gay-o-meter yourse

RE: Flash-Struts Developer Test

2002-05-17 Thread Galbreath, Mark
Aaron, I think it's pretty obvious when I am having fun with the list; don't take me (or youself) so seriously. After all, it's Friday! -Original Message- From: Arron Bates [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 11:53 AM Mark, I'm all for going against the flow...

Re: Flash-Struts Developer Test

2002-05-17 Thread Arron Bates
Mark, I'm all for going against the flow... "you can't fight city hall, but you can crap on the steps and run like buggery" ...know it, live by it. But I think you should pull your head in a little. As much as you don't agree with Flash, it does have the potential to turn the ma

RE: Flash

2002-05-02 Thread Robert J. Sanford, Jr.
!!! GGGHH !!! stop. just stop. it's obvious to me at least that there are two perspectives that are not going to be reconciled here both of which are saying "you don't understand." to which i say "so what!" i don't give a two bit pickle as to who started

RE: Flash Arrays: Possible on Struts with WEB-INF?

2002-05-01 Thread James Mitchell
To answer your question for the ?th time. What do Flash files (.swf) have to do with struts? Its a simple document request. Whether you choose to put you jsp files (I said jsp not "all content" ) under WEB-INF is up to you. Whether you choose to make it: relative to the url ("flash-me-baby.sw

RE: Flash Arrays: Possible on Struts with WEB-INF?

2002-05-01 Thread Alex Paransky
I am not familiar with the way Flash .swf array works, however, if it embeds a reference to the file and then executes an http GET to actually download the file, then putting image just like any other picture on the page should work (assuming you are not using user logins, and require url-rewritin

RE: Flash button and forms with struts

2001-10-26 Thread Joe Niski
Title: RE: Flash button and forms with struts on a simpler level, you can send name/value pairs to a Flash movie from the or tag in the JSP that references the Flash file, e.g. the value can be dynamic, e.g. an expression or tag that returns a string. When the Flash movie loads, a

Re: Flash button and forms with struts

2001-10-26 Thread John Yu
Hitesh, You may want to look at Enhydra XMLC, http://xmlc.enhydra.org/community/enhydraOnTheEdge/index.html At 11:48 am 25-10-2001 -0700, you wrote: >I've never done it, but I know you can use XML to communicate with Flash. >Produce XML from your bean, and walla! > >http://www.macromedia.

Re: Flash button and forms with struts

2001-10-25 Thread Matt Raible
I've never done it, but I know you can use XML to communicate with Flash. Produce XML from your bean, and walla! http://www.macromedia.com/support/flash/interactivity/xml/ --- Dmitri Colebatch <[EMAIL PROTECTED]> wrote: > There are two different parts to struts... firstly the framework side, a

Re: Flash button and forms with struts

2001-10-25 Thread Dmitri Colebatch
There are two different parts to struts... firstly the framework side, and secondly the presentation side (taglibs). There's no reason you couldn't use the framework without the presentation. The key thing would be that you'd lose the ability to have fields populated with values that were presen