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
votes
2 answers

call JasperReports report by RapidClipseX

For RapidClipse4 I used following code to call and open a JasperReport in a new window try { this.browserFrame = new XdevBrowserFrame(); final Resource exportToResource = Report.New() …
Schwabenheinz
  • 133
  • 1
  • 11
-5
votes
2 answers

Show error message when an exception is issued

I have the following problem. I use XDEV Rapidclipse. I would like to issue a notification.show if an exception flies. Example EntitiyDAO dao = new EntitiyDAO(); dao.remove(table.getSelectedItem().getBean()); I would like to call, but…
Auhuur
  • 11
  • 2
1 2 3
4