All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download hyperion JAR 0.0.1 with all dependencies


A lightweight workflow engine

Files of the artifact hyperion version 0.0.1 from the group com.shigengyu.

Artifact hyperion
Group com.shigengyu
Version 0.0.1
Last update 22. April 2014
Tags: engine lightweight workflow
Organization not specified
URL http://hyperion.shigengyu.com
License The Apache Software License, Version 2.0
Dependencies amount 31
Dependencies spring-core, spring-context, spring-context-support, spring-aop, spring-tx, spring-orm, spring-test, aspectjrt, aspectjweaver, hibernate-core, hibernate-entitymanager, hibernate-annotations, hibernate-ehcache, h2, slf4j-api, logback-core, logback-classic, slf4j-jdk14, reflections, xstream, junit, wstx-asl, spring-data-commons, commons-codec, commons-io, cxf-bundle-jaxrs, javax.ws.rs-api, commons-lang, guava, jcip-annotations, hazelcast,
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of hyperion Show documentation

Please rate this JAR file. Is it a good library?

2 downloads

Source code of hyperion version 0.0.1

META-INF
META-INF.META-INF.MANIFEST.MF
com.shigengyu.common
com.shigengyu.common.com.shigengyu.common.ListHashMap
com.shigengyu.common.com.shigengyu.common.SpringBeanSet
com.shigengyu.common.com.shigengyu.common.StringMessage
com.shigengyu.hyperion
com.shigengyu.hyperion.com.shigengyu.hyperion.HyperionException
com.shigengyu.hyperion.com.shigengyu.hyperion.HyperionRuntime
com.shigengyu.hyperion.cache
com.shigengyu.hyperion.cache.com.shigengyu.hyperion.cache.TransitionConditionCache
com.shigengyu.hyperion.cache.com.shigengyu.hyperion.cache.TransitionConditionClassLoader
com.shigengyu.hyperion.cache.com.shigengyu.hyperion.cache.WorkflowDefinitionCache
com.shigengyu.hyperion.cache.com.shigengyu.hyperion.cache.WorkflowDefinitionCacheLoader
com.shigengyu.hyperion.cache.com.shigengyu.hyperion.cache.WorkflowInstanceCache
com.shigengyu.hyperion.cache.com.shigengyu.hyperion.cache.WorkflowInstanceCacheLoader
com.shigengyu.hyperion.cache.com.shigengyu.hyperion.cache.WorkflowStateCache
com.shigengyu.hyperion.cache.com.shigengyu.hyperion.cache.WorkflowStateCacheLoader
com.shigengyu.hyperion.cache.com.shigengyu.hyperion.cache.WorkflowTransitionCache
com.shigengyu.hyperion.cache.com.shigengyu.hyperion.cache.WorkflowTransitionCacheLoader
com.shigengyu.hyperion.config
com.shigengyu.hyperion.config.com.shigengyu.hyperion.config.HyperionProperties
com.shigengyu.hyperion.config.com.shigengyu.hyperion.config.application-context-shared.xml
com.shigengyu.hyperion.config.com.shigengyu.hyperion.config.application-context.xml
com.shigengyu.hyperion.config.com.shigengyu.hyperion.config.hyperion-common.xml
com.shigengyu.hyperion.config.com.shigengyu.hyperion.config.hyperion-dao.xml
com.shigengyu.hyperion.config.com.shigengyu.hyperion.config.hyperion-services.xml
com.shigengyu.hyperion.core
com.shigengyu.hyperion.core.com.shigengyu.hyperion.core.AutoTransitionRecursionLimitExceededException
com.shigengyu.hyperion.core.com.shigengyu.hyperion.core.HyperionDefinitionException
com.shigengyu.hyperion.core.com.shigengyu.hyperion.core.State
com.shigengyu.hyperion.core.com.shigengyu.hyperion.core.StateTransitionStyle
com.shigengyu.hyperion.core.com.shigengyu.hyperion.core.Transition
com.shigengyu.hyperion.core.com.shigengyu.hyperion.core.TransitionCondition
com.shigengyu.hyperion.core.com.shigengyu.hyperion.core.TransitionConditionException
com.shigengyu.hyperion.core.com.shigengyu.hyperion.core.TransitionConditionSet
com.shigengyu.hyperion.core.com.shigengyu.hyperion.core.TransitionConditionValidationResult
com.shigengyu.hyperion.core.com.shigengyu.hyperion.core.TransitionDefinitionException
com.shigengyu.hyperion.core.com.shigengyu.hyperion.core.TransitionExecution
com.shigengyu.hyperion.core.com.shigengyu.hyperion.core.TransitionExecutionLog
com.shigengyu.hyperion.core.com.shigengyu.hyperion.core.TransitionExecutionResult
com.shigengyu.hyperion.core.com.shigengyu.hyperion.core.TransitionExecutor
com.shigengyu.hyperion.core.com.shigengyu.hyperion.core.TransitionParameter
com.shigengyu.hyperion.core.com.shigengyu.hyperion.core.TransitionParameterSet
com.shigengyu.hyperion.core.com.shigengyu.hyperion.core.TransitionShared
com.shigengyu.hyperion.core.com.shigengyu.hyperion.core.Transitions
com.shigengyu.hyperion.core.com.shigengyu.hyperion.core.Workflow
com.shigengyu.hyperion.core.com.shigengyu.hyperion.core.WorkflowContext
com.shigengyu.hyperion.core.com.shigengyu.hyperion.core.WorkflowContextException
com.shigengyu.hyperion.core.com.shigengyu.hyperion.core.WorkflowDefinition
com.shigengyu.hyperion.core.com.shigengyu.hyperion.core.WorkflowDefinitionException
com.shigengyu.hyperion.core.com.shigengyu.hyperion.core.WorkflowExecutionException
com.shigengyu.hyperion.core.com.shigengyu.hyperion.core.WorkflowInstance
com.shigengyu.hyperion.core.com.shigengyu.hyperion.core.WorkflowState
com.shigengyu.hyperion.core.com.shigengyu.hyperion.core.WorkflowStateException
com.shigengyu.hyperion.core.com.shigengyu.hyperion.core.WorkflowStateSet
com.shigengyu.hyperion.core.com.shigengyu.hyperion.core.WorkflowTransition
com.shigengyu.hyperion.core.com.shigengyu.hyperion.core.WorkflowTransitionException
com.shigengyu.hyperion.core.com.shigengyu.hyperion.core.WorkflowTransitionSet
com.shigengyu.hyperion.core.validation.transitions
com.shigengyu.hyperion.core.validation.transitions.com.shigengyu.hyperion.core.validation.transitions.MultipleTransitionsWithDynamicViolation
com.shigengyu.hyperion.core.validation.transitions.com.shigengyu.hyperion.core.validation.transitions.TransitionValidationPolicy
com.shigengyu.hyperion.core.validation.transitions.com.shigengyu.hyperion.core.validation.transitions.TransitionValidator
com.shigengyu.hyperion.dao
com.shigengyu.hyperion.dao.com.shigengyu.hyperion.dao.HyperionDao
com.shigengyu.hyperion.dao.com.shigengyu.hyperion.dao.HyperionDaoBase
com.shigengyu.hyperion.dao.com.shigengyu.hyperion.dao.WorkflowDefinitionDao
com.shigengyu.hyperion.dao.com.shigengyu.hyperion.dao.WorkflowDefinitionDaoImpl
com.shigengyu.hyperion.dao.com.shigengyu.hyperion.dao.WorkflowExecutionDao
com.shigengyu.hyperion.dao.com.shigengyu.hyperion.dao.WorkflowExecutionDaoImpl
com.shigengyu.hyperion.dao.com.shigengyu.hyperion.dao.WorkflowInstanceDao
com.shigengyu.hyperion.dao.com.shigengyu.hyperion.dao.WorkflowInstanceDaoImpl
com.shigengyu.hyperion.dao.com.shigengyu.hyperion.dao.WorkflowStateDao
com.shigengyu.hyperion.dao.com.shigengyu.hyperion.dao.WorkflowStateDaoImpl
com.shigengyu.hyperion.entities
com.shigengyu.hyperion.entities.com.shigengyu.hyperion.entities.WorkflowDefinitionEntity
com.shigengyu.hyperion.entities.com.shigengyu.hyperion.entities.WorkflowExecutionEntity
com.shigengyu.hyperion.entities.com.shigengyu.hyperion.entities.WorkflowInstanceEntity
com.shigengyu.hyperion.entities.com.shigengyu.hyperion.entities.WorkflowStateEntity
com.shigengyu.hyperion.logging.cache
com.shigengyu.hyperion.logging.cache.com.shigengyu.hyperion.logging.cache.WorkflowStateCacheLoaderLoggingAspect
com.shigengyu.hyperion.logging.services
com.shigengyu.hyperion.logging.services.com.shigengyu.hyperion.logging.services.WorkflowExecutionServiceLoggingAspect
com.shigengyu.hyperion.server
com.shigengyu.hyperion.server.com.shigengyu.hyperion.server.ControllerMethod
com.shigengyu.hyperion.server.com.shigengyu.hyperion.server.HyperionController
com.shigengyu.hyperion.server.com.shigengyu.hyperion.server.RestServer
com.shigengyu.hyperion.server.controllers
com.shigengyu.hyperion.server.controllers.com.shigengyu.hyperion.server.controllers.HyperionRuntimeEnvironmentController
com.shigengyu.hyperion.server.controllers.com.shigengyu.hyperion.server.controllers.IndexController
com.shigengyu.hyperion.services
com.shigengyu.hyperion.services.com.shigengyu.hyperion.services.WorkflowContextBinarySerializer
com.shigengyu.hyperion.services.com.shigengyu.hyperion.services.WorkflowContextSerializer
com.shigengyu.hyperion.services.com.shigengyu.hyperion.services.WorkflowContextXmlSerializer
com.shigengyu.hyperion.services.com.shigengyu.hyperion.services.WorkflowExecutionService
com.shigengyu.hyperion.services.com.shigengyu.hyperion.services.WorkflowExecutionServiceImpl
com.shigengyu.hyperion.services.com.shigengyu.hyperion.services.WorkflowPersistenceService
com.shigengyu.hyperion.services.com.shigengyu.hyperion.services.WorkflowPersistenceServiceImpl
com.shigengyu.hyperion.services.com.shigengyu.hyperion.services.WorkflowStateIncrementalTransitor
com.shigengyu.hyperion.services.com.shigengyu.hyperion.services.WorkflowStateReplaceTransitor
com.shigengyu.hyperion.services.com.shigengyu.hyperion.services.WorkflowStateTransitor
com.shigengyu.hyperion.utils
com.shigengyu.hyperion.utils.com.shigengyu.hyperion.utils.ReflectionsHelper
.config-dev.properties
.config-global.properties
.ehcache.xml
.logback.xml




© 2015 - 2024 Weber Informatics LLC | Privacy Policy