[flexcoders] Re: Will Microsoft's new Silverlight Player Kill our beloved Flex ?

2007-04-19 Thread Dave Wolf
what Sparkle was and the general understanding at large was the Sparkle was WPF/E. Code words are supposed to be confusing right? :=) As you said, aiming at that would have just undone the message I was trying to get out. Worth noting BTW, I am a MSFT Alumnus. -- Dave Wolf Cynergy Systems, Inc

[flexcoders] Re: using soapHeaders to pass UserName and Password

2007-02-02 Thread Dave Wolf
Mark, Does this blog entry give you any help? In building this mashup Andy had to add credentials to the SOAP headers. See further down for example source. http://www.cynergysystems.com/blogs/page/andrewtrice?entry=census_mashups_using_strikeiron_web -- Dave Wolf Cynergy Systems, Inc. Adobe

[flexcoders] Re: Flex applications look like Fisher-Price toys

2007-01-31 Thread Dave Wolf
. http://www.cynergysystems.com/blogs/page/davewolf?entry=i_ll_show_you_mine http://www.cynergysystems.tv http://www.cynergytv.com CynergyTV itself is a Flex2 as well. We will be hosting many more episodes including tutorials, panels, and more samples and examples. Cheers, -- Dave Wolf

[flexcoders] Re: Flex applications look like Fisher-Price toys

2007-01-31 Thread Dave Wolf
Thanks! We have some awesome guys here who make all the magic happen. Yes indeed we did. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders

[flexcoders] Cynergy Adobe Sponsor Full Day Flex Track @ AjaxWorld NYC

2007-01-23 Thread Dave Wolf
=cynergy_and_adobe_co_sponsor http://www.cynergysystems.com/news/2007-01-18.jsp Or Sys-Con: http://ajax.sys-con.com/read/325001.htm http://linux.sys-con.com/read/324931.htm Or to register go to the AjaxWorld 2007 site at: http://www.ajaxworld.com -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http

[flexcoders] Re: HTTP Header Web Service Authentication

2006-12-14 Thread Dave Wolf
What exactly are you trying to do. You can secure web service calls using standard HTTP authentication headers. We do this with both BASIC and FORM auth. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email

[flexcoders] Re: Securing WebServices

2006-11-24 Thread Dave Wolf
What is wrong with standard J2EE security constraints? Place a security constraint on the URI of the web service. You can then use either FORM or BASIC auth for your Flex application as a whole an the web service calls will inherit those credentials. -- Dave Wolf Cynergy Systems, Inc. Adobe

[flexcoders] Re: Need help auto starting a Java program to listen to msgs from Flex client

2006-09-13 Thread Dave Wolf
The best way to do this is to implement your JMS listener class as a Java Servlet. You can then configure the servlet to startup upon server startup (you can even configure the order of the startup). Yes, you can use threads inside the Servlet. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex

[flexcoders] Re: EDI Applications - with Flex as the Front-End

2006-09-12 Thread Dave Wolf
Oh, it is also worth noting we are also currently developing a RIA which is the front end to a very large healthcare EDI infrastructure as well as doing the back-end development for that project. Breathing new life into old technology. Love it. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex

[flexcoders] Re: EDI Applications - with Flex as the Front-End

2006-09-12 Thread Dave Wolf
at Microsoft, so I know a schooch about EDI myself!) Drop me a line if you need some guidance. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com

[flexcoders] Re: Error #2032 HTTPS IE only

2006-09-10 Thread Dave Wolf
The simpliest way to test if that is the issue is to connect to some other resource, say a simple HTML page via HTTPS and see if you connect cleanly. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email

[flexcoders] Re: Handling Login

2006-09-10 Thread Dave Wolf
. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, Stacy Young [EMAIL PROTECTED] wrote: Once all browser instances are closed you're

[flexcoders] Re: HMAC-SHA1

2006-09-03 Thread Dave Wolf
code to do that heavey lifting. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, Luís Gustavo Sanabio [EMAIL PROTECTED] wrote: Hi

[flexcoders] Re: Unique examples of Flex?

2006-08-28 Thread Dave Wolf
for you and walk you through them all. I did show several last month at the RealWorld Flex Seminar up in NYC. Please feel free to drop me an email directly. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email

[flexcoders] Re: Choice of backend systems - which provides best functionality

