p

portofino

Portofino is a web application framework written in Java and extensible using Groovy, distributed under the LGPL open source license. The framework can be used to create interactive database-driven web applications. The creation process includes automatic generation through a "wizard" tool, manual configuration through a web-based administration interface, and customization through scripting languages. The framework combines features that are typical of Content Management Systems and of Rapid application development tools. Portofino is mainly intended for Java developers of enterprise applications and of dynamic web sites. It can connect to an existing database and generate a working web application based on an automatic analysis of the database's structure.
http://www.manydesigns.com/
GNU LESSER GENERAL PUBLIC LICENSE, Version 3
MANYDESIGNS s.r.l.
Fabio Bonfante Angelo Lupo Giampiero Granatella Emanuele Poggi Alessio Stalla Arianna Stradolini
Files download
File Operation
portofino-5.0.3.pom download
Apache Maven
<dependency>
  <groupId>com.manydesigns</groupId>
  <artifactId>portofino</artifactId>
  <version>5.0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.manydesigns:portofino:5.0.3'
Gradle Kotlin
implementation("com.manydesigns:portofino:5.0.3")
Scala SBT
libraryDependencies += "com.manydesigns" % "portofino" % "5.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.manydesigns', module='portofino', version='5.0.3')
)
Apache Ivy
<dependency org="com.manydesigns" name="portofino" rev="5.0.3" />
Leiningen
[com.manydesigns/portofino "5.0.3"]
Apache Buildr
'com.manydesigns:portofino:jar:5.0.3'