Friday, July 30, 2010

Introduction to OSUM



REASONS TO JOIN OSUM:

* OSUM members will gain benefits that can help them prepare for an IT career by getting access to the latest open-source technologies including free media kits and student-developer resources.
* Participate in OSUM club activities at your university to learn about open-source technologies that are opening up new career opportunities
* Get access to free online courses, webinars, tutorials, discounts on certifications, and other student resources that can fast-track your career
* Connect and make friends with student coders from around the world to Get and Give technical support and share project ideas.

 BENEFITS:
  1. Hands-on training through student projects and games
  2. Online training through the Sun Academic Initiative program
  3. Preparation for and discounts on Sun certifications
  4. Global social interaction and camaraderie with other student developers
  5. Opportunities to collaborate with each other on projects and activities
  6. Opportunities to get challenged, get motivated, and get excited
  7. Write blogs.
  8. Post comments
  9. Use an instant-messaging application
  10. Upload photos and videos
  11. Post profiles of themselves
  12. Communicate in forums.
  13. http://osum.sun.com/atmiyaosum

Sunday, July 18, 2010

How to implement multiple database in a single flex application

After seven day working on these topic i could able to find the solution that we can implement multiple database through custom component
the steps are:
1.create a database application in the new window.
2.now create a custom component in your existant application.
3.copy the code of database into the custom component source,
4.than drag that component into your application..
5.it works and you can implement as much as database table simply without any kind of logic.