Questions tagged [rapidclipse]

RapidClipse is an Java IDE for Rapid Java & Cross Platform Development based on Eclipse. It features a GUI-Builder for HTML5 and is based on the RapidClipse Framework which uses Vaadin for UI and Hibernate for database development.

RapidClipse is an Eclipse-based Java IDE for Rapid Java & Cross Platform Development. It features a GUI-Builder for HTML5 and is based on the RapidClipse Framework which uses Vaadin and Hibernate.

To assist with "Rapid Development" RapidClipse generates the code to enable data-binding from Hibernate entities to the Vaadin Components. Multiple wizards and automated master-detail-views aim to minimize the necessary java coding to the business logic.

Projects can be deployed as project as an HTML5 web application, a mobile app (allowing access to the mobile's hardware via Apache Cordova), or a classic desktop application (with a small SWT-based browser application).

47 questions
0
votes
1 answer

Writing to database (Vaadin Flow)

I bound several text fields to an entity in the IDE Rapidclipse that uses Vaadin 14 and JPA/Hibernate. The aim is to write the input data on button click into the referring database that is defined as datasource. I already found this…
user12106967
0
votes
3 answers

Rapidclipse - multiple windows in one screen using a filter to select

Is there a possibilty to create a certain number of windows in one screen. Each window has the same layout but different content. I would like to include a filter so that I can choose which window I would like to see. Right now I have a table with…
user12106967
0
votes
1 answer

How to fix, blank screen after deployment of war file

I work still view month on a project with RapidClipse 4.0 I deployed on the production server several versions of the project war files. Everything worked fine. After the last deployment I got a blank screen after loading the application URL For the…
Schwabenheinz
  • 133
  • 1
  • 11
0
votes
1 answer

How to fix error "The type entityClass_ is already defined?

I use RapidClipse 4.0.1.2... After working a while on a project I got a lot of errors like "The type someEntity_ is already defined". In this case I didn't define the entities myself. All will be done by RapidClipse entity manager function. I tried…
Schwabenheinz
  • 133
  • 1
  • 11
0
votes
1 answer

What's wrong? RapidClipse, XdevTable shows no data, but data are still in container

I tried to generate a crosstab by using native query in RapidClipse4. The data were collected and output on console still available, but assigning to a xDevTable did not work. I created following code: private void button_buttonClick(final…
Schwabenheinz
  • 133
  • 1
  • 11
0
votes
3 answers

How to fix RapidClipse4 org.hibernate.MappingException: Could not configure overrides from file: hibernate.reveng.xml

I am still working with RapidClipse 4 around 3 month. I am also a newby with java, eclipse and related things and still trying to learn by doing. My project is still growing up and worked fine until, suddenly I got following error while trying to…
Schwabenheinz
  • 133
  • 1
  • 11
0
votes
1 answer

How to reload/ refresh a table after adding new data to database table?

I use rapidClipse 4.0 And I am at beginning with rapidClipse and java I created a page with a table and a fieldgroup. After saving a new record, the table gets not refreshed. The Properties: AutoQueryData is false Data is "findAllContacts" (JPASQL…
Schwabenheinz
  • 133
  • 1
  • 11
0
votes
1 answer

RapidClipse multiplies code, how to fix it?

I am new to RapidClipse and Java development. I played around a little bit with RapidClipse 4.0 functions (Win 10 pro) and for this purpose, I generated a page to modify a MySql database table. This page includes a table and a FieldGroup like in a…
Schwabenheinz
  • 133
  • 1
  • 11
0
votes
2 answers

How to modify fieldgroup save function?

I created a page to insert and modify data of an existing mysql- table. But based on my requirements and the structure of the table I have to modify the sql for inserting data. Because I am completly new on rapidclipse and java I need some hints/…
Schwabenheinz
  • 133
  • 1
  • 11
0
votes
1 answer

Vaadin app on Tomcat behind Traefik results in Session Expired

I have a small Vaadin/Rapidclipse app on a Tomcat server running. As reverse proxy I use Traefik v1.7.4. If I connect to the Server directly via http://159.69.121.213:8080/TestTraefik/ everything works fine. http://159.69.121.213:8080/TestTraefik/…
Uwe
  • 1
  • 3
0
votes
1 answer

HTTP Status 500 - Internal Server Error RapidClipse

I have a new Laptop and I want to work again on my RapidClipse project. So i installed RapidClipse, opened my project and got on the Designer an Internal Server Error. I googled it and can't find any solutions. Here is the Error Code: Type Exception…
0
votes
1 answer

D3 Intergration Vaadin (could not initialize javascript connector)

I Have D3 Intergrated in my Project. Anytimes comes the Exception "could not initialize javascript connector because no javascript init function was found" Here my Code MainUI package testd323.asdg; import java.util.ArrayList; import…
Auhuur
  • 11
  • 2
0
votes
1 answer

SQLGrammarException: Could not get list of suggested identity strategies from database (SQL-Server colllation Latin1_General_BIN)

I've created a new Persistence Unit in RapidClipse (Eclipse Neon with Hibernate [and other] plugins included) using a new connection profile to an SQL-Server 2014. "Test connection" works fine - "Ping succeeded!". The next dialog "Generate Entities…
Simon Sobisch
  • 6,263
  • 1
  • 18
  • 38
0
votes
1 answer

RapidClipse UI Designer Error

I am new to RapidClipse IDE as my organization requested that I study and develop with it. After having installed version 2.3.1 windows edition, I created a project but the UI designer is showing an error and the widget palette is not showing…
0
votes
1 answer

RapidClipse Error

Am new to RapidClipse. I tried running it and got this error. Errors occurred during the build. Errors running builder 'Maven Project Builder' on project 'test2'. Could not calculate build plan: Plugin…
Mwangi Thiga
  • 1,339
  • 18
  • 22