Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwin Shin committed Feb 22, 2013
1 parent 23fda7c commit e5a1364
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -62,6 +62,12 @@ An example of a fcrepo4 [Sequencer](https://docs.jboss.org/author/display/MODE/S
a) Modeshape's `Sequencer` is presently an abstract class (rather than an interface), and
b) because jrubyc-generated Java classes extend `org.jruby.RubyObject`, so from ModeShape's
perspective, your JRuby class isn't a `Sequencer`.

It is, at least, mostly boilerplate. In the above, you should only need to change

1. the name of the proxy class (e.g. `MySequencerProxy`)
2. the filename (e.g. `my_sequencer`)
3. the instantiation of your Ruby class (e.g. `"MySequencer.new"`

### Testing and building

Expand Down

0 comments on commit e5a1364

Please sign in to comment.