Open up FDS?
Adobe announced that it will open source the strip down version of LiveCycle Data Service called BlazeDS. From what I heard, BlazeDS provides AMF3 remoting without data management and its data push solution is not so scalable as LCDS. (features comparsion chart). The reason is that BlazeDB still uses the blocking [...]
Archive for March, 2008
Flex Remoting - AMF
Flex - Power of E4X
E4X is similar to XPath that is used to manipulate the structural xml in a scripting language. Here are some examples:
Delete node from XML
<root>
<level>
<detail></detail>
</level>
<level>
<detail></detail>
</level>
</root>
I want to make a copy of this XML (could be either of the three types of XML objects) and remove the <detail> nodes from every node no matter that hiarchy they [...]
WebDav vs FTP
Today, I have come across a technical issue that a process is taking too long to download a file from one of our file server. The reason is due to the number of the files of a folder is increased over time and finally reach to ~ 12000. If you use ftp, you need to [...]
SQL Tuning
Query Processing Basic
Before tuning your slow query, you better understand how your database process your query first. Here are the steps:
Look up the query cache to see whether the resultset of your query is available. MySQL does this via hashing your query and use the hashed value to check for the results in the [...]
Art of using database indexes
Need of Indexes
Image of you have a table of user info, if the table contains 50 million of rows. Without index, running a query like below will need a full table scan. Clearly it is not efficient as it is O(n) problem.
SELECT * FROM user_info WHERE last_name = “Tom”
But if we index it on [...]
Server Performance Tuning - MySQL
Before you start tuning your server for mysql performance, you need to obtain the system information first. To do that, there are some linux command that may be useful.
top command
How to interpret the output from top command? Here you go.
The first line is telling you that the system is up 211 days 9 hr and [...]
Flex 3 - Advanced DataGrid
Since I am leading the reporting team in Adconion, I would like to spend sometime on the new component “Advanced Data Grid” from Flex 3. Being excited to know that this component has added many cool features on top of the DataGrid, I would like to find out whether it meets all my needs. Before [...]
Search
Advertisment
Tags
- acegi advertisement AMF AOP Apache architecture aspect authentication authorization BI BlazeDS business intelligence caching connection pool crm flex garbage collection Google HotSpot Java JVM JXplorer Kettle LDAP lucene pentaho performance plugin profiling remoting reporting rpc salesforce security session solr spring syntax highlight system Tomcat tuning visualforce web service wordpress wysiwyg editor
Categories
- Uncategorized (5)
- 02. Build your site (13)
- 01. Monetization idea (5)
- 04. Get traffics (1)
- 05. Scale your site (15)
- 06. Monitoring (1)
- 03. Powerful UI (16)
- 08. Enrich site content (1)
- 07. Analyze your data (7)
- 09. Protect your site (1)
- 10. Unleash your system (9)
- 11. Architect Corner (21)
- 12. Secure your site (1)
- 13. Ad Space (3)
- 15. Database Performance (6)
- 16. Salesforce (3)
Links
- Analytic - Avinash Kaushik - Web analytic guru
- Entrepreneur - Guy Kawaskai - Inspirer
- Finance - Paranoid Brain
- Flex - Brendan Meutzner - Flex Guru
- Flex - James Ward
- Flex - Nico
- Flex - Peter Ent - Flex 2 guru
- Flex - Philter - Flash/Flex Expert
- Pentaho - Roland Bouman
- SEO - Andy Beal - SEO expert























(3.67 out of 5)