Last Version

Honeycomb 0.51

Honeycomb is a mvc engine. Its inspired by frameworks like spring mvc or stripes, but is more component oriented. So does every part of your page (called comb) have its own model view and controller. This makes every comb completely standalone and reuseable.

License

License

MIT
Categories

Categories

Net
GroupId

GroupId

net.lucubrators
ArtifactId

ArtifactId

honeycomb
Version

Version

0.51
Type

Type

pom
Description

Description

Honeycomb
Honeycomb is a mvc engine. Its inspired by frameworks like spring mvc or stripes, but is more component oriented. So does every part of your page (called comb) have its own model view and controller. This makes every comb completely standalone and reuseable.
Project Organization

Project Organization

lucubrators

Download honeycomb 0.51

Filename Size
honeycomb-0.51.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/net.lucubrators/honeycomb/ -->
<dependency>
    <groupId>net.lucubrators</groupId>
    <artifactId>honeycomb</artifactId>
    <version>0.51</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.lucubrators/honeycomb/
implementation 'net.lucubrators:honeycomb:0.51'
// https://jarcasting.com/artifacts/net.lucubrators/honeycomb/
implementation ("net.lucubrators:honeycomb:0.51")
'net.lucubrators:honeycomb:pom:0.51'
<dependency org="net.lucubrators" name="honeycomb" rev="0.51">
  <artifact name="honeycomb" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.lucubrators', module='honeycomb', version='0.51')
)
libraryDependencies += "net.lucubrators" % "honeycomb" % "0.51"
[net.lucubrators/honeycomb "0.51"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.6.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.8.2
org.mockito : mockito-all jar 1.8.1

Project Modules

  • honeycomb-core
  • honeycomb-xml
  • honeycomb-defaultimpl
  • honeycomb-guice
  • honeycomb-example