Thursday 21 February 2008

osgi sample with web

your first osgi sample with web

here

Tuesday 19 February 2008

OSGI Reference web site

- Starting Point (Neil Barlett's Getting Started with OSGI)
http://neilbartlett.name/blog/osgi-articles/

- OSGi and Gravity Service Binder Tutorial
http://oscar-osgi.sourceforge.net/tutorial/

- Creating OSGi Bundles of Costin Leau : SpringDM(OSGi)
http://blog.springsource.com/main/2008/02/18/creating-osgi-bundles/

- Advanced : Apache Felix OSGi Tutorial
http://felix.apache.org/site/apache-felix-osgi-tutorial.html

Wednesday 13 February 2008

[Linux-Fedora] setting tip VNC , IP, Browser Folder

= Linux System

Tip 1 : Browser Folder
- Double Any folder > Edit > Preferences >
Behavior > check "Always open in browser windows"
- Same as right button click on any folder > Click "Browse Folder"

Tip 2 : IP Setting
- System > Administration > Network (Setup IP)
- System > Preferences > Network Proxy
- Open Web Browser > Edit > Preference > General > Click "Connection Settings.."
> Select "Manual proxy configuration" and setup "Http Proxy value and Prot"

Tip 3 : VNC
- Install VNC in window system
- Go to linux system > System > Preferences > Remote Desktop >
Check "Allow other users to view your desktop"
and "Allow other users to control your desktop"
Uncheck "Ask you for confirmation"

Tip 4 : Connect from Linux to Window share folder
- Place > Connect to Server >
* Service Type : Windows share
* Server : only IP Address (10.99.99.88)
> Click Connect button

Tuesday 12 February 2008

Update from "eclipse IDE for C/C++" to "eclipse WTP"

* how you can update from "eclipse IDE for C/C++" to "eclipse WTP"

If you are not install eclipse all-in-one version ,
you can update WTP or all-in-one version by using below step.

For example, now i want to update from "eclipse IDE for C/C++" to "eclipse WTP",
then firstly, you should install emf plugin first. Otherwise you will be
error message "WTP Common Core(2.0.1....) requires plug-in "org.eclipse.emf.ecore(2.2.0)", or compatible".

So please go to "Help > software updates > Find and install
>search for new features to install > click "New Remote Site..." button

>> easy way : Unzip eclipse All-in-one version
And create local update site and
line to all-in-one version eclipse folder

NAME :EMF
URL :http://update.eclipse.org/tools/emf/updates

===========If you want to update all at on time=====
== NAME :Update Version
== URL : http://update.eclipse.org/updates/3.3/site.xml
== Then select Eclipse SDK 3.3
====================================================


Click Finish Button

Now you update EMF plugin for updating eclipse WTF

Again
So please go to "Help > software updates > Find and install
>search for new features to install > click "New Remote Site..." button

NAME :WTP
URL :http://download.eclipse.org/webtools/updates

Click Finish button

Then you can work for web project with eclipse.