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

RapidClipse and PMD plugin

How can i install a working PMD plugin in RapidClipse 10.4. I allready tried the 2 plugins from the marketplace but none was able to automatically run after saving a file.
Antonius
  • 31
  • 2
0
votes
1 answer

Master Detail in RapidClipse X

I see the Master Detail Feature in the documentation of RapidClipse 4, but in the newest version X it seems that feature is missing. Same for the standard buttons in the Form Wizard. I cannot find it in RapidClipse X. Are both features actually only…
Marvin
  • 5
  • 1
0
votes
0 answers

Rapidclipse: Beginners Q: Lazy Loading with on self created JPA SQL ? Support by RC?

a beginners question: Is there any support from Rapidclipse regarding automatic lazy loading from self created JPA queries e.g. for lazy loading scrolled tables ? There is the 'AutoQuery' feature. But that does only apply to 'DAO().findall()', not…
user1226230
  • 381
  • 1
  • 3
  • 11
0
votes
1 answer

Connection leak Issue with C3p0 With Rapidclipse

we created an application using RapidclipseX and using PostgreSQL as a database. Below was my initial setting of peristance.xml. property name="hibernate.hbm2ddl.auto" value="none" />
Prashant Kumar
  • 145
  • 1
  • 11
0
votes
1 answer

How to remove wrapped line from Combobox option. - RapidClipseX/Vaadin 14

I am Using RapidclipseX and Vaadin 14, I want to know how to make this Combobox option not wrapped? Thanks in advance.
Prashant Kumar
  • 145
  • 1
  • 11
0
votes
1 answer

Eclipse/ RapidClipse X 10.2.2 Exception occurred in listener of Java element change notification

I got in eclipse logfile following errors: java.lang.NullPointerException at com.rapidclipse.commons.jdt.JDTUtils.isAssignmentCompatible(JDTUtils.java:752) at …
Schwabenheinz
  • 133
  • 1
  • 11
0
votes
2 answers

Rapidclipse - changing theme at runtime

Is there a possibility to change the Theme at runtime in rapidclipse? I do have user who like the dark theme where other users prefere the light theme. As of now I just have the @Theme annotation which is setting one theme.
josef muri
  • 21
  • 2
0
votes
3 answers

How to configure GSSAPI Login?

I have searched about how to provide an active directory/LDAP based login for my Java web application. In this forum are also approx. 100+ tickets, which I did not understand, or which did not have same target like I. I tried several…
Schwabenheinz
  • 133
  • 1
  • 11
0
votes
1 answer

Are there any example applications or quick start tutorials for Rapidclipse X?

I'm evaluating Rapidclipse X and it would be great if there were demo applications. A app like the Petstore demo would be terrific.
Clint
  • 11
  • 1
0
votes
1 answer

Deploying RapidClipse X to desktop application

I'm trying to find out what the possibilities are within RapidClipse X to build crossplatform desktop applications running both on Windows and MacOS (fat client). However, in the QuickLaunch window, there is only 'Start Servlet' and 'Build Web App…
HansR
  • 11
  • 1
  • 3
0
votes
1 answer

Designview of MainContainer.java won't start

Today I downloaded and installed the brand new Rapidclipse X framework. After installing I created a new workspace and a new project with Menubar-Template. Now when I open the MainContainer.java, the Designview stays blank and in the Progress-View,…
0
votes
1 answer

Your application doesn't have SLF4J binding

I'm working with Rapidclipse and created a project. I'm always testing my project by running the servlet on a tomcat server. It always work for me until recently. Rapidclipse hang up and i had to close it with the task manager. After i started it…
user12106967
0
votes
0 answers

Grid does not display data from datasource

I am using Rapidclipse X (Vaadin 14, JPA/Hibernate) and a MySql database. By means of JPA/hibernate i store input data from a UI into the MySql database. That works fine so far. However when i want to display the data inside a grid, nothing …
user12106967
0
votes
1 answer

JPA SQL Subquery won't work - method undefined

Having a query in MySql like this: SELECT * FROM runninggame WHERE game = 6 AND spieler IN (SELECT id FROM spieler WHERE tormann = 1); The Query runs fine in MySQL and I need a similar query in my RunninggameDAO.java. I tried this in the…
0
votes
1 answer

Q:How to migrate Project from RapidClipse4 to RapidClipseX?

I would like to migrate my Project from RapidClipse4 to RapidClipseX. I tried to open the RC4-project in RC-X (by loading the RC4 workspace into RC-X) and I tried to import the RC4-project into a new RC-X project. In both cases I still miss my…
Schwabenheinz
  • 133
  • 1
  • 11