Re: [Flashcoders] Re: Seeking Experienced Developer for Connecting Flash to Databases with Java

2007-07-08 Thread Jordan L. Chilcott
Why not just use openAMF and Hibernate to connect to your J2EE app   
database from Flash using Flash remoting. Hibernate will do all of  
the talking to Oracle (as long as you're not using BLOBs... that  
needs to be coded using JDBC alone at the moment).


jord

On Jul 7, 2007, at 2:22 AM, Phil Dupré wrote:

So if I'm making the flash application in AS3, how difficult would  
it be to
let it talk to the Oracle db?  Do you think you'd be available for  
this

integration?


--
Jordan L. Chilcott, President
Interactivity Unlimited
Guelph, Ontario
-
Tel:  (519) 837-1879
eFax: (253) 276-8631

mailto:[EMAIL PROTECTED]
http://www.interactivityunlimited.com
iChat/AIM: j1chilcott

Author: Building Web Sites with Macromedia Studio MX
Author: Building Dynamic Web Sites with Macromedia Studio MX
Author: Flash Professional 8: Training From the Source
Author: Foundation Flash 8 Video



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Re: Seeking Experienced Developer for Connecting Flash to Databases with Java

2007-07-07 Thread gchen

Phil Dupré wrote:

Hi.

Thanks for the advice.  Would this socekt work for Java?  


Sure. Java has an easy to use Socket class:

http://java.sun.com/j2se/1.4.2/docs/api/java/net/Socket.html


My client doesn't use MySQL.  They reccommend Java and XML.

 Thanks.




This method is a general solution, it can be used on any
database. You just write a database operation layer in Java,
which listens to a socket, receives commands from Flash, and
performs query on Oracle.

This method is very suitable for Flash, because usually
Flash works on remote site (i.e. its users are away from
the database).


~Phil

On 7/6/07, gchen [EMAIL PROTECTED] wrote:


Phil Dupré wrote:
 Hello,

 I'm working on a really sweet project and need some help from a fellow
 freelaner.  If you are knowledgable in connecting Flash to databases
(esp.
 Oracle) with Java, please contact me.  Perhaps you can give me some
 pointers
 and or work with me as a consultant.  Thanks for your help.


I have used AS3's Socket class to connect Flash to a server (written in
C++), which perform operations on MySQL. I think you could connect Flash
to Oracle in this way.

Like this:

Flash(AS3) (socket)-- Java -- Oracle



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Re: Seeking Experienced Developer for Connecting Flash to Databases with Java

2007-07-07 Thread Phil Dupré

So if I'm making the flash application in AS3, how difficult would it be to
let it talk to the Oracle db?  Do you think you'd be available for this
integration?

~Phil

On 7/6/07, gchen [EMAIL PROTECTED] wrote:


Phil Dupré wrote:
 Hi.

 Thanks for the advice.  Would this socekt work for Java?

Sure. Java has an easy to use Socket class:

http://java.sun.com/j2se/1.4.2/docs/api/java/net/Socket.html

 My client doesn't use MySQL.  They reccommend Java and XML.
 Thanks.


This method is a general solution, it can be used on any
database. You just write a database operation layer in Java,
which listens to a socket, receives commands from Flash, and
performs query on Oracle.

This method is very suitable for Flash, because usually
Flash works on remote site (i.e. its users are away from
the database).

 ~Phil

 On 7/6/07, gchen [EMAIL PROTECTED] wrote:

 Phil Dupré wrote:
  Hello,
 
  I'm working on a really sweet project and need some help from a
fellow
  freelaner.  If you are knowledgable in connecting Flash to databases
 (esp.
  Oracle) with Java, please contact me.  Perhaps you can give me some
  pointers
  and or work with me as a consultant.  Thanks for your help.
 

 I have used AS3's Socket class to connect Flash to a server (written in
 C++), which perform operations on MySQL. I think you could connect
Flash
 to Oracle in this way.

 Like this:

 Flash(AS3) (socket)-- Java -- Oracle


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Re: Seeking Experienced Developer for Connecting Flash to Databases with Java

2007-07-06 Thread gchen

Phil Dupré wrote:

Hello,

I'm working on a really sweet project and need some help from a fellow
freelaner.  If you are knowledgable in connecting Flash to databases (esp.
Oracle) with Java, please contact me.  Perhaps you can give me some 
pointers

and or work with me as a consultant.  Thanks for your help.



I have used AS3's Socket class to connect Flash to a server (written in
C++), which perform operations on MySQL. I think you could connect Flash
to Oracle in this way.

Like this:

Flash(AS3) (socket)-- Java -- Oracle

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Re: Seeking Experienced Developer for Connecting Flash to Databases with Java

2007-07-06 Thread Phil Dupré

Hi.

Thanks for the advice.  Would this socekt work for Java?  My client doesn't
use MySQL.  They reccommend Java and XML.  Thanks.

~Phil

On 7/6/07, gchen [EMAIL PROTECTED] wrote:


Phil Dupré wrote:
 Hello,

 I'm working on a really sweet project and need some help from a fellow
 freelaner.  If you are knowledgable in connecting Flash to databases
(esp.
 Oracle) with Java, please contact me.  Perhaps you can give me some
 pointers
 and or work with me as a consultant.  Thanks for your help.


I have used AS3's Socket class to connect Flash to a server (written in
C++), which perform operations on MySQL. I think you could connect Flash
to Oracle in this way.

Like this:

Flash(AS3) (socket)-- Java -- Oracle

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com