[flexcoders] Re: AMF question

2007-12-10 Thread jovialrandor
Is there any tutorials to get started.   from start to finish?

am not that familiar with J2EE server integrations.  

Thanks


--- In flexcoders@yahoogroups.com, tomeuchre [EMAIL PROTECTED] wrote:

 --- In flexcoders@yahoogroups.com, bouiaw bouiaw@ wrote:
 
  You can try GraniteDS : http://www.graniteds.org
  
  It is a free, open-source alternative to Adobe LiveCycle Data 
 Services.
  
  --- In flexcoders@yahoogroups.com, jovialrandor jovialrandor@
  wrote:
  
   I am currently using J2EE as the server side language.
   
   
   
   
   --- In flexcoders@yahoogroups.com, Ryan Campbell ryan@ wrote:
   
What do you currently use for your server-side language?

On 2-Dec-07, at 1:51 PM, jovialrandor wrote:

 I have an application that imports various data from 
various 
 data
 sources. I have about 14 httpservice calls. Apparently 
this 
 has
 slowed down my app significantly. I heard that using the 
 messaging
 framework AMF can get large amounts of data in binary format
  which is
 quicker. However I have not found any good example online 
to 
 learn
 from.

 Does anyone know where I can get started with AMF?

   
  
 
 
 It is what I have been using, and it works spectacularly. My only 
 initial problem was the fact that my J2EE app was a JSP/JSF app, so 
I 
 wrote a FilterServlet to create a faces context for the session 
 automagically. Since then, it works perfect, and fast.





[flexcoders] Re: AMF question

2007-12-03 Thread bouiaw
You can try GraniteDS : http://www.graniteds.org

It is a free, open-source alternative to Adobe LiveCycle Data Services.

--- In flexcoders@yahoogroups.com, jovialrandor [EMAIL PROTECTED]
wrote:

 I am currently using J2EE as the server side language.
 
 
 
 
 --- In flexcoders@yahoogroups.com, Ryan Campbell ryan@ wrote:
 
  What do you currently use for your server-side language?
  
  On 2-Dec-07, at 1:51 PM, jovialrandor wrote:
  
   I have an application that imports various data from various data
   sources. I have about 14 httpservice calls. Apparently this has
   slowed down my app significantly. I heard that using the messaging
   framework AMF can get large amounts of data in binary format
which is
   quicker. However I have not found any good example online to learn
   from.
  
   Does anyone know where I can get started with AMF?
  
 





[flexcoders] Re: AMF question

2007-12-03 Thread tomeuchre
--- In flexcoders@yahoogroups.com, bouiaw [EMAIL PROTECTED] wrote:

 You can try GraniteDS : http://www.graniteds.org
 
 It is a free, open-source alternative to Adobe LiveCycle Data 
Services.
 
 --- In flexcoders@yahoogroups.com, jovialrandor jovialrandor@
 wrote:
 
  I am currently using J2EE as the server side language.
  
  
  
  
  --- In flexcoders@yahoogroups.com, Ryan Campbell ryan@ wrote:
  
   What do you currently use for your server-side language?
   
   On 2-Dec-07, at 1:51 PM, jovialrandor wrote:
   
I have an application that imports various data from various 
data
sources. I have about 14 httpservice calls. Apparently this 
has
slowed down my app significantly. I heard that using the 
messaging
framework AMF can get large amounts of data in binary format
 which is
quicker. However I have not found any good example online to 
learn
from.
   
Does anyone know where I can get started with AMF?
   
  
 


It is what I have been using, and it works spectacularly. My only 
initial problem was the fact that my J2EE app was a JSP/JSF app, so I 
wrote a FilterServlet to create a faces context for the session 
automagically. Since then, it works perfect, and fast.



[flexcoders] Re: AMF question

2007-12-02 Thread aceoohay
You neglected to mention what your backend was written in. Some of us 
might be able to help in .NET, others in PHP, and others in CF, not to 
mention Java.

My own testing using Fluorine, a .NET implementaion shows about 80% 
decrease in time to load ~5,000 rows from the server to the client over 
a T1 line.

Depending on what you are doing, it may be simple to convert. After I 
did the learning curve, the actual conversion of about 20 HTTPService 
requet took a day or so.

Paul

--- In flexcoders@yahoogroups.com, jovialrandor [EMAIL PROTECTED] 
wrote:

 I have an application that imports various data from various data 
 sources.   I have about 14 httpservice calls.Apparently this 
has 
 slowed down my app significantly.I heard that using the messaging 
 framework AMF can get large amounts of data in binary format which is 
 quicker.   However I have not found any good example online to learn 
 from. 
 
 Does anyone know where I can get started with AMF?
 
 thanks





[flexcoders] Re: AMF question

2007-12-02 Thread jovialrandor
I am currently using J2EE as the server side language.




--- In flexcoders@yahoogroups.com, Ryan Campbell [EMAIL PROTECTED] wrote:

 What do you currently use for your server-side language?
 
 On 2-Dec-07, at 1:51 PM, jovialrandor wrote:
 
  I have an application that imports various data from various data
  sources. I have about 14 httpservice calls. Apparently this has
  slowed down my app significantly. I heard that using the messaging
  framework AMF can get large amounts of data in binary format which is
  quicker. However I have not found any good example online to learn
  from.
 
  Does anyone know where I can get started with AMF?