Wednesday, September 22, 2010

OpenNotes Project Idea

I use Microsoft OneNote application to capture my meeting minutes, analysis scraps, rough data, phone numbers, etc. it is handy application but not for free (My company can offer, not me). I understand there are lot of opensource alternatives, but nothing fits my requirements. Decided to start new project to satisfy my needs.

Project : OpenNotes
Platform : Linux
Tools : C++ (Qt 3/4)
Hosting: Google Code
Idea:
- OPTabWidget: Tab widget where notes can be created instantly,
- Tab converts the content into tabular.
- Content starts with * converts the content to list.
- Possibility to move the text inside the editor
- Understanding Links, phonenumber, address etc
- Simplified mind map implementation
- Possibility to insert images in simple shortcut.
- Gestures implementation
- Plugin option, so any new feature can be implemented.
- Custom operation control, were user can define their own action.
- Wiki language support
- Calendar support
- Possibility to convert the control to dairy
- TODO reminders support
- Calculator support, eg: 3,2 + 4,6, * 6,7) = should provide automatic value (for any complex scientific calculation)
- Simple char support , eg LineCart X:10,12,12,15 Y:100,200,300 should convert it to line chart
- Google Notebook API synchronization.
- Video embedding option
- Share the notes (with rights)
- Notes template
- Web Link display
- easy extenstion option with DSL

Hope it is possible to implement above idea , let me give a try and come back to you in another blog.

Tuesday, September 21, 2010

Bundle Repo Preference

Next step in the osgi-flow-designer project is to implement preference for Bundle Repository commands. Idea is not to recreate the Karaf functionalities in the Eclipse, instead Karaf will be accessed from the eclipse.

Preference has been added to extend the obr:listUrl, obr:addUrl, obr:list, obr:deploy and obr:removeUrl Karaf commands.

Preferences:




Add Bundle Repository URL:



List Bundles:





On double click selected will be deployed. Next step is to identify the services each bundle exports and imports. Once the services are identified using GEF/GMF bundles and services will be rendered in the viewer.

If you are interested in participating in this project development reach me @ rathishraj@gmail.com

Checkout the project from http://code.google.com/a/eclipselabs.org/p/osgi-flow-designer/

Wednesday, September 15, 2010

Very much interested with the Apache Karaf concept and its kind of useful contribution to the OSGi framework world. In future I can feel that lot of standalone/web/mobile apps will use this Karaf in great extend.

To explore the Karaf functionality and to provide a Graphical interface , tried create eclipse plugin to access Karaf shell from the eclipse view.

Two views are currently created,

- Karaf Admin View
- Karaf Console View

Karaf Admin View:
Access the Karaf shell remotely and provides action for basic OSGi bundle maintenance like list/start/stop/install/uninstall/refresh.



View connects to the Karaf console and gets the bundle list




View allows to stop the bundles.




Karaf Console:

Extended Eclipse console to get Karaf running inside the eclipse.




- Currently implementing the Bundle Repository preference

- Plan is to provide the OSGi flow designer editor with all bundles.

If you are interested in participating this code development, you can reach me rathishraj@gmail.com

Checkout code base in http://code.google.com/a/eclipselabs.org/p/osgi-flow-designer/