Questions tagged [webwork]

WebWork was a Java-based web application framework developed by OpenSymphony that merged into the current Struts 2 framework.

WebWork was a Java-based web application framework developed by OpenSymphony that merged into the current framework. It was developed with the specific intention of improving developer productivity and code simplicity. WebWork is built on top of , which provides a generic command pattern framework as well as an Inversion of Control container.

WebWork provides robust support for building reusable UI templates, such as form controls, UI themes, internationalization, dynamic form parameter mapping to JavaBeans, robust client and server side validation, etc.

29 questions
10
votes
1 answer

Atlassian JIRA Plugin Development: How to make variables available to velocity templates

FAIR WARNING: this question is going to be pretty tough to answer unless you have experience with JIRA and have access to their source (enterprise users). Greetings all, I am writing a plugin which extends AbstractIssueSelectAction. I noticed that…
cmyers
  • 1,110
  • 13
  • 15
3
votes
1 answer

Struts 2 - The usage of %{ } notation

What is the exact use of %{} notation in Struts 2? Can someone explain with a simple example where the code works when %{} is used and does not works when its not used?
user182944
  • 7,897
  • 33
  • 108
  • 174
2
votes
2 answers

Getting values in my Java class from velocity (Jira plugin webwork module )

I am creating a Jira plugin which provides a version tab panel. In the velocity of this version tab panel i am providing a select list . the code of select list is as below
Mizan
  • 450
  • 1
  • 5
  • 28
2
votes
3 answers

Stripes for Java Web Dev, is it worth learning ? Is it easier ? how it compared to Struts?

I am tired of Java web, and started to learn Ruby on Rails because of that, but I just found this Framework and it looks promessing... But I am not in the mood to study more Java, so I would like to know if this one is worth my time ( that would…
Cristiano Fontes
  • 4,920
  • 6
  • 43
  • 76
2
votes
1 answer

Jira SAL using PluginSettings

I looked for a way to store project-specific configurations for my plugin. In the first step i only want to store a simple String like "Hello". So, what i found is SAL and the…
Don
  • 227
  • 1
  • 15
2
votes
1 answer

Where is web framework webwork?

I'm interested in using webwork 2, after great experience on struts 1.2 on previous project. But after I checked on webwork, the latest release is 2007 and the few documentation tutorial status "is in progress". Anybody know is it still being…
Mr.K
  • 305
  • 7
  • 18
2
votes
2 answers

Webwork actions, the lifecycle of variables declared in the action class

I'm using the webwork framework (JIRA plugin development) and was wondering about the lifecycle of the variables in the action class. I have a few private variables in the action class that are set when during the doDefault() method. These are used…
Sam
  • 2,427
  • 2
  • 23
  • 26
1
vote
1 answer

Tracking down the caller of a method [called through an invocation]

How would go about tracing down a method invocation from webwork.util.InjectionUtils in OpenSymphony Webworks? (I realize that this is an outdated project, but I'm still required to use it) I'm getting an method that is throwing an exception and I'm…
monksy
  • 14,156
  • 17
  • 75
  • 124
1
vote
4 answers

Configure velocity to render an object with something other than toString?

Is there a way to configure Velocity to use something other than toString() to convert an object to a string in a template? For example, suppose I'm using a simple date class with a format() method, and I use the same format every time. If all of my…
Moss Collum
  • 3,542
  • 3
  • 25
  • 23
1
vote
1 answer

FreeMarker, WebWork Problem

I have a web application written using freemarker, webwork and java. Now when user clicks on "getReport", java code returns the string variable (named "otchet") which contains the whole report in plain text and the following page is…
Hamza
  • 11
  • 2
1
vote
2 answers

excel export from jira webwork plugin

I write my own webwork plugin for Jira 3.12, which make a report for version progress of some projects. I can't use standart jira report plugin, because customer want two-step parameters choise (some projects and set of versions for every selected…
0
votes
0 answers

how to find the webwork framework version

I am starting to work on a 10 year old project which uses opensymphony's webwork. Since the people who worked on that project are no longer around i am stuck with in for now. Also there is no technical documentation. How do i find the version of…
oortcloud_domicile
  • 840
  • 6
  • 21
  • 41
0
votes
0 answers

web worker and asynchronous operation

I am learning web worker and right now I am going through the problem of using await inside the onmessage. How can i do this? import { Copc, Key } from "copc"; var nodePages, pages, receivedData; async function load() { let…
Pravin Poudel
  • 1,433
  • 3
  • 16
  • 38
0
votes
1 answer

How can I change my context root in WebWork?

I am currently working on a huge web application consisting of JSPs. Also I use WebWork framework. Until now the context root of my application was "/". Now I want to change that to "nstat". How should I handle the relative and absolute calls from…
None
0
votes
2 answers

Which is easier: Blackberry Webworks SDK or Adobe AIR for Playbook Tablet for CRUD/WCF developement?

I want to create a 1.0 application that uses WCF calls with the Blackberry Playbook Tablet. Which technology is easier to make a CRUD application using WCF: Webworks, or Playbook? The WCF service is very flexible in how calls are done... javascript,…
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
1
2