Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

nobodyFromHawai
nobodyFromHawai
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
3

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by nobodyFromHawai
Customize the badges you want to showcase on your profile
How to authenticate Oracle user via Oracle Application Server using only Flex - Adobe LiveCycle 17-06-2009
We are using Oracle Application Server (10gR2) and I have not been able to find anything on the web how to authenticate users using MOD_PLSQL. The OAS is running apache and the user/password is hard/coded in the HTTP/HTTPS configuration. So using MOD_PLSQL and stored procedure I can pretty much access any stored procedure and the result return to flex via HTTP Service. I've not been able to find any builtin oracle function to verify user/password combination. The user password, stored in dba_use...

Views

572

Likes

0

Replies

0
Re: XML vs CSV for Flex apps - Adobe LiveCycle 17-06-2009
When the httpservices completes isn't the result bound to an arrayCollection (or array) so you could essesntially accomplish anything you want, sort search etc..Is the XML result directly bound to a datagrid or is it bound to arrayCollection first and then bind the arrayCollection to the data grid?From the network layer comparison, say you have 100 rows with 10 columns, the file size of XML vs CSV makes a big difference. Do you think this warrants bringing the file as CSV instead of XML? You als...

Views

146

Likes

0

Replies

0
XML vs CSV for Flex apps - Adobe LiveCycle 17-06-2009
I'm a newbie to Flex and already love it. I want your opinion on XML vs CSV. I know for portability XML is the way to go but for performance I would take CSV any day. In developing in-house enterprise apps in Flex, would it be better to develop ALL http service to return CSV instead of XML? This is only between in-house servers and will not be going to any 3rd party interface, so portability is not an issue. I'm more concern about performance vs. portability, especially over https. The data will...

Views

1.6K

Likes

0

Replies

2