2011-04-14 |
Sascha L. Teichmann |
Acquire/release sessions in services to avoid db connection leaks.
|
2011-04-14 |
Ingo Weinzierl |
The location/distance state now writes default values into DESCRIBE.
|
2011-04-14 |
Ingo Weinzierl |
Added a new function to RiverFactory that retrieves a River object based on a given river name.
|
2011-04-14 |
Sascha L. Teichmann |
Backend access: Static methods are using the SessionHolder, too.
|
2011-04-14 |
Ingo Weinzierl |
Finalized the SessionCallContextListener and registered it as CallContext.Listener in the configuration.
|
2011-04-14 |
Ingo Weinzierl |
Bugfix: Call correct method to retrieve and initialize an instance of SessionFactoryProvider.
|
2011-04-14 |
Sascha L. Teichmann |
Added a session holder to hold hibernate sessions.
|
2011-04-14 |
Ingo Weinzierl |
Added an Implementation of CallContext.Listener to open/close Hibernate Sessions for each request.
|
2011-04-14 |
Ingo Weinzierl |
Modified the states' describe() method - related to the last commit.
|
2011-04-14 |
Ingo Weinzierl |
Removed the state to explicitly select a gauge.
|
2011-04-13 |
Ingo Weinzierl |
Bugfix: Repaired the dynamic UI part of the RiverSelect state in DESCRIBE.
|
2011-04-12 |
Ingo Weinzierl |
Write the name of an artifact into the DESCRIBE document.
|
2011-04-12 |
Ingo Weinzierl |
Bugfix: States are filled with data before they describe themself.
|
2011-04-11 |
Ingo Weinzierl |
Implemented a service that retrieves distance information for a specific river.
|
2011-04-06 |
Ingo Weinzierl |
The FLYSArtifactCollection overrides out() and uses OutGenerators to create output for this operation.
|
2011-04-06 |
Ingo Weinzierl |
Added a DischargeCurveGenerator that creates discharge curves.
|
2011-04-06 |
Ingo Weinzierl |
Changed the visibility of getData() method of FLYSArtifacts.
|
2011-04-03 |
Sascha L. Teichmann |
Removed trailing whitespace.
|
2011-04-03 |
Sascha L. Teichmann |
Make project compilable again.
|
2011-03-31 |
Ingo Weinzierl |
Added code to parse the configured OutGenerators in the global configuration and to save a map of such in the FLYSContext.
|
2011-03-31 |
Ingo Weinzierl |
Added an OutGenerator interface that might be used to generator collected outputs of a set of artifacts.
|
2011-03-30 |
Ingo Weinzierl |
Removed the Backend reference from FLYSArtifactCollection.
|
2011-03-30 |
Ingo Weinzierl |
Enhanced the output mode for discharge curves with three facets.
|
2011-03-30 |
Ingo Weinzierl |
Tagged RELEASE 0.1 of FLYS Artifacts.
|
2011-03-30 |
Ingo Weinzierl |
Renamed an output mode in the WINFO artifact configuration.
|
2011-03-29 |
Ingo Weinzierl |
Changed a german string in the resource bundle.
|
2011-03-29 |
Ingo Weinzierl |
Adapted the available calculation modes of WINFO and its order in the DESCRIBE document.
|
2011-03-28 |
Ingo Weinzierl |
Added the hash code of an artifact to the artifact part of the collection's DESCRIBE document.
|
2011-03-28 |
Ingo Weinzierl |
Changed the background color of discharge curves to white.
|
2011-03-28 |
Sascha L. Teichmann |
DischargeTables: Cache the scale, too. Otherwise two calls to getValues() with different arguments will result in the same output.
|
2011-03-28 |
Ingo Weinzierl |
The out() operation of the WINFO artifact draws discharge tables for gauges specified by the user.
|
2011-03-28 |
Ingo Weinzierl |
Added a helper class to export charts.
|
2011-03-28 |
Sascha L. Teichmann |
Add factory to fetch gauges from database and filter them
|
2011-03-25 |
Sascha L. Teichmann |
Don't used interleaved x/y data.
|
2011-03-25 |
Ingo Weinzierl |
Updated the TODO list.
|
2011-03-25 |
Ingo Weinzierl |
Bugfix: Added a missing artifact namespace prefix in the DESCRIBE document of a FLYSArtifactCollection.
|
2011-03-24 |
Ingo Weinzierl |
Implemented a FLYSArtifactCollection that will be used in this application now.
|
2011-03-24 |
Sascha L. Teichmann |
Fetch w/q values of discharge tables for given gauges.
|
2011-03-24 |
Ingo Weinzierl |
Added a further german resource bundle.
|
2011-03-23 |
Ingo Weinzierl |
The DESCRIBE of the WINFO artifact contains the available output modes now.
|
2011-03-22 |
Ingo Weinzierl |
The location_distance state of the WINFO parameterization has an output mode 'discharge_table' now.
|
2011-03-21 |
Ingo Weinzierl |
Append human readable strings of the selected values to the DESCRIBE output.
|
2011-03-21 |
Ingo Weinzierl |
Added some more calculation types (to the DESCRIBE in the calculation select state).
|
2011-03-21 |
Ingo Weinzierl |
Implemented the step-back part of the advance() operation.
|
2011-03-21 |
Ingo Weinzierl |
Fixed a german umlaut.
|
2011-03-18 |
Ingo Weinzierl |
Added new states to insert location/distance and w/q data in the config of a WINFO artifact.
|
2011-03-18 |
Ingo Weinzierl |
Added a new state for the W/Q input in the WINFO parameterization.
|
2011-03-18 |
Ingo Weinzierl |
New state for the location/distance input and some litte modifications of the DefaultState.
|
2011-03-17 |
Ingo Weinzierl |
Added a method to retrieve the UIProvider for a state.
|
2011-03-17 |
Ingo Weinzierl |
Let the states describe the static ui part.
|
2011-03-17 |
Ingo Weinzierl |
The 'rivers' service retrieves the rivers from backend now.
|
2011-03-17 |
Sascha L. Teichmann |
Added support for the flys backend and an example how to use it.
|
2011-03-15 |
Sascha L. Teichmann |
Added section in configuration for database backend.
|
2011-03-15 |
Sascha L. Teichmann |
Fixed build error coming from different import of XMLUtils.
|
2011-03-14 |
Ingo Weinzierl |
Appended a missing node to the DESCRIBE.
|
2011-03-14 |
Ingo Weinzierl |
I18N of strings for the DESCRIBE document.
|
2011-03-14 |
Ingo Weinzierl |
Introduced a state to select the calculation mode.
|
2011-03-14 |
Ingo Weinzierl |
Added an abstract base class DefaultState for States.
|
2011-03-14 |
Ingo Weinzierl |
Implemented a singleton instance that provides i18n strings.
|
2011-03-10 |
Ingo Weinzierl |
Appende the static data to the static node of the DESCRIBE document.
|
2011-03-10 |
Ingo Weinzierl |
The operations feed() and advance() return the current description of the artifact now.
|
2011-03-10 |
Ingo Weinzierl |
Implemented the step-forward part of the advance operation.
|
2011-03-09 |
Ingo Weinzierl |
Implemented the feed() operation.
|
2011-03-09 |
Ingo Weinzierl |
Added a TODO file.
|
2011-03-09 |
Ingo Weinzierl |
Added a FLYSArtifact that serves as the default artifact for the FLYS application.
|
2011-03-08 |
Ingo Weinzierl |
Added a RiverService (/service/rivers) that retrieves a list of provided rivers.
|
2011-03-07 |
Ingo Weinzierl |
Added a nodes for the user-factory and collection-factory to the configuration.
|
2011-03-01 |
Ingo Weinzierl |
Replaced the 'special' attribute of the DESCRIBE with a 'uiprovider' attribute.
|
2011-02-08 |
Ingo Weinzierl |
The RiverSelect state creates the dynamic UI part for the describe document now.
|
2011-02-08 |
Ingo Weinzierl |
Added mockup classes for working with rivers.
|
2011-02-07 |
Ingo Weinzierl |
The input data items of a state are read from configuration after the state has been setup.
|
2011-02-07 |
Ingo Weinzierl |
Added the current state and reachable states description to the describe document of the WINFO artifact.
|
2011-02-07 |
Ingo Weinzierl |
Changed the way of storing transitions in the TransitionEngine.
|
2011-02-04 |
Ingo Weinzierl |
Improved the WINFO artifact. Describe() returns the uuid and the hash of the artifact instead of just nothing.
|
2011-02-04 |
Ingo Weinzierl |
Improved the init process of the WINFOArtifact - there are two new states to select the river and the gauge.
|
2011-02-04 |
Ingo Weinzierl |
Improved the bootstrap process - the states are initialized.
|
2011-02-03 |
Ingo Weinzierl |
Initializes a TransitionEngine storing all transitions for each artifact at the application start.
|
2011-02-02 |
Ingo Weinzierl |
Added a first stub of an WINFO artifact.
|
2011-02-01 |
Sascha L. Teichmann |
Added initial mvn project for FLYS artifacts.
|