2006-08-24 Thread Dave Wolf
development approach helps make sure the end state is exactly that, and using best of breed tools and frameworks readily available in the Java/J2EE camps you can signigicantly reduce the complexity involved in its development. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http

[Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-23 Thread Dave Wolf
is almost as simple as copying the classes from one directory to another. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, Jack Caldwell

[Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-23 Thread Dave Wolf
Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866-CYNERGY -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dave Wolf Sent: Tuesday

[Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-23 Thread Dave Wolf
. That makes that differential much less relevant. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, Tom Lee [EMAIL PROTECTED] wrote: I'm

[Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-23 Thread Dave Wolf
That is *exactly* what I am suggesting. Although not quite letting my UI drive the API, but using it to drive my API yes. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866

[flexcoders] Re: Choice of backend systems - which provides best functionality

2006-08-23 Thread Dave Wolf
Darren, Flex inherits the HTTP session that the page which contained the EMBED tag acquired. Dont forget that HTTP/HTML is entirely stateless and yet we can easily secure those. The theory is identical with Flex. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http

[flexcoders] Re: Choice of backend systems - which provides best functionality

2006-08-23 Thread Dave Wolf
Is there a HTTP based back end that does not support server-side sessions? -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, Darren

[Junk E-Mail - LOW] [flexcoders] Re: Choice of backend systems - which provides

2006-08-22 Thread Dave Wolf
develop first class RIAs in Flex using a SOAP web services back-end is simply not accurate, and we have the apps in production with our clients to prove it. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL

[flexcoders] Re: Web services or FDS: which are you using?

2006-08-16 Thread Dave Wolf
, but left to our own devices, our reccomendation has always been Web Services. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com

[flexcoders] Re: Image reading from Oracle Intermedia

2006-08-10 Thread Dave Wolf
That is exactly how we have done it. Writing a Servlet to return the stream of the image is dead simple and then as you said you set it as the source URL. Its also very handy when you want one static URL in the MXML but variable images based on some setting or environment. -- Dave Wolf Cynergy

[flexcoders] Re: [Flex2] What do you use for modelling a Flex2 application...?

2006-08-09 Thread Dave Wolf
Thomas, Yes EA is a quite nice product. The price is even nicer! This was the product I suggested in my reply to this thread. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866

[flexcoders] Re: [Flex2] What do you use for modelling a Flex2 application...?

2006-08-07 Thread Dave Wolf
What sorts of tools are you talking about that Java has that you miss with Flex? -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com

[flexcoders] Re: Security Question

2006-08-07 Thread Dave Wolf
... -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, Dimitrios Gianninas [EMAIL PROTECTED] wrote: No, no sticker! There probably

[flexcoders] Re: fds/java problem (Unsupported major.minor version 49.0?)

2006-08-07 Thread Dave Wolf
That's absolutely what is happening. Somewhere code compiled under JDK1.5 is being loaded by the JDK1.4 VM. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866-CYNERGY

[flexcoders] Re: [Flex2] What do you use for modelling a Flex2 application...?

2006-08-07 Thread Dave Wolf
Again back to my original question. What does the language have to do with using this modelling tool? If, as you say, you're not interested in code generation? You're confusing the WHAT with the HOW. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com

[flexcoders] Re: Java developers: How do you organize your projects?

2006-08-07 Thread Dave Wolf
tasks that can build and deploy and reconfigure running servers. We even have tasks that build out the entire server. It all works quite well with our approach to the process. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http

[flexcoders] Re: [Flex2] What do you use for modelling a Flex2 application...?

2006-08-07 Thread Dave Wolf
develop software has any impact on WHAT you are developing, and modelling is all about WHAT. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders

[flexcoders] Re: [Flex2] What do you use for modelling a Flex2 application...?

2006-08-07 Thread Dave Wolf
and Caingorn for another thread. For folks that have followed my threads here for the last few years I think my position is well known. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866

[flexcoders] Re: Flex 2 and Access Databases

2006-08-06 Thread Dave Wolf
This will jumpstart your ability to expose your access database as a series of web services. You can then connect to these web services using the Flex mx:WebService/ tags. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs

[flexcoders] Re: [Flex2] What do you use for modelling a Flex2 application...?

2006-08-06 Thread Dave Wolf
such as UML would be capable of documenting and managing the WHAT side of the development process regardless of the implementation HOW language. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED

[flexcoders] Re: Java developers: How do you organize your projects?

2006-08-06 Thread Dave Wolf
and take a peek. http://www.flexseminar.com -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, Dave Bobby [EMAIL PROTECTED] wrote

[flexcoders] Re: HTTP spy :: Charles, Service Capture or...

2006-08-04 Thread Dave Wolf
. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, Paul Arch [EMAIL PROTECTED] wrote: joangarnetdotcom wrote: Hi list, I want

[flexcoders] Re: Problems making SOAP calls via WSDL file

2006-08-01 Thread Dave Wolf
Do you have any kind of proxy tool, like the SOAPMonitor or Tcptunnel where you can see the response coming back? -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866-CYNERGY

[flexcoders] Re: Problems making SOAP calls via WSDL file

2006-08-01 Thread Dave Wolf
We had issues in the past with doc/literal if the return object was or contained a ComplexType. My guess is though, that the response isnt XML at all, but maybe HTML. Say some kind of error page, or FORM based login or That's why I am curious to see the raw response. -- Dave Wolf Cynergy

[flexcoders] Re: HTTP Service Authentication capabilities

2006-07-31 Thread Dave Wolf
method. My feedback not having tried it would be to say yeah, no question it should. But as I said I havent sat down to put a little test together. Maybe later this week. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com

[flexcoders] Flex. NYC. One Day. A few of us. Come hang out.

2006-07-31 Thread Dave Wolf
to set some time aside to get to meet everyone. This is the biggest Flex specific conference so far all year and Cynergy is incredibly proud to be a big part of making this happen. Looking forward to see you all in one of the greatest cities in the world in two weeks! -- Dave Wolf Cynergy Systems

[flexcoders] Re: php and flex

2006-07-30 Thread Dave Wolf
all mx:HttpService/ calls occur on their own client thread, you can easily implement server-push style functionality with basically any kind of servant implementation. We used to call this approach a Blocking Registration. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http

[flexcoders] Re: Flex Application Deployment Error

2006-07-28 Thread Dave Wolf
-domain-policy.dtd; cross-domain-policy allow-access-from domain=* / /cross-domain-policy Does that work for you? -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866-CYNERGY

[flexcoders] Re: HTTP Service Authentication capabilities

2006-07-28 Thread Dave Wolf
in the cookie, all should be well. Again, I have not tried it to be sure however. But I'd be pretty confident. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866-CYNERGY

[flexcoders] Re: what is beeing sent via HTTPSerice?

2006-07-28 Thread Dave Wolf
We are big fans of the tcptunnel that is included with AXIS/Tomcat. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, Jeremy Lu

[flexcoders] Re: FDS: Can I disconnect a specific client from the server?

2006-07-24 Thread Dave Wolf
More reason to simply destroy their J2EE session which would let the container enforce the ban. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders

[flexcoders] Re: Acegi/Spring/Flex authentication

2006-07-24 Thread Dave Wolf
If the scenario works with a JSP page, it will work with Flex. The player is simply inheriting the J2EE jsessionid from the browser. We use Filters and custom JAAS plugins all the time with Flex. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http

[flexcoders] Re: I need to be able to disconnect a client from FDS on the server-side using t

2006-07-23 Thread Dave Wolf
get a reference to the session and call session.invalidate(). A bit of theory but feasable, and would work not only for FDS calls, but any call from that client credential. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com

[flexcoders] Re: AMF serialization of floats (REPOST)

2006-07-22 Thread Dave Wolf
What's about a Java primitive long ? -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, Mike_Robinson_98 [EMAIL PROTECTED] wrote

[flexcoders] Re: I need to be able to disconnect a client from FDS on the server-side using t

2006-07-22 Thread Dave Wolf
clueless insight Placing a J2EE security constraint on the assets in FDS and then setting a timout on the J2EE session isnt sufficient? /clueless insight -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email

[flexcoders] Re: AMF serialization of floats (REPOST)

2006-07-22 Thread Dave Wolf
It might for the marshalling, but don't go around doing currency calculations with a double. It is inexact like float. Then again. Maybe you could skim that 100ths of cents off and... -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http

[flexcoders] Re: IE Only: Error #2032 (Flex 2.0)

2006-07-22 Thread Dave Wolf
Sounds like the same issues we used to see with SSL and HTTP-AUTH huh? Interesting. I'm curious if these same issues are showing up in IE7? I just havent been brave enough to put that on my machine. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com

[flexcoders] Re: AMF serialization of floats (REPOST)

2006-07-21 Thread Dave Wolf
Don't use floats. wink Seriously however, floats are inexact numeric types. They're not going to have a fixed precision in general and this is especially true when they are marshalled across languages. Can you use an exact numeric type instead? -- Dave Wolf Cynergy Systems, Inc. Adobe

[flexcoders] Re: what is and when Do I need FDS ? 1.5 2

2006-07-20 Thread Dave Wolf
, HTML, etc. (well... you could!) I just wanted to clarify that in terms of remoting (and FDS has other services), what FDS provides in an AMF gateway that handles the loading, lifecycle, security and marshalling of AMF calls to Plain Old Java Objects (POJOs). -- Dave Wolf Cynergy Systems, Inc

[flexcoders] Re: Scaling up.

2006-07-19 Thread Dave Wolf
a video about one of them on our new site. Check it out ;) -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, ben.clinkinbeard [EMAIL

[flexcoders] Re: Running Flex Data Services apps outside of the server root/flex/ dir

2006-07-19 Thread Dave Wolf
. What errors are you seeing? Is what you are really saying that you just dont want the FDS web app named /flex? -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email: [EMAIL PROTECTED] Office: 866-CYNERGY

[flexcoders] Scaling up.

2006-07-18 Thread Dave Wolf
, how we do it, and talk about how you can be a part of it. Oh, and you can even meet a few of the guys and what we're doing over on our blogs too. See ya, -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner http://www.cynergysystems.com http://www.cynergysystems.com/blogs Email

[flexcoders] Re: Flex for CBT/Distance Learning

2006-07-11 Thread Dave Wolf
, knowledge base etc. As Jesse says, Flash in general makes for a compelling interactive user experience that suits training well. Now with Flex's ease of data integration and time to market, it just brings that inherint value up a notch. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance Partner

[flexcoders] Re: A bit too ambitious?

2006-07-07 Thread Dave Wolf
I like ambition. :=) I think its a great idea. You might check out the flex derby winners. One was a Flex based version of the MSFT Enterprise Manager for SQL Server. Its slick and really shows off what's possible when you use a RIA. -- Dave Wolf Cynergy Systems, Inc. Adobe Flex Alliance

[flexcoders] Re: Tomcat and jdk version for Flex

2006-07-05 Thread Dave Wolf
We use this configuration consistantly. It is quite stable and proven so in production. You will find, like with all products, that some minor dot releases of Tomcat are better than others. However it is a fabulous configuration overall. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex

[flexcoders] Re: Question

2006-06-09 Thread Dave Wolf
some manual munging to get setup. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, Bob Tierney [EMAIL PROTECTED] wrote: Kelly, JBOSS is a J2EE container and Flex

[flexcoders] Re: apache ant build.xml

2006-04-18 Thread Dave Wolf
As you looking for help in general using ANT with Flex or is this specific to FlexBuilder? -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, arieltools [EMAIL

[flexcoders] Re: apache ant build.xml

2006-04-18 Thread Dave Wolf
OK then. What can we assist with? You can indeed use ANT to build Flex projects. ANT is our standard build environment for all our development including Flex. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office

[flexcoders] Re: **JOB **Flex developer needed ASAP (Contract to hire!!).

2006-04-14 Thread Dave Wolf
Ask and ye shall receive :) http://www.macromedia.com/devnet/flex/articles/frontback_pt1.html -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, Jason Hawryluk

[flexcoders] Re: [Flex2.0] How can I control cache of HTTPService inside FlashPlayer?

2006-04-14 Thread Dave Wolf
. The above works, is simple, proper and standard. Enjoy!! -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, Doug Lowder [EMAIL PROTECTED] wrote: Well, that fixes

[flexcoders] Re: **JOB **Flex developer needed ASAP (Contract to hire!!).

2006-04-13 Thread Dave Wolf
develop them. We know we can deliver better software faster and at considerably less cost to our clients by working this way. We know when we put the user experience first and foremost, usefulness follows naturally. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http

[flexcoders] Re: [Flex2.0] How can I control cache of HTTPService inside FlashPlayer?

2006-04-13 Thread Dave Wolf
Set the proper cache control headers on the server side. The player is not caching this, the browser is. The player piggy backs on the browsers HTTP stack generally. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED

[flexcoders] Re: Flex 1.5 apps...deploying

2006-04-12 Thread Dave Wolf
up into one uber task that builds deploys and configures an entire server. Today on our projects almost code goes from source control into a running server without some well known task doing it. This is how we build our RIAs. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner

[flexcoders] Re: **JOB **Flex developer needed ASAP (Contract to hire!!).

2006-04-12 Thread Dave Wolf
and frameworks, we're cranking out applications people are then running a whole business on in under six months. Prototypes we're talking weeks. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY

[flexcoders] Re: Flex 1.5 apps...deploying

2006-04-12 Thread Dave Wolf
version. Like, we got a few hot fixes for the proxy and other things. I like knowing we have the latest and greatest of that, and being able to roll back off a hotfix if we find it breaks soemthing. Does that make sense? -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http

[flexcoders] Re: Flex 1.5 apps...deploying

2006-04-12 Thread Dave Wolf
HTTPD serving static content and the delta is damned small. Tomcat performs really well. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, Douglas Knudsen [EMAIL

[flexcoders] Re: Possible to invoke Flex2b2 compiler as a Java class?

2006-04-11 Thread Dave Wolf
[] are the command line arguments. Call the main() method passing in whatever command line arguments there would be as the String[]. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders

[flexcoders] Re: um, where is my session?

2006-04-11 Thread Dave Wolf
in the server. I just want to say I think that the session has real-world value and we cant just write it off. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com

[flexcoders] Re: HTTP method POST is not supported by this MXML?

2006-03-31 Thread Dave Wolf
Or just pre-compile your MXML. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote: The servlet that compiles MXML does

[flexcoders] Re: Can Flex do this? (was: Too many mistakes)

2006-03-30 Thread Dave Wolf
for file upload. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, Stefan Richter [EMAIL PROTECTED] wrote: On this note I wanted to ask the crowd: is Flex2 capable

[flexcoders] Re: Flex 2: about potential HTTPService timeout/security issues ...

2006-03-27 Thread Dave Wolf
connection. This gets even more tricky if you are running a cluster of servers to support high availability, etc. In any case, for what you are describing, I think you wont have to work on doing this yourself. It should be very easy to test. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex

[flexcoders] Re: FB2 :: Plugin, where is it?

2006-03-26 Thread Dave Wolf
mixed up in one project. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, Michael Schmalle [EMAIL PROTECTED] wrote: Well, it took me 4 minutes to uninstall

[flexcoders] Re: Tomcat and Flex 2 beta 2

2006-03-25 Thread Dave Wolf
://activemq.codehaus.org/Home One really important distinction to remember when we talk about JMS is that effectively JMS is nothing more then a standard API used from Java to talk to messaging systems, often refered to as a substrate. Most all major messaging substrates now support the JMS API. -- Dave Wolf

[flexcoders] Re: Flex2: version control plugin

2006-03-25 Thread Dave Wolf
There is also a subversion plugin for eclipse, although I havent used it. We use Eclipse as the Java editor and compiler, and then checkin the changes using Tortoise for subversion. Check out the ANT view in Eclipse as well. Its pretty slick. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex

[flexcoders] Re: Flex 1.5 MXMLC question

2006-03-24 Thread Dave Wolf
What kind of data services calls? -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, Dimitrios Gianninas [EMAIL PROTECTED] wrote: Never needed to use the MXMLC

[flexcoders] Re: Flex 1.5 MXMLC question

2006-03-24 Thread Dave Wolf
remember? -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, Dimitrios Gianninas [EMAIL PROTECTED] wrote: Using regular Remote Objects. I did specify -contextroot

[flexcoders] Re: mxmlc/compc versus web server compile

2006-03-22 Thread Dave Wolf
. We're hoping for some marked improvement in Flex2. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, Renaun Erickson [EMAIL PROTECTED] wrote: After some more

[flexcoders] Re: Debugging server-side code

2006-03-19 Thread Dave Wolf
the eclipse documentation or the plethora of internet postings about how to configure eclipse to debug tomcat. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, adamcath123

[flexcoders] Re: Muliple flex apps on tomcat

2006-03-15 Thread Dave Wolf
these as seperate web apps? Whats the value? I would really encourage you to look into pre-compiling the SWFs. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, Jeff

[flexcoders] Re: Muliple flex apps on tomcat

2006-03-15 Thread Dave Wolf
Clint, Do you do JIT compiling? I do agree. Tomcat is *the* workhorse Flex server... -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, Clint Modien [EMAIL

[flexcoders] Re: Muliple flex apps on tomcat

2006-03-15 Thread Dave Wolf
Yep pretty much our deal here too. We couldn't do fastmxmlc though, so we stick with old standby. We have some pretty kickin ANT scripts that build the whole deal, including Tomcat. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email

[flexcoders] Re: RemoteObject and Enterprise Services

2006-03-09 Thread Dave Wolf
Why not simply consume web services from .NET then? That would avoid the need for FES. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, mvbaffa [EMAIL PROTECTED

[flexcoders] Re: .NET Webservices with Structure Parameters

2006-03-09 Thread Dave Wolf
Arrays of simple types like String, Int etc would work (I believe). The doc/lit issue is a big bummer right now. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com

[flexcoders] Re: .NET Webservices with Structure Parameters

2006-03-08 Thread Dave Wolf
it. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, mvbaffa [EMAIL PROTECTED] wrote: Hi All, When I call a method in a VB.NET webservice passing as parameter

[flexcoders] Re: Why Java 1.4?????

2006-03-07 Thread Dave Wolf
Your statements are not accurate. We run under Tomcat 5.5.15 (latest release) and under JDK 1.5. in development and in production for several clients. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY

[flexcoders] Re: Why Java 1.4?????

2006-03-07 Thread Dave Wolf
dandy. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, digital_eyezed [EMAIL PROTECTED] wrote: Really? We tried this and got Java Class Adapter errors on every

[flexcoders] Re: Authentication with Macromedia Flex

2006-03-04 Thread Dave Wolf
into J2EE, as well as how J2EE benefits from the real RIA experience of Flex. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, Carson Hager [EMAIL PROTECTED] wrote

[flexcoders] Re: Authentication with Macromedia Flex

2006-03-04 Thread Dave Wolf
Player could have very easily been implemented in such a way that the movie does not open connections using the same HTTP session as the main browser. Luckily the Macromedia/Adobe folks made the right choice, and the amount of power it unleashes is limitless. -- Dave Wolf Cynergy Systems, Inc

[flexcoders] Re: SOAP WebService faultString problem

2006-03-03 Thread Dave Wolf
so it works. I understand this is resolved in FP8.5 and Flex 2. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, Peter Farland [EMAIL PROTECTED] wrote: Are you

[flexcoders] Re: Authentication with Macromedia Flex

2006-03-03 Thread Dave Wolf
the same end situation. Try it out. You'll be happy you did :) -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, Carson Hager [EMAIL PROTECTED] wrote: It can

[flexcoders] Re: Flex2: AS Number to Java Long mapping

2006-03-02 Thread Dave Wolf
an ugly issue in distributed computing. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, Jim Schneider [EMAIL PROTECTED] wrote: Same happens with NaN. Do you (Adobe

[flexcoders] Re: Flex2: AS Number to Java Long mapping

2006-03-02 Thread Dave Wolf
and an Object numeric type I dont know how else to do the data type mapping but to stick with a 0? -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, Jim Schneider [EMAIL

[flexcoders] Re: Authentication with Macromedia Flex

2006-03-02 Thread Dave Wolf
so well and so transparantly with J2EE and its security model it is foolish not to take advantage of that. I dunno I'm an odd duck. I like writing less code :) -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office

[flexcoders] Re: Remote Objects in Flex 1.5 Problem

2006-03-01 Thread Dave Wolf
What if you mark them transient? Does that help? -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, allister_dickson [EMAIL PROTECTED] wrote: Hi Graham, Thanks

[flexcoders] Re: Xiff and Flex

2006-03-01 Thread Dave Wolf
Wildfire (and pretty much everything from Jive Software) is outstanding. -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, Scott Langeberg [EMAIL PROTECTED] wrote

[flexcoders] Re: DateTime in WebService

2006-02-21 Thread Dave Wolf
What Java object type are you using? A Date or a Calendar object? -- Dave Wolf Cynergy Systems, Inc. Macromedia Flex Alliance Partner http://www.cynergysystems.com Email: [EMAIL PROTECTED] Office: 866-CYNERGY --- In flexcoders@yahoogroups.com, Pablo Apanasionek [EMAIL PROTECTED] wrote

  1   2   3   >