- The opinions expressed here are my personal opinions. Content published here is not read or approved in advance by EMC and does not necessarily reflect the views and opinions of EMC.
Tags
agile aix ant automation bug tracking convention data dependency injection design pattern eclipse encapsulation eXtreme Programming factory fix gnu/linux gwt html java javafx jsp jvm log mvc osgi parameter object perforce performance pipe refactoring reflection regexp service strange struts subversion TDD tennis tomcat visitor vpn webapp xacml xml xp studio xsltTwitter
- RT @macgirlsweden #XACML engine evaluates the policy & w/ low risk level allows edit but w/ higher level removes edit or hides doc #mmtm12 1 day ago
- RT @johjak #mmtm12 Jeroen starting demo of #xacml policy-based security; risk-adative security. Interesting! #emcworld #documentum 1 day ago
- RT @macgirlsweden #XACML Components being shown #mmtm12 #documentum http://t.co/Va6uqdIq 1 day ago
- RT @turnerkid #mmtm12 reactive dynamic adaptive security model being discussed. Been working with RSA #XACML 1 day ago
- RT @macgirlsweden Argues for a need for dynamic security models - shows off the #XACML engine #mmtm12 #documentum 1 day ago
Tag Archives: xml
XACML at XML Amsterdam 2011
Less than three weeks till XML Amsterdam 2011 where I’ll be speaking on XACML. XML Amsterdam is a small, focused conference dedicated to XML. As part of X-Hive EMC’s XML R&D center, I live and breathe XML, so I’m glad … Continue reading
Performance tuning a GWT application
With Google Web Toolkit (GWT), you write your AJAX front-end in the Java programming language which GWT then cross-compiles into optimized JavaScript that automatically works across all major browsers. …claims Google. And I must say, I’m pretty impressed by the … Continue reading
Automated distribution creation
So we have this automated build with CruiseControl. It generates code, compiles, deploys, and tests. It’s saved my skin a gazillion times. It’s really great. But it could be even better. It could also build a complete distribution, making the … Continue reading
The Power of Convention
I ran into some code the other day that wasn’t obvious to me right away. Why? Because it didn’t follow conventions. Let me explain. In our system, we have what we call ‘binding objects’. These are objects that are persisted … Continue reading