I'm trying to develop a websphere portal portlet using java, maven and spring-portlet-mvc 3.0.2.RELEASE but so far I'm not having a lot of luck.
The problem that I'm having is that a lot of the tutorials are either outdated, incorrect, contradict eachother or a combination of all the above.
Also I have to use RAD but the tutorials also contradict eachother, logically I'd think you'd choose new portlet project, but http://www.ibm.com/developerworks/websphere/library/techarticles/0802_patil-pt1/0802_patil-pt1.html says to use a dynamic webproject.
So I was wondering if anyone had a nice example/good tutorial.
The Portlets in Action book is a very good introduction to portlets. There are a couple of chapters devoted to Spring3 portlets.
Also, for WebSphere Portal portlets it might be worth taking a look at the WebSphere Portlet Factory plugin for eclipse. It doesn't use Spring or Maven, but it makes it very easy to whip together WebSphere portlets very quickly, if you're not too concerned about how it does it.
Related
In Plastic SCM documentation, I saw mentions of mergebot and other automation tools and I'd like to also add them to my project.
But I know nothing about DevOps stuff and I'm wondering how to do it. I found info that I need to use webadmin for this but I struggle to set up it.
Could anyone please provide some instruction steps or link to documentation? From what I tried to search there is different info about this and it's spread among a bunch of web pages (and none of them helped me).
And BTW, are automation tools available at all in CLoud Edition? And does it matter whether I work centralized or decentralized? (I use the former option)
So I contacted Plastic SCM support and it turns out mergebot isn't available in Cloud Edition, only in Enterprise
I'm searching for a well documented XACML3-Framework in the open source world. I tried AuthZForce and AT&T XACML. Both seems to have many features. The problem: to get them running, I have to read the source code or find test-classes. There are no examples or anything else, that helps to understand the functionality of the framework. I thought XACML is the future of authorization but at the bottom there is no real community.
Is there an XACML-alternative for ABAC-implementations or is there no other way and I must use RBAC with programmed constraints?
Regarding AuthzForce Core (Java library), you have a tutorial on the home page of the github project: Getting started; and an example of usage with a PEP in a real-world scenario. If you are missing info on something, feel free to contact us on our support mailing list. I also emphasize the fact that all Java classes have Javadoc and Javadoc artifacts are published on Maven Central with every release. You can download them manually or make sure your IDE is properly set up to automatically download them when you use Maven dependencies in your Java project.
WSO2 IS can help (opensource):
https://docs.wso2.com/display/IS510/XACML+Architecture
http://wso2.com/library/tutorials/2016/02/tutorial-how-to-enable-role-based-access-control-for-wso2-api-manager-using-xacml/
Policy handling can be done via web interface (Carbon).
I am just a "beginner" in JBoss, but was asked to deploy Activiti into it. After "googling" and reading the forum of Activiti I've understood that it is rather difficult but not impossible. I've found this post, made everything like written there, got the error about CDI, but I don't understand what should I do with the archive from Daniel Meyer's blog
You can use it as a skeleton/example for a project using Activiti engine.
Just checkout the code, change to one of programmatic or spring and mvn war. Then deploy target/<some>.war in AS7 and look at the console log for messages. You should see something like "Process engine ... is up and running!".
My company uses trac for bug tracking, and while it works fine, I find the web interface a bit clunky, particularly when it comes to sorting and quickly switching between tickets.
Are there any rich client interfaces or maybe Eclipse plugins? I've seen the mylyn connector but that seems to just allow you to basically use the webpage within Eclipse.
There is an XML RPC plugin that you can use to interact with a Trac server using remote scripts. If there is something in particular that you want to do, you may be able to script it up with Ruby, Python, or a number of other languages. There are a number of examples on the plugin's web site: http://trac-hacks.org/wiki/XmlRpcPlugin
Have you ever looked at FatBug for Trac. It is a rich client for Trac. It has a nice snipping tool for uploading images directly into Trac and full text searching of all of the tickets in Trac. It even supports offline mode for being able to work with tickets when you do not have access to the Internet.
I'm looking for a way to do it now. On the Oracle's road map they will be bring GlassFish and Weblogic closer together (OSGI will be there in 2012-ish). But what about now?
Asking this, cause WebLogic is default standard for the company, not because I'm a fan of it.
Why not embed the OSGi framework within your WAR? Eclipse Equinox has even some examples on its wiki on how to achieve that.
If this question is still relevant. Please have a look to this question I've raised several months ago: WebLogic and OSGi. I also updated the question. Since version 12.1.2, Weblogic supports OSGi out of the box.