Page 1 of 1

Omega login page and related JavaBean + CRUD project

Posted: 07 Sep 2017, 16:39
by germano
Hi there. After a certain amount of practise in Java Standard Edition, I approached to Java Enterprise Edition by studying book Core JavaServer Faces 3rd edition - David Geary Cay Horstmann.
I made several tutorials and I feel quite confortable with data handling and database interactions with JPA. The only area where I lack of practise is Ajax.
Then I discovered the wonderful Primefaces and I made some tutorials..
Now for various reasons I have to build a quite simple loginbased CRUD + JPA, I bought Omega layout to have a very good point to start with.
I have a question, since I am finding out where is the "upper point of the Omega package pyramid", I would like to ask you where is the JavaBean related to index.xhtml webpage, since I have some difficulties in understanding correctly the Omega package tree.

Thank you very much

Re: Omega login page and related JavaBean + CRUD project

Posted: 13 Sep 2017, 08:06
by mert.sincan
I would like to ask you where is the JavaBean related to index.xhtml webpage
- You can find java beans under src/main/java/org/primefaces/omega/view/.. path in the sample project.

Re: Omega login page and related JavaBean + CRUD project

Posted: 10 Dec 2017, 16:32
by germano
I have another question:
I don't understand how login.xhtml can interact with its related bean "UserLoginView.java" [1]. I don't see any reference to UserLoginView in login.xhtml or other files

[1]: complete path Omega-1.12/tag/src/main/java/org/primefaces/omega/view/overlay

Re: Omega login page and related JavaBean + CRUD project

Posted: 02 Jan 2018, 08:39
by mert.sincan
It is not a Layout or Theme issue. Please use core forum; viewforum.php?f=3

Regards,

Re: Omega login page and related JavaBean + CRUD project

Posted: 25 Jun 2018, 22:44
by germano
aragorn wrote:
02 Jan 2018, 08:39
It is not a Layout or Theme issue. Please use core forum; viewforum.php?f=3

Regards,
Ok I have asked in topic
viewtopic.php?f=3&t=56099
but I don't know if I can receive replies there, since Omega is a non free Primefaces component.

Best regards

Re: Omega login page and related JavaBean + CRUD project

Posted: 28 Jun 2018, 13:28
by mert.sincan
Thanks a lot for the new ticket ;)

Re: Omega login page and related JavaBean + CRUD project

Posted: 02 Jul 2018, 18:47
by Melloware
@Aragorn,

See this ticket: viewtopic.php?f=3&t=56099

Is it possible the user has an old login.xhtml because I cannot see from the sample he posted how it would have ever worked?

Re: Omega login page and related JavaBean + CRUD project

Posted: 06 Jul 2018, 10:30
by germano
Melloware wrote:
02 Jul 2018, 18:47
@Aragorn,

See this ticket: viewtopic.php?f=3&t=56099

Is it possible the user has an old login.xhtml because I cannot see from the sample he posted how it would have ever worked?
Perhaps aragorn is not following the topic and a ping by e-mail could be more effective?

Re: Omega login page and related JavaBean + CRUD project

Posted: 06 Jul 2018, 11:00
by mert.sincan