Does everyone know if it's possible to implement wazu modules in opensearch? I was researching it but i don't found nothing - opensearch

Does everyone know if it's possible to implement wazu modules in opensearch? I was researching it but i don't found nothing
I look in both documentations but doesn't appear nothing, i hae both things separately

Related

How to dynamically load models inside an installable hook in Sails.js

We are thinking of making one of our applications very modular, creating hooks for the different sections.
What would be needed to do for "injecting" a hook/models folder with its own models into the sails instance?
I tried to find if there is a sails-hook-utils or something like that that allows for late model/controller/service injection, on hooks, but found none. I'm about to create a module for it, https://github.com/luislobo/sails-hook-utils, but it would be great if anyone has some head starts on how to do it?
Well, right after digging more, I just found a module that does exactly what I need. I didn't test it yet, but will do it now.
https://github.com/leeroybrun/sails-util-mvcsloader

Handling multiple template files with playframework in complex application?

I recently found out that Scala is an absolutely interesting programming language.
Since I'm not a real desktop application developer but more a webdeveloper I wanted to try out the play framework and if it works well for my purposes.
So far, I really like it, it seems to be easy to use and the developers really think it through.
BUT
I wanted to create an application with different templates, like an "internal", "external" and "admin" area. I already figured out to try out the "modular application" thing which seems to work good but I can't see any possibility to create something like multiple "template" files..
After a few hours of googling, I thought I should just ask..
Has anybody of you done it yet? Any tips how to organise it the best way?
Thanks a lot!
You can have as many views as required and you can also organize them in packages (under the app.views package) in many levels. All you need is just to learn how to reference required view from the controller.
Take a look to this sample schema.
In other words the most importantis clear and comfortable for you order, which you will be able to work with after 3 years without additional notes.

Eclipse RCP terminologies and concepts

I am just starting to develop some application using Eclipse RCP. I was able to hack out a prototype by reading some tutorials. Although I was able to hack out some working code, I found myself shaky on some of the RCP concepts like:
What is a page? I see a lot of getActivePage() API calls, so I am assuming there can be multiple pages am I correct?
In the IWorkbechPart API there is an API called getSite(), which is being use a lot, but I am not sure what is a "site"
The above are just a sample of questions I am having, so it would really help me if someone can point me to some articles explain these type of concepts (I did google around without success).
I would also appreciate it if someone can point me to some articles that can educate me on how to write clean RCP code; kind of like the "Effective Java" for RCP.
You may want to check this as well:
Take a look at the JavaDoc for the Interfaces, they are well documented and give you an idea of the terminology. For example:
What is a page?
Look at the Javadoc at org.eclipse.ui.IWorkbenchPage
called getSite(),
Look at the Javadoc at org.eclipse.ui.IViewSite

Where can I find all of Apple's Technical Q&A's and Technical Notes?

I discovered this:
http://developer.apple.com/iphone/library/qa/qa2010/qa1686.html
Since this was incredible useful for me and never found anywhere else, I wonder which other top secret informations are available in such "hidden" answer-documents?!
I wasn't able to find the root directory that lists all of them. Is there a way to browse all those frequently asked questions and answers, or is it a matter of great luck to stumble upon one of these?
Links to Technical Q&As and Technical Notes can be found on the left bar in the iOS Reference Library Page...

Popcap's SexyApp Framework FAQ's etc

What's the best way to get started using Popcap's "SexyApp Framework", and is it a good idea?
Wikipedia article
I'll take a (potential) Necromancer badge, even though you've (likely) already found your answer ... or went with SDL.
So, the developer.popcap.com is still active, although you won't find anything (like, say, docs) there.
Thankfully, you can still get it on popcapframework.sourceforge.net, which has all the installation guides, docs, etc.
It's been more than two years, but, hey, at least you got the answer. :)