How to build website build with Oracle-jet - user-interface

Anybody working in oracle jet please help me to develop a website for my application.
Is this best for Website building? please tell me...

Yes you will get all graph and ready made components and few commands will help you to create production ready code
https://www.oracle.com/webfolder/technetwork/jet/globalGetStarted.html
go to this page use Command Line Tooling option

Use the cookbook from oracle for oracle jet .
https://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html
set up a project as per requirement and start working on it. not sure whats you exact requirement as per question.
Oracle jet is good for building SPA, it has built components makes web development easy rather than one coding their components.

Related

Opentaps 1.5M3 not available to download

I have started using opentaps and want to set up this in multi-tenant mode.
In opentaps-1.5, create-tenant target is not available so we can not create tenant dynamically.
After googling a lot, i found latest ofbiz provide this functionality
I want to this in opentaps, but not able to download 1.5M3.
Can any one help me over this?
Opentaps is an OFBiz fork, they are are not in synch for a long time now. To use the latest OFBiz features and profit from the community work I suggest to switch to standard OFBiz.
If you need certain features in standard OFBiz which are missing, please feel free to submit a Jira issue.

How to tell what is trying to load a specific assembly?

I have an MVC project that is failing once I deploy to Azure because it's trying to load an MVC4 assembly. I have upgraded the project to MVC5.
I am trying to find what has a dependency on the MVC4 dll.
How would I go about finding what is causing it to try and load the MVC4 dll?
Fusion logs are the way to go for something like this. Here's a handy little blog that sums up the registry changes you need to add to capture the log on your instance. Add this as part of a startup task. In this post he also gives the location to the log viewer (on your local dev machine) that you can use to view the log.
Is this the same issue that you asked a week ago and received an answer for? https://stackoverflow.com/questions/19716911/web-role-fails-on-azure-after-upgrading-from-mvc4-to-mvc5/19733292#19733292
Rick's Fusion Logs option is also a great way to determine this.

Oracle Enterprise Manager 12c Plugin development

I am very new in developing a plugin for Oracle Enterprise manager. I have setup my work environment(installed Adobe Flex builder,Extensibility Development Kit(Edk) and all). I have also succesfully deployed a sample plugin to OEM grid control. Now I have a few queries which can be solved by someone who already done plugins in OEM(Hope SE contains some). I have posted in oracle's forum,but getting no response. Here are my queries:
1) Is it possible to add the Sample plugin created also to be listed when selecting the targets from Enterprise>Monitoring>Logs? If yes, how can I do that.
2) Also, in that case can I add a custom UI instead of showing logs in table.
Thanks in advance!!
For those who came across the same problem and get here through google,
please go to https://forums.oracle.com/forums/thread.jspa?threadID=2481432&tstart=15 for details.

Use CMS capabilities of joomla for a custom database table

I would want to have the CMS capabilities (or at least the basic functionalities like CRUD) for my custom db table. Is there a way to do this. Migration is not an option for me since there are other applications that use this table.
Any help would be appreciated. :)
Two choices spring to mind for quickly build 'basic' components such as you describe here.
JFooBar component - is a component you install into Joomla 1.7 that facilitates building components that you then package up:
https://github.com/Niambie/jfoobar
Alternatively there is an online tool that does a similar job:
http://www.j-cook.pro
I've only played with these tools - but have a couple of projects that need something simple knocking together and will be trying them out on 'real world' projects shortly.

Create installation for a CMS using Codeigniter 2.0.3

I have created a basic CMS using CodeIgniter 2.0.3, and now I want to create an installation so it can work on other computers. I have hard time finding any advice on the net. What is the best practice in this case?
If you are looking for an example, download and review ionize cms. It has a good installer and is released under the Open Source MIT license.
The Ionize CMS installer is a good start, but remember it is written only to install Ionize, not for other purposes.
Anyway, it can help you to discover how to load CI classes and use them "outside" of CI.

Resources