Good OSGi tutorials [closed] - java

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Do you know any good tutorial for OSGi? It should detail how it is used but also how it work internally and the different implementations and their differences.

I personally can recommend you OSGi and Equinox (it focuses on Equinox). I did not read it myself (yet), but OSGi in Action looks promising.

A very good way to get started with OSGi in the way it was intended is with bndtools. Take a look at http://bndtools.org/doc/tutorials/components/ for more information.

Related

Library to do introspection in java? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I need to do reflection and introspection in my java application, but I find that java.lang.reflect is a little bit complex to use, and I cannot easily find solutions for what I want to do.
Do you know another library that do introspection?
For introspection start with java.beans.Introspector.
To get started with reflection have a look at the tutorial: http://docs.oracle.com/javase/tutorial/reflect/

Are there any good tutorials for ice4j? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have just started using ice4j as an ICE client. I am experimenting with it, and I want to create a simple chat application using it. The problem is, I can't seem to find any good tutorials on how to use ice4j, and the Javadoc I compiled from the source code doesn't seem to help either. I don't want to resort to having to read through all the source code, because that would be annoying. Is there anything that can help me learn ice4j?
Try reading tests, usually it's the best documentation, especially when there's nothing decent about a techlogy

PriorityBlockingDeque/PriorityDeque implementation [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for a PriorityBlockingDeque(or even a PriorityDeque) implementation since the Java doesn't provide one with the standard library.
Thanks.
Addition: Forgot to mention, any library in addition to infomancers-collections
Guava: MinMaxPriorityQueue. Not blocking -- but if you like, you can file a feature request for such a beast.
Just tried to google with "PriorityBlockingDeque java".
First refererence is seems to be what you want.
Google is our friend ;)

Java Blog and forum implementation [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am developing an application using jsf,hibernate.
I have to create module for user blogs and forum.
Is there any way to integrate and configure or i need to develop it from the scratch.
Please help.
JForum (www.jforum.net) is nice to work with, easily configurable, and you could embed it in your site.

SWT-Documentation for Swing-experienced developers [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Are there good SWT-tutorials for developers experienced with Swing? Which, especially, explain how to do different Swing-features with SWT?
This file might help you: SWT Eye for the Swing Guy
This tutorial will help you somehow: http://www.ibm.com/developerworks/java/tutorials/j-swing2swt/
For more information, you will have to dig deeper depends on what your problems are. Here are some resources:
The list of widgets in SWT: http://www.eclipse.org/swt/widgets/
The best resource to get short SWT
code is from here:
http://www.eclipse.org/swt/snippets/
A larger example can be seen here:
http://www.eclipse.org/swt/examples.php

Categories

Resources