Author: krishna

Export DataGrid to CSV

I was in difficult situation working on exporting datagrid to CSV, Excel, & PDF. The below code works for CSV & MS-Excel. Later, I will update the code for PDF format.. DataGridExporter.as package components.grid.export { import mx.collections.IViewCursor; import mx.controls.DataGrid; import mx.controls.dataGridClasses.DataGridColumn; public class DataGridExporter { private static var csvSeparator:String = “,”; private static var lineSeparator:String…

Read More

Export DataGrid to CSV

I was in difficult situation working on exporting datagrid to CSV, Excel, & PDF. The below code works for CSV & MS-Excel. Later, I will update the code for PDF format.. DataGridExporter.as package components.grid.export { import mx.collections.IViewCursor; import mx.controls.DataGrid; import mx.controls.dataGridClasses.DataGridColumn; public class DataGridExporter { private static var csvSeparator:String = “,”; private static var lineSeparator:String…

Read More

HTTP Server codes

1xx Informational Codes: Request received, continuing process. 100 Continue – This means that the server has received the request headers, and that the client should proceed to send the request body (in the case of a request for which a body needs to be sent; for example, a POST request). If the request body is…

Read More

HTTP Server codes

1xx Informational Codes: Request received, continuing process. 100 Continue – This means that the server has received the request headers, and that the client should proceed to send the request body (in the case of a request for which a body needs to be sent; for example, a POST request). If the request body is…

Read More

The J2EE Transaction Breakdown with Mercury’s Optimization Suite

Mercury Interactive’s LoadRunner is a leader in the performance-testing market. Its ability to create large volumes of data is legendary, and its ability to monitor the systems being tested provides great value. The J2EE Transaction Breakdown Diagnostics Module, LoadRunner, brings detailed J2EE transaction analysis into the mix. Figure 1 illustrates at a high level the…

Read More

The J2EE Transaction Breakdown with Mercury’s Optimization Suite

Mercury Interactive’s LoadRunner is a leader in the performance-testing market. Its ability to create large volumes of data is legendary, and its ability to monitor the systems being tested provides great value. The J2EE Transaction Breakdown Diagnostics Module, LoadRunner, brings detailed J2EE transaction analysis into the mix. Figure 1 illustrates at a high level the…

Read More

Performance Comparison with various Document Parsers

The performance comparisons used in this article are based on parsing and working with a set of selected XML documents intended to be representative of a wide range of applications: much_ado.xml, the Shakespeare play marked up as XML. No attributes and a fairly flat structure (202K bytes). periodic.xml, periodic table of the elements in XML.…

Read More

Performance Comparison with various Document Parsers

The performance comparisons used in this article are based on parsing and working with a set of selected XML documents intended to be representative of a wide range of applications: much_ado.xml, the Shakespeare play marked up as XML. No attributes and a fairly flat structure (202K bytes). periodic.xml, periodic table of the elements in XML.…

Read More

XMLbeans

 XMLBeans is a Java-to-XML binding framework which is part of the Apache Software Foundation XML project. XMLBeans provides three major APIs: XmlObject: The java classes that are generated from an XML Schema are all derived from XmlObject. These provide strongly typed getters and setters for each of the elements within the defined XML. Complex types…

Read More

XMLbeans

 XMLBeans is a Java-to-XML binding framework which is part of the Apache Software Foundation XML project. XMLBeans provides three major APIs: XmlObject: The java classes that are generated from an XML Schema are all derived from XmlObject. These provide strongly typed getters and setters for each of the elements within the defined XML. Complex types…

Read More