Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Kura » How to edit files stored in generated resources directory form bundle's target (Help me to get access of org.eclipse.kura.web2/target/generated-sources/gwt/org/eclipse/kura/web files in kura)
How to edit files stored in generated resources directory form bundle's target [message #1775350] Sat, 28 October 2017 06:25 Go to next message
Vihangi Patel is currently offline Vihangi PatelFriend
Messages: 7
Registered: October 2017
Junior Member
I want to update description provided in kura web page.

For that I had found Messages.java file in org.eclipse.kura.web2/target/generated-sources/gwt/org/eclipse/kura/web/client/messages

But as this file is in target directory, so I can't make change to it.

Help me out for above.

Thanks in advanced.
Re: How to edit files stored in generated resources directory form bundle's target [message #1775460 is a reply to message #1775350] Mon, 30 October 2017 12:54 Go to previous messageGo to next message
Matteo Maiero is currently offline Matteo MaieroFriend
Messages: 423
Registered: July 2015
Location: Italy
Senior Member
Hi,
the messages displayed are in Messages.properties file in src/main/resources.
To have them applied you need to rebuild by yourself the web bundle.

Another option that that could be used is by modifying the CSS file.

Best regards,
Matteo
Re: How to edit files stored in generated resources directory form bundle's target [message #1775501 is a reply to message #1775460] Tue, 31 October 2017 05:26 Go to previous messageGo to next message
Vihangi Patel is currently offline Vihangi PatelFriend
Messages: 7
Registered: October 2017
Junior Member
Hi Matteo,

Thanks for your reply.

It's working and I'll get updated file in target.

Thanks.

[Updated on: Tue, 31 October 2017 06:11]

Report message to a moderator

Re: How to edit files stored in generated resources directory form bundle's target [message #1775504 is a reply to message #1775501] Tue, 31 October 2017 06:18 Go to previous messageGo to next message
Vihangi Patel is currently offline Vihangi PatelFriend
Messages: 7
Registered: October 2017
Junior Member
Hi,

Can you help me out to add gwt based gui in web bundle for any other service?

Means, basically I want to add GWT based GUI for my own service which is not in Kura. And I want to do that using web bundle.
But If you have any other simple way to do that then that's best for me.

If possible please give me the steps or procedure to do above in kura.

Thanks.
Re: How to edit files stored in generated resources directory form bundle's target [message #1775507 is a reply to message #1775504] Tue, 31 October 2017 07:24 Go to previous messageGo to next message
Matteo Maiero is currently offline Matteo MaieroFriend
Messages: 423
Registered: July 2015
Location: Italy
Senior Member
Hi,
to support an external application in your GWT code you need to create all the code for the client and server GWT part. Currently we have no use-cases or examples for that and it will require you, if works, to create an entire new logical section in the web UI code.

The alternative is based on the fact that the GWT part works on top of a web server. So, your ui can potentially run on top of the Jetty Web Server and run as another site. I believe that this question has already been asked. Please have a look at the forum pages.

Best regards,
Matteo
Re: How to edit files stored in generated resources directory form bundle's target [message #1775570 is a reply to message #1775507] Wed, 01 November 2017 12:49 Go to previous message
Vihangi Patel is currently offline Vihangi PatelFriend
Messages: 7
Registered: October 2017
Junior Member
Hi,

Yeah I had done it. By Updating Web bundle's required files.

Thanks for the help.

Regards,
Vihangi

[Updated on: Fri, 03 November 2017 10:24]

Report message to a moderator

Previous Topic:setup errors
Next Topic:The Bluetooth Le bundle sends gives same values for sensor data
Goto Forum:
  


Current Time: Sat Apr 20 01:26:11 GMT 2024

Powered by FUDForum. Page generated in 0.04411 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top