RE: [flexcoders] Flex, RemoteObject calls, ColdFusion, and SSL

2007-01-09 Thread Sarge Sargent
Hey Doug,

 

I don't have anything definitive (yet) but have you imported the certificate
into CF's store? See my blog postings on it:
http://www.sargeway.com/blog/index.cfm/2005/11/23/Enabling-SSL. My guess is
you have CF set up in Multiserver configuration, so all of your instance can
actually share the same cert store.  Turn on the JVM debugging (see the
debugging example in the blog) and see what you're getting in the handshake
when you issue your RO call.

 

Let me know what you get ;).

 

Sarge
Sr. Product Support Engineer
Macromedia, now part of Adobe Systems
http://www.macromedia.com/go/sarge_blog 

 

  _  

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Douglas Knudsen
Sent: Tuesday, January 09, 2007 3:04 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex, RemoteObject calls, ColdFusion, and SSL

 

Can anyone point me to definitive documentation for setting this up?  I have
a cluster of CF instances in a production environment, I'm running IIS with
SSL, and I can't get my Flex remoteobject calls to work.

-- 
Douglas Knudsen
http://www.cubiclem http://www.cubicleman.com an.com
this is my signature, like it? 

 



smime.p7s
Description: S/MIME cryptographic signature


[flexcoders] Re: log4as/log4flex?

2005-06-08 Thread Will Sargent

 --- In flexcoders@yahoogroups.com, andrea_wyss [EMAIL PROTECTED] wrote:
  Did someone already port log4j to ActionScript?
  This would be a nice utility.
  
  I thought reading something about a log4as in the Flex book but I am 
  not sure now.
  I did a google search and could not find anything like that.
  Andrea

The Flex book refers to http://code.audiofarm.de/Logger/ somewhere
around p320.  However, this only seems to work on Flash MX 2004.  The
code didn't compile out of the box when I transferred over the AS classes.

Will.





 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] Usting Flex with a database

2005-05-19 Thread Will Sargent
[EMAIL PROTECTED] wrote:
 I know this is probably a basic question and I hope not a silly one but 
 how good is Flex with Databases?

Not very much, directly.  The most direct route is going to be to hook up a 
RemoteObject to a Java object that services as a persistence manager, such as 
Hibernate.  You could use JDBC calls in the Java object directly, but I 
wouldn't recommend it unless you're doing something really simple.

Will.


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] binding error - from Flex?

2005-05-19 Thread Will Sargent
michael keirnan wrote:
 also, if you run mxmlc or compc against your source tree the generated 
 files are placed right in your source tree. (perhaps obvious if one 
 thinks about it, but i did not think about it until it bit me). this can 
 lead to various problems during the typical development process: 
 edit-compile-test-curse-repeat.
 
/mgk
 
 Tom Fitzpatrick wrote:
 
Tracy - thanks. Deleting the generated files did the trick.

- Tom

At 12:19 PM 4/27/2005, you wrote:
  

The generated files I am talking about are under 
..[flex-root]\WEB-INF\flex\generated| folder in the Flex server. There
are several folders with generated names. It is safe to delete them.

If you get the 32k error on one server but not another, that really
sounds like a boundary condition.  Try running the one with the error
using the ?debug=true request parameter.  This causes debug code to get
generated into the app and has, in the past allowed us to continue.

It seems like compc and mxmlc are dependent on one another... but it's not 
clear what order they go in.  And where do regular actionscript classes go in 
this?  Is it possible to use compc to compile actionscript classes or packages 
into an SWC file?  And why the heck is a component manifest needed when it 
doesn't seem to add any extra information?

Will.


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] SynergyFLEX Framework Presentation.

2005-05-19 Thread Will Sargent
Scott Barnes wrote:
 Q. What is the rationale for SynergyFLEX?
 ~~
 [ massive answer deleted ]

 Hopefully that will connect the dots some more for folks - its hard to
 explain the whole framework in a small email, really needs a walk
 through presentation of some sort. I've also
 been busy building the help docs in RoboHelp *damn fine product*
 aswell as update code documentation, so yeah its getting closer to
 prime time.. still early days but
 i hope its available before FLEX 2.0 hehehehe.
 
 Hope that helps?

That makes a ton of sense.  It's a patch bay with sources that send events and 
sinks that receive them.  All Flex needs now is some kind of component pipeline 
manager...

Looks very useful, thanks!

Will.




 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] SynergyFLEX Framework Presentation.

2005-05-17 Thread Will Sargent
Scott Barnes wrote:
 For those who have emailed me asking for the latest build, i've
 uploaded a public preview / alpha build of the framework via my blog
 tonight.
 
 URL: http://www.mossyblog.com/archives/473.cfm
 
 Feedback welcomed.

What is the rationale for SynergyFLEX?  How does it compare to other 
frameworks, such as Crainborn?  What are some advantages of SynergyFLEX?

I read the entries at

http://www.mossyblog.com/archives/451.cfm

and

http://www.mossyblog.com/archives/434.cfm

but I don't know enough about Flex to be able to evaluate the advantages 
and disadvantages of your approach.  At what point does a framework like 
this become overkill?

Will.


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] No stateful objects on MacOS?

2005-05-09 Thread Will Sargent
Hello all,

I'm a complete Flex newbie.  I'm trying to put together a RemoteObject 
service, and came across this in the documentation:



http://livedocs.macromedia.com/flex/15/flex_docs_en/wwhelp/wwhimpl/js/html/wwhelp.htm?href=part1_ge.htm

Stateful objects

When you use the mx:RemoteObject tag, you use the stateful-class type 
to call methods on a class on the server. When you access a Java object 
using this syntax, the class is loaded on the server and Flex maintains 
state between method calls.

Flex uses J2EE server sessions to maintain the state of stateful Java 
objects. The server session feature depends on session cookies. The 
session cookie is sent automatically. If you want to ensure that 
non-cookie-handling clients have stateful access to Java objects, you 
can append the jsessionid to the URL. You typically do this in a 
JavaServer Pages (JSP) file by using the response.encodeURL() method.

The server session feature is available on Windows, Linux, and UNIX 
versions of the stand-alone Flash Player, but is not available on the 
stand-alone Flash Player for the Macintosh platform.

--

If the Macintosh platform doesn't support the server session feature 
and the server session feature is needed to maintain stateful-class 
RemoteObjects... does that mean that I can't use stateful-object if I 
want the Flex application to be available on Macintosh?

Will.


 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/