About This Article
Subscribe for more
Inside Atlassian
Get insights like this in your inbox
Related content
Fun WebWork tricks
If you’re ever wondering what a path like ‘.’, ‘..’, ‘../..’ resolve to in WebWork, just add this handy little snippet to your template: <webwork:property value=”/webworkStack” escape=”false”/> That will print a HTML rendering of the WebWork stack and let you see exactly what going on. For example: com.atlassian.jira.web.action.issue.ViewIssue@66db21 * [GenericEntity:Issue][created,2006-02-27 11:36:11.0]… o com.atlassian.jira.bean.SubTaskBeanImpl@bc5aea + com.atlassian.jira.bean.SubTask@3bd […]
What I miss in Java 8 lambda functions
I’m a Clover developer at Atlassian, and I had an opportunity to work closely with new language features introduced in Java 8 during development of Clover 3.2.0 (which has the support for Java 8). I’d like to share my impressions about a major language feature – lambda functions. I’m pretty sure you’ve already read a […]
Add some strength to your Backbone
In Jira we’ve been getting pretty excited about Backbone.js. There are a lot of things we love, too numerous to mention here. But there are a couple of things I want that Backbone doesn’t give us. First, a backbone model might look like this: [cc lang=’javascript’ line_numbers=’false’] var model = new Backbone.Model(); [/cc] That’s it. What attributes […]

