Skip to main content

Enterprise App now available with Maven

·46 words·1 min
Vaadin UI News
Alejandro Duarte
Author
Alejandro Duarte
Alejandro Duarte is a Software Engineer, published author, and award winner. He currently works for MariaDB plc as a Developer Relations Engineer. Starting his coding journey at 13 with BASIC on a rudimentary black screen, Alejandro quickly transitioned to C, C++, and Java during his academic years at the National University of Colombia. Relocating first to the UK and then to Finland, Alejandro deepened his involvement in the open-source community. He’s a recognized figure in Java circles, credited with articles and videos amassing millions of views, and presentations at international events.
Enterprise App for Vaadin available with Maven

Finally! I’ve managed to write a Maven POM for Enterprise App. Just add this into your pom.xml file:

<dependency>
    <groupId>org.vaadin.addons</groupId>
    <artifactId>enterprise-app</artifactId>
    <version>0.4.0</version>
</dependency>

You might need to add the official Maven repository for Vaadin addons as well:

<repository>
    <id>vaadin-addons</id>
    <url>http://maven.vaadin.com/vaadin-addons</url>
</repository>

Better late than never ;)

Related

Pagination: An old web 1.0 solution
·379 words·2 mins
UI
A few days ago, an Enterprise App user asked me if lazy loading is better (particularly in a buisiness application) than pagination.
Hello GitHub
·180 words·1 min
News
I have been a ProjectLocker and Assembla user for years. They both offer excellent tools for software projects management.
My brand new web site
·150 words·1 min
News
As some of you already know, I will be making a big noise about Enterprise App and InfoDoc Pro next month.