Questions tagged [dolphin-platform]

The Dolphin Platform is a framework that implements the presentation model pattern and provides a modern way to create enterprise applications. The Platform provides several client implementations that all can be used in combination with a general sever API.

The Dolphin Platform is a framework that implements the presentation model pattern and provides a modern way to create enterprise applications. The Platform provides several client implementations that all can be used in combination with a general sever API.

By doing so you can create enterprise application with a single server and several desktop, web and mobile client implementations. Here the Dolphin Platforms define a mechanism to automatically snchronize models between the server and the client.

MVC

For more information visit the Dolphin Platform website or the Github repo.

5 questions
2
votes
1 answer

How to use opendolphin without http sticky sessions in a load balanced scenario?

I read "Those who would like to enjoy the binding, presentation model structuring, testing capabilities, toolkit independence, and all the other benefits of OpenDolphin, but prefer REST (or other) remoting for data access, can use OpenDolphin with…
jack
  • 1,861
  • 4
  • 31
  • 52
2
votes
1 answer

Calling Dolphin Platform Action with params returns error

Update: OK so the errors i saw came from another problem i now solved but the action is still not being called. Updated error logs I am starting to create an app with the Dolphin Platform (V 0.6.1) and I need to call a server side action…
Steppo
  • 35
  • 1
  • 5
1
vote
1 answer

Dolphin Platform Chart Objects not working?

in my Dolphin Platform project, the XYChart.Series Object, which contains a series of XYChart.Data, does not seem to synchronize its datamodel. My viewbinder binds the data of the BarChart with the PM and sets it to the BarChartObjekt public class…
Steppo
  • 35
  • 1
  • 5
0
votes
1 answer

opendolphin ClientInitializationException error

I'm testing OpenDolphin and i managed to simple create server side, shared side model. OpenDolphin version: 0.8.4 For client side i have JavaFX application. I made login panel with : ChoiceBox that loads available servers from local file username…
Allesio
  • 78
  • 8
0
votes
1 answer

Repository for Dolphin Platform spring-boot-archetype

Can you confirm the repository to use to use the Dolphin Platform 'spring-boot-archetype'? Thanks
Barry
  • 11
  • 1