I waited for replies on the topic I have posted. I have got a personal
reply and it has nothing about the questions that I have asked. I am
sorry about that. So, I think it is really better if I could reply to
my own post.
Coming to my favorite technology from Google, they are actually two
technologies. First one is Google Web Toolkit (GWT) that let us
develop no compromise Rich Internet Applications in the Java language
similar to using AWT and it will generate the browser specific
minified JavaScript code for all the modern browsers.
The other technology is Google App Engine (GAE) with Java language
support, which is Google's Cloud hosting environment.
Using the above two technologies (of course, Google eclipse plug-in
also. ), I have created a very small utility for base-64 encoding and
decoding and you can visit it at:
http://base64coder.appspot.com/
Developing this base64 encoder-decoder was very much fun and end-to-
end in Java without leaving the comfort of Eclipse IDE. No worry about
anything. Cool. :) . And the cloud hosting is absolutely free until
you exceed a very good free quota.
It is a very small utility with very limited features and it took just
6 hours time for me to deploy this version (second version) of the
application. It uses XHR for contacting Google servers and there my
coding/decoding logic runs and sends information back. This is
developed as part of passing my time away. Why base64 coding
application? I developed it because I use it in my workplace quite a
good number of times.
Coming to problems that we can address using the web2.0 technologies,
there are many actually. India's web content is relatively very less.
Let's assume that it increases a lot in the near future and we would
also be contributing towards it. We can develop applications that make
use of Geo-location and local content being added by local users
(we2.0 angle) to solve many problems like making students self-reliant
by showing listings of part-time jobs and many more thoughts which may
come out of brain storming when we all meet together.
(Please Reply so that we will all gain something out of your mind)
On Jun 13, 4:10 pm, Gopinath Prathapineni <
gopinath.in....@gmail.com>
wrote: