Posted on March 31st, 2011 by Shankar Jha
soapUI is one of the best tools for testing the REST services. It can very efficiently help to check and ensure that the services return just what is expected. Due to these promising reasons we tried to use soapUI for testing the REST based services of our application. But we found a serious road block. [...]
Filed under: Java | 3 Comments »
Posted on March 29th, 2011 by Nitin Khattar
In my last Blog on Flex Charting components, we talked about how to create Composite charts in Flex using multiple chart series, multiple data series and multiple axes. We also discussed the common problem faced while clubbing different chart series within a single chart. Then we explored the concept of ColumnSet in Column Charts & [...]
Filed under: ActionScript, Charting, Flex | 6 Comments »
Posted on March 24th, 2011 by Nitin Khattar
Recently in my project, I came across a requirement to introduce Flex Charting components in the application as a means of Data Visualization. The application deals with Business Analysis of tons of raw data in tabular format with various categories & sub-categories, alphabetical & numeric data. That’s why for an end-user Data Visualization is a [...]
Filed under: ActionScript, Charting, Flex | 8 Comments »
Posted on March 22nd, 2011 by Richa Singhal
If you have chosen JavaFx as an interoperable language, might be over swings, then your most common use case will include following Sun’s guidelines that says “while creating the components or changing a component’s UI state you must do it inside the EDT (Event Dispatch Thread)”. While your Swing application runs from the main thread, [...]
Filed under: JavaFX | 1 Comment »
Posted on March 15th, 2011 by Rocky Jaiswal
In my last blog we talked about Ruby and Java integration via JRuby. Since JRuby runs on JVM, bytecode can be shared but in case you do not want a JVM level integration then SOAP is usually your next level of support. Imagine a scenario where you want to call a SOAP server written in [...]
Filed under: Ruby, SOAP | No Comments »