Questions tagged [opendolphin]

OpenDolphin is a slim open-source library that implements the highest degree of model-view-controller separation.

Highlevel architecture

In OpenDolphin Views and controllers compile independently and communicate solely through OpenDolphin's shared presentation models.

This strict separation allows controlling the application logic on an enterprise server while the views display the application state on a remote client machine with all the capabilities of a desktop application.

Questions with this tag indicate problems with:

  • implementation of the java client (written in JavaFX or any other preferred technology) which depends on the maven package OpenDolphin

  • the binding of views and presentationmodels

  • controllers and their actions to modify the models

  • communication with the (enterprise) application servers

Go to the main website

17 questions
0
votes
1 answer

OpenDolphin, Spring and MongoDB

Is it posible to use OpenDolphin with Spring as server-side framework and MongoDB as database ? I want to build simple team application that demonstrates capabilities of team collaboration. I am intrested in advice for techonology to use.
Sysrq147
  • 1,359
  • 4
  • 27
  • 49
-3
votes
1 answer

Open-Dolphin status at August 24 2015

What is the status of this library at August 24, 2015? The web page has some months without moves.
Marlord
  • 1,144
  • 2
  • 13
  • 24
1
2