Hi,

Please accept my apologies; I only looked at a bit of your complete source code.

The event is fired from org.uberfire.client.JSEntryPoint.setup(). Can you put a break point in there to check the event is being raised?

I notice you mark dependency uberfire-js (where the above class resides) as "provided" in your pom. Have you tried removing the scope too?

With kind regards,

Mike





On 6 December 2013 12:12, Tubati, Ravindra <Ravindra.Tubati@ihealthtechnologies.com> wrote:

Thank you for reply.

My project has a class “TaskManager” as entrypoint. This class is a copy of “ShowcaseEntryPoint” in uberfire-webapp.

I have added Window.alert() in each method of the class. I observed startApp and hideLoadingPopup methods are getting called. However setupMenu method is not getting called. Am I missing something here?

 

Thanks,

Ravi

 

From: Michael Anstis [mailto:michael.anstis@gmail.com]
Sent: Friday, December 06, 2013 5:00 PM
To: Tubati, Ravindra
Subject: Re: [uberfire-dev] Uberfire Example - UI not displayed

 

Your application is incomplete.

Although you have defined a screen you still need to provide some bootstrap classes.

See ShowcaseEntryPoint.java, AppSetup.java and ApplicationScopedProducer.java in uberfire-webapp.

ShowcaseEntryPoint.setupMenu() @Observes the ApplicationReadyEvent event and then defines a menu and the default perspective to display: your screen will need to be contained in a perspective.

 

AppSetup clones an existing github repository - although this is optional.

ApplicationScopedProducer initialises the underlying VFS - optional if you don't need any persistence.

With kind regards,

Mike

 

 

On 6 December 2013 07:31, Tubati, Ravindra <Ravindra.Tubati@ihealthtechnologies.com> wrote:

Hi,

 

I am trying to build a simple web application using UberFire by taking UberFire Show case as reference.

Similar to ShowcaseEntryPoint I have TaskManager as an entrypoint. In my case I am not getting any menus displayed in the UI. I observed that setupMenu  method is not being called. Could you please help to let me know what is missing in my project? Attached is my project.

 

Thanks,

Ravindra Tubati
Senior Software Engineer, Global-IT | ravindra.tubati@ihealthtechnologies.com


iHealth Technologies, Inc.
My Home Hub, Block – II, 5th, 6th & 7th Floors, Madhapur, Hyderabad – 500081, A.P. India

310-448-2888  ext 834 | +91-40-23682737 Direct

 

Corporate Office

The South Terraces, 115 Perimeter Center Place, Suite 700, Atlanta, GA 30346

(770) 379-2800 Main | www.ihealthtechnologies.com

 


Email Confidentiality Notice: The information contained in this transmission is confidential, proprietary or privileged and may be subject to protection under the law, including the Health Insurance Portability and Accountability Act (HIPAA). The message is intended for the sole use of the individual or entity to whom it is addressed. If you are not the intended recipient, you are notified that any use, distribution or copying of the message is strictly prohibited and may subject you to criminal or civil penalties. If you received this transmission in error, please contact the sender immediately by replying to this email and delete the material from any computer.
_______________________________________________
uberfire-dev mailing list
uberfire-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/uberfire-dev

 


Email Confidentiality Notice: The information contained in this transmission is confidential, proprietary or privileged and may be subject to protection under the law, including the Health Insurance Portability and Accountability Act (HIPAA). The message is intended for the sole use of the individual or entity to whom it is addressed. If you are not the intended recipient, you are notified that any use, distribution or copying of the message is strictly prohibited and may subject you to criminal or civil penalties. If you received this transmission in error, please contact the sender immediately by replying to this email and delete the material from any computer.