Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Creating new page in Oracle JET?

Muralidharan KJul 12 2018 — edited Jul 12 2018

Hi all

I'm using Oracle JET version 5.0.0. I have created a new project using command prompt by giving

ojet create <app name> --template=navdrawer

My new app is created and when i give ojet serve it runs fine.

My question is i have created new page in my application by opening my project in Net Beans 8.2 by following the below link.(i.e login.html and login.js).

https://blogs.oracle.com/geertjan/adding-a-page-to-a-hybrid-oracle-jet-application

I have done changes in my both js and html pages. Again when i build(ojet build) and serve(ojet serve) my application in command prompt, both js and html page gets disappeared.

only default pages (dashboard,incidents,customers and about) are shown.

How to create new page in my project that is created using command prompt.

Thanks and Regards

This post has been answered by Duncan Mills-Oracle on Jul 12 2018
Jump to Answer
Comments
Post Details
Added on Jul 12 2018
2 comments
352 views