Skip to main content



      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 02:25 Go to next message
Eclipse UserFriend
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 08:54 Go to previous messageGo to next message
Eclipse UserFriend
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 01:26 Go to previous messageGo to next message
Eclipse UserFriend
Hi Matteo,

Thanks for your reply.

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

Thanks.

[Updated on: Tue, 31 October 2017 02:11] by 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 02:18 Go to previous messageGo to next message
Eclipse UserFriend
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 03:24 Go to previous messageGo to next message
Eclipse UserFriend
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 08:49 Go to previous message
Eclipse UserFriend
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 06:24] by Moderator

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


Current Time: Sun Jul 20 14:29:23 EDT 2025

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

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

Back to the top