Surya ‘s Blog

… ever streaming tools and technologies….!!!

Eclipse RCP Tutorial (new 3.7)

Posted by kathayat on October 23, 2011

http://www.vogella.de/articles/EclipseRCP/article.html

http://eclipsesource.com/blogs/2011/03/22/what-every-eclipse-developer-should-know-about-emf-part-1/

http://www.vogella.de/eclipse.html

https://www-927.ibm.com/ibm/cas/publications/TR-74.193/38/EMF.pdf

http://www.ralfebert.de/blog/eclipsercp/rcp_examples/

http://www.rcp-vision.com/?p=1157&lang=en

http://www.eclipse-tips.com/how-to-guides/27-making-good-eclipse-rcp-apps-for-mac

http://www.eclipse.org/articles/Article-RCP-1/tutorial1.html

http://help.eclipse.org/indigo/basic/tocView.jsp?toc=/org.eclipse.platform.doc.isv/toc.xml

http://lubospeclipse.wordpress.com/eclipse-plugin-and-rcp-development-notes-2-2/

http://rcpexperiments.blogspot.com/

http://blog.eclipse-tips.com/2009/05/creating-custom-property-view.html

http://www.vogella.de/articles/EclipseEMF/article.html

http://callocorg.wordpress.com/2010/07/12/adding-eclipse-rcp-views-declaratively-into-ifolderlayout/

http://markmail.org/message/yyn6fhsgo2iexwqg (saving and editing models – loop back to my own blog post of 2007 :) )

http://www.eclipse.org/articles/Article-Using%20EMF/using-emf.html  (Basic Tutorials with Trees, Tables hint)

(data bindings)

http://www.vogella.de/articles/EclipseDataBindingEMF/article.html

http://chris.logweb.net/node/24

http://tanrikut.blogspot.com/2008/11/emf-data-binding-wrap-up.html

(GEF and RCP)

http://www.eclipse.org/articles/Article-GEF-diagram-editor/shape.html

http://www.eclipse.org/articles/Article-GEF-EMF/gef-emf.html

http://www.tfo-eservices.eu/wb_tutorials/media/GEFTutorial/PDF/GEF%20Tutorial.pdf?wb_session_id=79c9e1ca274fc756addb5418ddf597c1

Posted in Eclipse RCP | Leave a Comment »

UML, Profiles, GMF

Posted by kathayat on August 13, 2011

http://www.eclipse.org/forums/index.php/mv/tree/151754/#page_top

http://www.eclipse.org/modeling/mdt/uml2/docs/articles/Introduction_to_UML2_Profiles/article.html

http://lubospeclipse.wordpress.com/eclipse-plugin-and-rcp-development-notes-2-2/

http://wiki.eclipse.org/GMF_Archived_Newsgroup_Q_and_A#How_can_I_build_a_diagram_programmatically.3F

Posted in Eclipse, Eclipse EMF, Eclipse GMF, UML | 1 Comment »

GMF for beginners

Posted by kathayat on August 4, 2011

http://gmfsamples.tuxfamily.org/wiki/doku.php?id=start

http://www.eclipse.org/articles/Article-Introducing-GMF/article.html

http://www.networkedlearning.nl/files/Getting%20started%20with%20GMF%20-%20working%20copy.pdf

http://www.kermeta.org/docs/fr.irisa.triskell.kermeta.samples.fsm.documentation/build/html.chunked/KerMeta-Create-FSM-Graphical-Editor-With-GMF/index.html

http://wiki.eclipse.org/Graphical_Modeling_Framework/Tutorial/Part_1#Overview_of_GMF

Posted in Eclipse, Eclipse EMF, Eclipse GMF, Eclipse Plug-in, Eclipse RCP | Leave a Comment »

Open MPI on Mac OSx

Posted by kathayat on July 1, 2011

Install Open MPI on Mac

MPI on XCode

Posted in Open MPI | Leave a Comment »

C++ on XCode

Posted by kathayat on June 29, 2011

Getting Started

Header Files

Pointers

Friends

Posted in C++, Uncategorized | Leave a Comment »

ICET and ICEIT 2010

Posted by kathayat on January 22, 2010

http://www.waset.org/conferences/2010/paris/icet/

http://www.waset.org/conferences/2010/paris/iceit/cfp.php

Posted in Uncategorized | Leave a Comment »

IMS LD Discussion

Posted by kathayat on August 6, 2009

http://halfanhour.blogspot.com/2009/07/future-ims-learning-design.html

Posted in IMD LD | Leave a Comment »

IMS LD Editors and Players

Posted by kathayat on July 16, 2009

RELOAD LD Editor – form based editor
RELOAD LD Player – CopperCore based LD player
MOT+ LD Editor – Graphical LD Editor

Link: Click Here

Posted in IMD LD | Leave a Comment »

Android Tutorial

Posted by kathayat on July 1, 2009

General Android tutorial

https://www6.software.ibm.com/developerworks/education/os-eclipse-android/os-eclipse-android-pdf.pdf

Some Google map related tutorials:

http://www.androidnotes.com/android-tutorials/

http://learningandroid.org/content/learning-android-source-code-examples
http://davanum.wordpress.com/2007/11/15/working-with-google-androids-maps-aka-search-for-pizza/
http://mobiforge.com/developing/story/using-google-maps-android

Send email via GMail
http://davanum.wordpress.com/2007/12/22/android-send-email-via-gmail-actually-via-smtp/

Listen to Phone notifications
http://davanum.wordpress.com/2007/12/27/android-listen-to-phone-notifications-using-androidosmailbox/

Using Android OS Mailbox
http://davanum.wordpress.com/2007/12/27/android-listen-to-phone-notifications-using-androidosmailbox/

Twitter client
http://davanum.wordpress.com/2007/11/21/twitter-client-for-android-how-to-make-xml-over-http-calls/

Dial a number: http://www.androiddevelopment.org/category/code-examples/

Posted in Uncategorized | 2 Comments »

Logging with Android Projects

Posted by kathayat on June 29, 2009

Instead of System.out.println() please use the methods in the Log class:

http://code.google.com/android/reference/android/util/Log.html

You’ll see the messages in Eclipse by switching to DDMS perspective
and looking at the LogCat tab at the bottom.

Posted in Android | Leave a Comment »

 
Follow

Get every new post delivered to your Inbox.