|
Re: Chapter 2: errata
|
| |
p.32
before: target3; directive:=value1; attribute:value2
after: target3; directive:=value1; a...
|
|
Re: Chapter 4. paint example
|
| |
thanks again :)
|
|
Re: Chapter 4. paint example
|
| |
Hope its ok if ask another question about pseudo registration and ServiceTrackers in this thread. I ...
|
|
Re: Chapter 4. paint example
|
| |
aha, thanks alot.
"Java does not statically embed interfaces inside the binary bytecode"
Thats...
|
|
Re: Chapter 4. paint example
|
| |
Thanks for this information.
(I still have one unsolved issues regarding this left)
What I cant ...
|
|
Chapter 4. paint example
|
| |
The third import in Circle.java is "import org.foo.shape.SimpleShape;"
That is only possible (as ...
|
|
Re: Chapter 3: errata
|
| |
p.98
section 3.8 Activating paint program
"...easily reuse [b]use[/b] the resulting bundle..."
...
|
|
Re: Chapter 3: errata
|
| |
p.80
The class Activator implements BundleContext. I think it should implement BundleActivator.
|
|
Re: Chapter 3: errata
|
| |
p.80
row8
before: "This is because a bundle is not notified it is being uninstalled"
afger : "Th...
|
|
Re: Chapter 3: errata
|
| |
p.63
section 3.4 Using the lifecycle layer API
7th row
before: "single bunle JAR file"
after: "...
|