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
1
vote
0 answers

RapidClipse X + 11 deployment generates a "war-file" without any index-file inside

I am interested in working with rapidclipse and I tried it out a little. I installed rapidclipse on win10 pro. Everything works fine, and the internal preview from rapidclipse works shows the expected result. But when I generate a war-file and…
andre
  • 11
  • 2
1
vote
2 answers

Having an issue while opening external BIRT link in Vaadin14

I am trying to take input from the below screen and open Birt Report directly into PDF. (I am using Vaadin 14) Problem: My Anchor/Button is not opening any link on the first click every time this UI gets loaded. But After clicking once from the…
Prashant Kumar
  • 145
  • 1
  • 11
1
vote
1 answer

XDEVTextField's value isn't updated to real time

I have an XDEVTextField that needs to update real time by every second. I tried the answers proposed in this question, including using Executor and Swing Timer. I also tried this way. Below is my code: public class FirstView extends XdevView…
Kami Hoang
  • 97
  • 1
  • 10
1
vote
1 answer

Accessing Local Resource (local directory- outside project) in Vaadin 14/RapidclipseX IMG component

How to access the local image file from my hard drive (outside project folder) in the image component (to make an image gallery)? How to write the path of the file? in Vaadin 14/RapidclipseX. It only takes either path from the project or URL. In my…
Prashant Kumar
  • 145
  • 1
  • 11
1
vote
3 answers

RapidClipse X - PopupView

As there's still no manual for migration from RC-4 to RC-X its not easy to create new projects or migrate the old ones. Does anyone know how to show a PopupView to edit something and to close it again in the popup class after finished activities or…
Eugen Bl
  • 11
  • 1
1
vote
3 answers

RapidClipseX, MicroStreamDB: How to assign MicroStream Table to RapidClipseX Grid?

I try to work with RapidClipseX and MicroStreamDB. I generated a storage, imported different data in different table Objects. Now I would like to read the data and visualize it in a RapidClipseX Grid component. By using MicroStreamDB I do not have a…
Schwabenheinz
  • 133
  • 1
  • 11
1
vote
0 answers

RapidClipse: How to change rowstyle of XDevTable/ XdevGrid based on cell content

I use RapidClipse 4. In a view I generated a crosstab table (XdevGrid) with grouped sum rows. The total were build inside the sql-code. RowNo      | Detail | Month 1...Month n | total| 1 | A           | 0.5     | 1        | 3 |...…
Schwabenheinz
  • 133
  • 1
  • 11
1
vote
0 answers

How to generate a crosstab with RapidClipse?

I would like to generate a crosstab inside RapidClipse using existing Entity/ DAO. The result should be loaded into a XdevTable/ XdevGrid Would this be possible, if yes how? in an existing DAO I placed following JPA-SQL: findAllForPivot(String…
Schwabenheinz
  • 133
  • 1
  • 11
1
vote
0 answers

How to handle ID's within XDevComboBox/ RapidClipse codebuilder?

Inside a fieldgroup I would like to use a dropdown field XDevComboBox for modifying a value. The combobox get filled by a database table (works fine). The table has two fields, an id and a text-value. The textvalue should be visible and possible to…
Schwabenheinz
  • 133
  • 1
  • 11
1
vote
1 answer

How to fix Null-Pointer exeption by RapidClipse auto generated code

With RapidClipse I build a page with three elements. A drop-down field, a XdevTable and a XDevfieldGroup. The drop-down field is filled by database table content (works fine) The table should be filled after selecting a value out of drop-down field…
Schwabenheinz
  • 133
  • 1
  • 11
1
vote
1 answer

How to reload content from database view/ refresh entity?

In my rapidclipse 4.0 project, I have to read data out of a database view, while saving manual entered data. The readed value should then be included into the data to be saved. My problem is, that this works fine, only onetime/ the first save. If I…
Schwabenheinz
  • 133
  • 1
  • 11
1
vote
1 answer

Rapidclipse & testing

I am currently evaluating Rapidclipse (v3.2.1 on Windows 10 64 bits). I have noted that the project layout created by default by Rapidclipse does not include any test or test resource folders, nor does the default pom have any provisions for test…
gpaglia
  • 23
  • 4
0
votes
0 answers

RapisClipse 11 creating a new project in new workspace generates error: The declared package does not match the expackted package

I have a fresh RapidClipse 11 installation, a new empty Workspace on a Win10 Client with the latest updates. I created a new project with the new project wizard. Direct after creation and Maven update I got for each auto generated object the…
Schwabenheinz
  • 133
  • 1
  • 11
0
votes
1 answer

Fixing of Java.lang.IllegalStateException: No active conversation found. at com.rapidclipse.framework.server.jpa.Jpa.getEntityManager(Jpa.java:200)

I have a running RapidClipse X Project, in which I work with a MySQL Database. I created a class to copy data from one table into a second table. For this I use a stream HibKontoDAO().findAll().stream().forEach( tc -> { ... copy…
Schwabenheinz
  • 133
  • 1
  • 11
0
votes
1 answer

Rapidclipse X 10.4 Error 404 within demo project

I installed RapidClipse X 10.4 and created the "Demo1" project. Demo 1 Project When I start it under "Tomcat 10", the page is not found and the message "HTTP Status 404" appears. Start "Demo1 with Tomcat 10.0 Http 404 Any ideas? I would be happy if…
1
2 3 4