Can we create or edit a page definition file during runtime in ADF?
If yes, Can anyone please provide the solution for this?
It depends on your JDeveloper version. After "Hot Swap" of Java classes, Oracle now proposed "Hot Deployment" of ADF Projects" beginning from 12c.
You can find detailed information in the following link: https://blogs.oracle.com/shay/entry/hotdeployment_in_jdeveloper_12c_don
Related
Hope everyone will know, In recent days Workbench website is not functioning well and it's provide Application Error during SOQL Execution or any other operation.
So May I know, Is there any other alternative website is available for Workbench?
I know, we can use Developer Console OR Report inside the Salesforce OR SFDX Query Editor are able to use for alternative, But I like to know is there any website available to do that?
Thanks.
Use chrome extension Salesforce Inspector.
I am Currently working on DNN based website. I want to add new table for my custom module to keep record of login and registration info of profile. For that does anyone knows which fields are required for any table in DNN? I want to use database which I assigned at DNN installation. And how to retrieve data from table which I have created?
You should really go through the Module Development wiki for DNN, the Task Manager series will do you wonders for understanding DNN (ignore that it says it is for DNN5, it will work just fine for DNN7 as well)
http://www.dnnsoftware.com/wiki/page/module-development
There are no "fields" required by DNN when you add a table, as a developer you can choose what you want included.
Chris handled the table requirements, here is a little about accessing the database...
Using DAL2 to access your database in DNN is really easy. It helps you connect to the database and preform the CRUD operations. Follow the MyObject.cs and MyObjectRepository.cs model and you should be good to go.
for older dnn versions http://www.codeproject.com/Articles/12853/Creating-a-DotNetNuke-Module-For-Absolute-Beginner
Please check http://christoctemplate.codeplex.com/ for dnn 7+ module development
Besides Chris Hammond's tutorials and module template (IMHO, some of the best contributions ever to the DNN developer community), there are a couple of other extremely good tools to add to your DNN developer toolbox.
Mitchel Sellers' Professional DotNetNuke Module Programming book (http://www.amazon.com/Professional-DotNetNuke-Programming-Mitchel-Sellers/dp/0470171162)
Scott Wilkinson's series of tutorials on DNN Module Development DNN Hero. (www.dnnhero.com)
Note that neither of these are free, but are well worth having!
Agree with all above but for a quick example of how to use PetaPoco for your DAL, see this answer: https://stackoverflow.com/a/35749594/4574668
I am using grails2.3.7 and hibernate4.
However, the default database-migration plugin is not working with hibernate4.
Is there any other plugin that can do the same thing but support hibernate4?
Thanks.
Depending on what functionality you can do without, you may be able to use straight Liquibase in your project. It is fairly simple to setup. You could use the manual or a presentation I gave to get yourself started.
You can always look at the source of the database-migration plugin to give you clues about how to set it up if you get stuck.
The plugin is updated to support hibernate4 now.
database-migration
I have a legacy Umbraco site which I need to make responsive. I decided to use uBootstrap for this. I downloaded the files, but I cannot find any documentation on how to integrate this with my current site. Is there something I need to install? There's no installer file.
There is documentation here, presumably where you downloaded it from:
http://our.umbraco.org/projects/starter-kits/ubootstrap
It is a starter kit, so you will probably only really be able to use it when you are creating a brand new site.
Packages listed at http://our.umbraco.org will always have a "Package discussions" link at the bottom for reading or raising questions just like this.
I am new to salesforce development and I encountered one problem while moving my object and related thing to production. Can we move listview from sandbox to production? because I can't see any option in Eclipse IDE to select or in changeset. May be I am overlooking something. Please help...
This answer will help you https://stackoverflow.com/a/578763/356042
You can do it by using force.com migration tool