eclipse
A usage strategy emerges
A strategy for how to work with the Bioclipse/JPL/Prolog/Blipkit combination I'm setting up, is becoming clear.
The main idea with Bioclipse, as well as with having a prolog engine available in it, is for flexible and "interactive" knitting together of knowledge. One of the main questions regarding how to use a Bioclipse/JPL/Prolog/Blipkit combination, has been where to put the bulk of knowledge integration/reasoning code? There would in principle be three options for that:
- Bioclipse (Javascript environment)
- The Blipkit-Prolog/Bioclipse integration plugin (Java code, a.k.a. "Manager methods")
- The prolog engine (As a prolog file)
Testing out querying Prolog from Bioclipse
My project has been more or less on hold for around a week because of exams and other stuff. Looking forward to getting some concrete things done now. While still reading up a bit on OWL, I've started taken the first steps of the prolog/blipkit integration with a simple method for querying a prolog on the form "subject, a predicate, and an object".
"Refcards" for quickly getting into Bioclipse Plug-in development
A link by Arvid led me to Dzone, where I found their "refcards": http://refcardz.dzone.com/ and after 15 minutes of reading, a lot of things, like file structure of Eclipse plug-in projects, had became much clearer.
For anyone new to Bioclipse plugin development, I think the following ones are the most relevant (especially the first two):
- Eclipse Plug-in Development
- Getting started with Equinox and OSGi
- Spring Configuration
- Spring Annotations
You will have to register at the site, and browse through the available ones in order to find them
Eclipse boot process, classloading, incorporation of native code etc.
Wed, 2009-10-14 12:06 | by samlThis was a very good article on classloading and booting etc. in Bioclipse, with indispensable hints for how to best incorporate native code in eclipse plugins.
Prolog plugin for Eclipse
Wed, 2009-10-14 10:27 | by samlAs a side-note, this looks interesting (Googled up by Egon), a Prolog Eclipse Plugin:
Could be interesting to combine that, in the future, with the results of my current project. Worth thinking about at least.
[SOLVED] How to set java.library.path for an Eclipse/Bioclipse plugin?
EDIT: Se solution at the bottom of the page
I'm trying to set the java.library.path system setting for my Bioclipse manager/Eclipse plugin.
Normally, if running java from command line, this variable should be set like so (According to what I've googled up):
java -Djava.library.path=/usr/local/lib/pl-5.7.15/lib/i686-linux/JavaClassNameso I have tried to add the line
-Djava.library.path="/usr/local/lib/pl-5.7.15/lib/i686-linux/"to the arguments in "Run" > "Run configurations" for my plugin's product file, under the "arguments" tab.
Plugin development for Bioclipse - from scratch
I switched laptop recently, so I needed to set up my development environment for Bioclipse 2.2 plugin development from scratch. Since the instructions for how to do this are spread over a couple of blogs and the wiki, I used the occasion to create an integrated howto, for my own documentation as well as for anyone interested.
Up and running on Eclipse 3.5 (Bioclipse 2.2)
Mon, 2009-09-07 13:36 | by samlI now got up and running Bioclipse (2.2) on Eclipse 3.5 :)
I had problems first when just copying the old worspace (Bioclipse 2.0 for Eclipse 3.4), but it was just because I had forgot to upgrade the Bioclipse code base. So I did it, with the command:
git pull
Then i had to refresh all the projects in Eclipse, one by one, (select projects and click F5, one at a time).
Upgrading to Eclipse 3.5 / Bioclipse 2.2
Thu, 2009-09-03 15:33 | by samlBioclipse now runs on Eclipse 3.5, so time to grab it. I grabbed Eclipse "classic".
I then just opened the workspace that I had prepared earlier by following the instructions at http://wiki.bioclipse.net/index.php?title=Checking_out_Bioclipse_2.0, in Eclipses 3.5 and tried to run Bioclipse 2.2.
It "almost" started... Errors are documented in the attached log file and screenshot.
Recent comments
1 week 3 hours ago
1 week 5 hours ago
1 week 22 hours ago
1 week 1 day ago
1 week 1 day ago
1 week 1 day ago
1 week 2 days ago
2 weeks 4 days ago
2 weeks 5 days ago
2 weeks 5 days ago