sugarcrm Sidecar and clients tutorial - sugarcrm

I am not good at sugarcrm sidecars framework and clients also try to get from lot of tutorial but can't find explanatory tutorial of it. can anyone guide me for the same

Generally dev link is: https://community.sugarcrm.com/community/developer - here you could find the most fresh info. Next links I found using search there (probably you'll be able to find more):
https://community.sugarcrm.com/docs/DOC-4823-tutorial-adding-a-custom-component-in-the-side-pane
https://community.sugarcrm.com/community/developer/blog/2017/11/06/how-to-create-custom-sidecar-routes

Related

How can we add custom template in keycloak?

I would like to add some custom tabs(template) in my keycloak? But i cant find the solution. Is anyone here who could help me with this.
Your screenshot suggest that you are still using the old account console. I recommend to upgrade to the new account console which supports adding additional tabs quite easily. Take a look at this blog post for details and check out this quickstart example to get going.

AEM classic UI how to and good readings

I am working on AEM 6.2 and I am interested is there any good blogs, tutorials or anything else you can recommend to read about it.
In more detail, I was looking something more detailed about using listeners in the dialog files, and cant find anything that would be a good read about it.
Thanks
1) ClassicUI
If you looking specifically for the Classic UI, you'll need to focus on tutorials around CQ tutorials to give you the 101.
2) General Reading
Here are some links, that could get you started:
Quick Video
https://www.youtube.com/watch?v=1jQb5y6wupA
101s
http://www.aemcq5tutorials.com/tutorials/aem-cq5-tutorial/
http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__zjpb-hello_communitymemb.html
AEM Learning from Tech Up
https://8bitplatoon.blogspot.co.za/2016_01_01_archive.html
Adobe's Master Reference
https://docs.adobe.com/docs/en/aem/6-2/deploy.html#What%20is%20AEM?
I find this super useful and well structured.
Best of luck.. and enjoy the journey.

How to use GWT's editor framework?

I'm trying to learn how to use Google's Web Toolkit (GWT) editor framework. I haven't been able to understand how I can use it through the documentation. The examples I've found online were not helpful for me to begin with. I would like to ask if someone can provide a simple working example.
The book GWT in Action, second edition has a chapter about the EditorFramework.
The sample code is free to download:
GWTInActionSamples
You should find working examples in chapter 9.
You can also look at the following sites for further reference, good examples to get your hands dirty with! Might not be a full blown examples, but definitely a good read to understand the concepts!
http://cancerberonia.blogspot.in/2011/12/gwt-editor-framework-100-java-example.html
https://github.com/marcojakob/doxblox-server/wiki/GWT-Editor-Framework

Tutorials and resources on jqgrid and flexigrid

Am currently trying to use for the first time both jqgrid and flexigrid to make database driven pages whos backend uses Zend Framework.
I have been googling and the search results that turn up aren't very helpful.
Any links that can be helpful?
Sorry I'm not fammiliar with the Zend framework, but as per a useful link for jqGrid documentation I find this wiki to be the best.
Edit: This is also a valid documentation resource here.
The Demo page on the official jqGrid site provides a lot of good examples and the code behind them.
Well worth checking out as it covers most things you can do with it.

Codesmith resources

I use Codesmith to create our code generation templates and have had success in learning how to use the tool by looking at example templates and the built in documentation. However I was wondering if there are any other resources (books, articles, tutorials, etc.) for getting a better grasp of Codesmith?
Have you checked the codesmith community site
We also have a great new collection of video tutorials available. You may want to check those out as well.
There is also a Google Code Codesmith section where you can download the latest updates of some CSLA, nHibernate and Plinqo templates.
Here is an interesting tutorial for building a data access layer using CodeSmith.
Depending on the templates you are using, we might have a separate website with tons of useful information like nettiers.com and plinqo.com. Also check out the help section on our community site.
We have also recently created a new WIKI (http://docs.codesmithtools.com) for all of our documentation.
Thanks
-Blake Niemyjski