Questions tagged [eclipse-scout]

Eclipse Scout is a framework to create business applications.

Eclipse Scout is a framework to create business applications on top of the Eclipse stack.

It is an open-source project (EPL licence) hosted by the Eclipse Foundation.

146 questions
5
votes
2 answers

what should I use eclipse rcp or eclipse scout?

i am planning to develop desktop application using java code, and wanted to use any ready made framework and then i got know about eclipse RCP / eclipse scout but i am in doubt that which framework should i use whether eclipse rcp or eclipse…
mobilemagic
  • 273
  • 9
  • 20
3
votes
2 answers

Eclipse scout hibernate

I used Eclipse Scout and i followed the instructions in the tutorial to create the sample application. It looks great and it was very easy to build an application with it. I would like to ask if anyone has used it for a 'real' application and how it…
pbaris
  • 4,525
  • 5
  • 37
  • 61
2
votes
3 answers

Java single code base for desktop and mobile

Is there one or several java based technology that can help me write an application code base once (including Logic-Views-Controllers) and then compile and run it for all platforms including main desktop and mobile operating systems as well as in…
2
votes
2 answers

SCD "x-schema::tns" didnt match any schema component

I am running wsimport from a maven task (using the jaxws-maven-plugin) My configuration looks like this: wsimport-first wsimport
Jmini
  • 9,189
  • 2
  • 55
  • 77
2
votes
2 answers

Send data from one Java application to another

I have to send an XML-file from one java Application to another. Currently, it works like this: - Export to local XML-file from application 1 - Import local XML-file in application 2 Now I have to do this via web service(s). Is it possible to create…
Maarten
  • 23
  • 1
  • 5
2
votes
0 answers

Eclipse Scout with PAX-logger

I am trying to set logging in scout application, so I am trying to set PAX-logger. I add pax-logging-api-1.7.0.jar, pax-logging-service-1.7.0.jar and pax-confman-propsloader-0.2.1.jar into my target. I import all three into rap product. In…
Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97
2
votes
1 answer

Table of StandardOutline not shown in GUI of Eclipse Scout

I'm learning how to use Eclipse Scout and started with the tutorials found at Eclipse Scout Tutorials I've proudly completed the first hello world tutorial and got stuck while trying to complete the Minicrm Tutorial Everything went well until this…
Isa
  • 1,121
  • 3
  • 10
  • 17
2
votes
1 answer

Eclipse Scout check when leave page

I am writing a scout application, and I stumbled upon some problem. In my standard Outline I have more than one page. In page A I have some editable table with save button. What is in page B is not important for this discussion. Outline page A …
Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97
2
votes
2 answers

UndeclaredThrowableException with a client only eclipse scout application

I am trying to do a client only Eclipse Scout application. I selected the menu “New Scout Project…” and in the first step of the wizard I checked only: com.company.app.ui.swt com.company.app.client com.company.app.shared Everything seems to be…
user3819526
1
vote
1 answer

Load Balancing Eclipse Scout application

I have tried to put Eclipse Scout application behind proxy using HAProxy and Docker with two Tomcat containers, but I have some problems. Application is working fine if only one server is active, or both of them. But when active server is shutdown,…
sysdba
  • 57
  • 5
1
vote
1 answer

JavaParser and SymbolSolver for Eclipse Scout

I want to analyze dependencies among classes which I have started using JavaParser and it's SymbolResolver for. But it keeps failing when resolving several of the method references on a sample project from Eclipse Scout. Scout uses it's own BEAN…
jofroe
  • 431
  • 1
  • 5
  • 14
1
vote
2 answers

Set group by column without user action in table header

Is there an option to automatically group table data by specific column without user action to group by column in table header. When I click on column and set Group, table is grouped by that column and that looks awesome, now I need that option to…
sysdba
  • 57
  • 5
1
vote
1 answer

Using connection service based by params

I have many services extending MsSQLAbstractService class, each for single database. For my application I need to connect to the proper database based on a parameter in the request. How can I pass such a parameter and make the SQL class use the…
sysdba
  • 57
  • 5
1
vote
1 answer

Load in incremental mode a smartfield with a lookupcall

I defined a lookupcall to make a sql select on a table on my DataBase, unfortunately for some key return more then 1000 rows and for other less then 200 rows (the range is between 80 to 6600). The smartfield show only a small part of them. I want…
Marco
  • 11
  • 1
  • 3
1
vote
1 answer

Eclipse Scout Http Deploy on Tomcat fails

I tried to deploy my eclipse scout application (framework) on tomcat. I configured the application to http correctly. The server and consequently the UI can't start. Here's the stacktrace of the exception: [33msyscodeapp_1 |[0m Exception in…
PrestigeDev
  • 567
  • 8
  • 20
1
2 3
9 10