Skip to content

Refactoring: reorg Maven modules for reusability #84

Description

@andrus

Let's reorganize our module structure to simplify JJava kernel reusability. The new structure might look like this:

  • jjava-distro
    1. Implements main
    2. Builds the fat jar out of jjava-jupyter, jjava-kernel, jjava-maven
    3. Shades dependencies
    4. Packages the fat jar and jjava-launcher
  • jjava-kernel - most of the Java code from ex. jjava. Classpath magics. Pure library, clean dependencies. No shading or fat jar.
  • jjava-jupyter - a renamed jupyter-jvm-basekernel
  • jjava-maven - Maven magics
  • jjava-launcher - unchanged

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions