Where can I learn RCPTT? - eclipse-rcptt

Where can I learn RCPTT? I need to learn it for a project I am working on. However, there are very limited sources on Internet and the few that are there, are without any examples. Can you recommend me some good book or any site where I can get RCPTT tutorials with examples?

Related

Documentation about AppScript and ModScript (Serena)

I'm currently working for a bank as an analyst developper. The bank uses SBM from Serena (recently buy back by Micro Focus). The problem is that the scripts are coded in AppScript (VBScript 4.0) and in ModScript (ChaiScript/C++) and I can't find any documentations on the Internet about those two. The only things I found was on the forum of Serena...
Either I look bad, or those languages are not well known.
Maybe someone here got some doc ? Would help me a lot !
I thank you already for the help you will bring me !
PS: Sorry for my english, it's not my native language.
Documentation for Modscript and Appscript can be found online through the Documentation portal for MicroFocus/Serena.
Specifically the Composer help guide covers alot of ground for the scripting languages this is the latest version's guide (11.5) http://help.serena.com/doc_center/sbm/ver11_5/composer/help.html
However, you can switch versions and find plenty of documentation here:
http://help.serena.com/doc_center/doc_center.html#sbm
Additionally there is community dedicated to the Serena-owned products at http://serenacentral.com

QlikView Resources

I want to add Qlikview Development to my skill-set. I have a C# and SQl background. Are there any free online resources to getting me going at developer level not end-user? What's the best starting place for me and the level of difficulty involved.
I am looking for resources that can help me to expert level. One resource I found is the Udemy course and if anyone has done it please share your review of the course content.
You can find good videos on youtube (like this one: https://www.youtube.com/watch?v=Ef_BigFXCis).
When you install qlikview, you have there a qlikview tutorial directory. Follow the pdf file and do everything on that pdf. it is very extensive, but after that you can start developing intermediate solutions. The PDF actually covers the whole QV official course.
After that, go to the qlikview cookbook site and start exploring more possibilities.
Find more blogs on QV and subscribe to them.
QV community is amazing. use it!
Qlikview is relatively easy to "get" at first, but don't be fooled by its simplicity - its a whole platform. I've been developing in QV 7 years now and still learn something new once in a while.
And I have to say it - its a very good choice! QV is amazing and very popular.
There isn't much I couldn't do with it.

How to learn joomla 1.5?

I'm a web designer and so I learnt everything essential needed for designers and now I can design the websites using joomla.
But I want to move myself to programmer. I have very basic knowledge of php and mysql. I wanted to know how can I enter into development with joomla.
Joomla has been very popular in the world but also it has not implemented so much effort for the users. It is providing a tutorial but randomly, so I'm confused how to start. There is no any sites step by step tutorials for joomla.
So, anyone please help me how to start on the topics. Could anyone provide a lists what to learn as to become a developer of joomla?
Well first of all, you need to know about the versions.
There are 2 types of Joomla releases. Long Term (Joomla 1.5 and 2.5) and Short Term (Joomla 3.x)
Joomla 1.5 is old and unsupported now so there is no need to look into it.
If you want to start developing for Joomla, then you simply need to read up on the documentation and start messing around with pre-made extensions. You will also need to do research on how MVC works if you are not already familiar with it.
Hope this helps
you can get help from a nice book such as Joomla! Programming

Quickest way to pick up Joomla?

What is the quicket way to pick up Joomla? Books, training etc? We want to train 10 Mid-to-Senior level Java developers in Joomla.
If u are trying to save time, dont start with official joomla documentation. Go to http://www.scribd.com/search?cat=redesign&q=joomla and read some short basic tutorials for a basic understanding. After that, the best approach is to install Joomla on local machine and play around for few hours, installing/modifying modules, components, installing templates and etc. Practice and only practice makes learning efficient. After that, when you will want to go deeper into specific topics, start reading more advanced documentations, forums, try to understand Joomla from the code behind. You may also use video tutorials for a basic understanding. Any developers won't have problems learning Joomla,as it's has fast learning curve.
a good source of video tutorials is Lynda
For backend development, I like taking the core components and examining them.
Joomla Component, Module, Plugins Development Video Tutorial Playlists
Joomla 2.5 Custom Plugin Development
https://www.youtube.com/playlist?list=PL7kkxuLFYIDPI3OmqbpQ05--24cAfJa2y
Joomla 2.5 Custom Component Development
https://www.youtube.com/playlist?list=PL7kkxuLFYIDOrj395REpd0golrCV7XLcY
Joomla 2.5 Custom Module Development
https://www.youtube.com/playlist?list=PL7kkxuLFYIDMUAfxq1aT-SkE3DW8N5IUk
Joomla Miscellaneous Video Tutorials
https://www.youtube.com/playlist?list=PL7kkxuLFYIDMGYYo7B1oDNSFluBiOpRx8
JMM Joomla Mysql Manager Extension
https://www.youtube.com/playlist?list=PL7kkxuLFYIDOroSTgEskA1Gr8CW13O0u3
I find that I pick up new a framework fastest by reading tutorials and watching video screencast.
http://www.joomlatutorials.com
http://docs.joomla.org has a ton of info. Im not sure what you are looking for but there are tutorials and documentation for all aspects (webmaster, programmer, etc). Here are some other good resources...
Great beginner tuts
http://www.siteground.com/tutorials/joomla/
Beginner to advanced
http://www.youjoomla.com/youjoomla-blog/joomla-tutorials.html
Create custom extensions
http://docs.joomla.org/J2.5:Developing_a_MVC_Component/Developing_a_Basic_Component
http://www.techguywebsolutions.com/create-a-custom-joomla-2.5-module.html
http://www.youtube.com/watch?v=bvx_tN_mcss

Wiki Application for CodeIgniter?

I'm looking into doing a project for someone, and they want to implement a wiki into their site. I plan on building the site using Code Igniter, and I was hoping there was some kind of Wiki Application available, but I have not yet been able to find one. Does anybody know of one, or have any suggestions?
I understand that you might want to learn to implement a large-scale app in CodeIgniter. However, in the case of a wiki, don't re-invent the wheel! There are tons of already available wiki software for you to use.
A few of the best that are written in PHP include:
PmWiki
dokuwiki
MediaWiki (used by Wikipedia)
This way you can integrate these well produced systems, which have a wealth of documentation to your advantage. Instead of wasting time creating the entire wiki from scratch, you can just integrate the rest of your CodeIgniter application into one of these ready-made offerings. Saving you some time, learning about their inner workings and giving your client/friend a better overall system.
Expression Engine is built on CodeIgniter and includes a wiki module.
It's not in CodeIgniter, but you can include the classes in the Text_Wiki PEAR package.
The PEAR page has almost zero documentation, but there seems to be a lot of information here.
This will just do the conversion of wiki markup to html. You have to do the image uploads, page views, permissions, etc yourself.

Resources