|
Posts Tagged ‘RIA’
Posted by Surendran Sukumaran on May 6th, 2010
I was exploring the way to integrate GoogleMap on Flex with Rails as backend. My main focus was to detect the user events happening on Google Map using Flex, and then display the data sent by Rails to Flex. So, lets see what i did. If you want to quickly know see the demo of my work, please click http://gmap-flex-rails.heroku.com/ Posted in Software | 3 Comments »
Posted by Vamsi Krishna on May 4th, 2010
I created a simple app with Flex 4 as front end and Rails 2.3.5 as back end. Well these days I started refreshing my knowledge on Flex, so here is my attempt on showing a flex chart with some events associated with it in order to render dynamic data delivered by Rails. Well as for the Rails App i am not going to explain the code much deeper since it’s a simple scaffold. script/generate scaffold Report month:string profit:float expenses:float amount:float Before you read further, you can check demo of the app I developed at http://barchartapp.heroku.com/ Posted in Software | No Comments »
Posted by Surendran Sukumaran on April 28th, 2010
If you want to know how to send and receive data from Flex and Rails using XML or JSON or AMF data types, then please read further. Firstly, to get a bite at of what i am talking about, please check the demo. Now let see this from coding perspective. Tags: ActionScript, Adobe Air, AMF, Flex, json, RIA, Ruby, Ruby on Rails, XMLPosted in Software | No Comments »
Posted by Balaji D Loganathan on January 9th, 2009
Lets say you have a new user registration page where you validate user entered loginid against the database using Ajax and immediately display available or not. for this you might do like..
Sometimes it may take a while for ajax to complete the process of calling the remote database and read back responseXML, now if you want to show a loading or processing screen for that moment ?, just use this tip.
LoginID:
checking availability… Password: ….
LoginID: loginid not available. Please try another.
Password: …. You can also find some animated activity gif from this site. Tags: Ajax, Javascript, RIA, Web 2.0Posted in Software | 3 Comments »
Posted by Balaji D Loganathan on January 9th, 2009
If your job role involves activities like “web page scripting, AJAX, interactive user interface development, HTML content rendering, rich content website development and whatever that you do to get the webpage up and showing”, then you might find this blog entry handy while setting up your PC for web application/UI developments.
These are just top 10 tips and if you found some more tools useful at everyday of your web development, please kindly add that as a comment.
Posted in Software | 2 Comments »
Posted by Balaji D Loganathan on January 9th, 2009
The idea is to validate the username/password as soon as the user enters the data into the form input field of the browser. The code snippets below will show how to do this using the XMLHttpRequest (XHR) object. The XHR (or so called AJAX) helps to do this without making the webpage reload after hitting the server. Well, you can use famous JavaScript libraries like Prototype, dwr or Dojo to do this. Using them will also reduce the code size. But… if you are interested in knowing how this is really done using XHR directly, then read on… Posted in Software | No Comments »
Posted by Balaji D Loganathan on January 9th, 2009
Google Web Toolkit Solutions: Cool & Useful Stuff
I got a chance to review this new eBook Google Web toolkit solutions by David Grey via Javaranch book review team. Off the topic: You would need either the free Adobe Reader or Digital Editions to read this eBook. While personally I like the Author’s another book on JSF, this eBook is not very much interesting to read. It simply goes through the code of the building Yahoo! trip application and Address book with GWT, something that you see in the last chapters of the Wrox published books – the sample application. Out of 122 pages, most of the pages were taken over by re-printing the complete Java code. (Example Section 3: Drag and Drop). Articles that covers integrating GWT with Spring/Hibernate/Maven is already available for free in Internet, so this eBook should have taken some other advanced topics. Apart from the above comments, this eBook gives a good overview on using GWT with RPC, Java script tools, Hibernate and so on. I particularly liked the Section 1 of this book that describes about GWT RPC. Tags: GWT, Java, Javascript, RIA, Web 2.0Posted in Review, Software | No Comments »
Posted by Balaji D Loganathan on January 9th, 2009
The authors have taken good efforts to neatly introduce, analyses and compare various javascript tools specifically meant for AJAX. Since the book is published recently(July06), this book covers many latest AJAX and JAVA Framework products, so its saves your time on finding a right tool Posted in Review | 1 Comment » |