The tag has no wiki summary.

learn more… | top users | synonyms (1)

0
votes
0answers
2 views

How to reuse generic system components in an MDA approach

I have modeled generic components in UML, which are being used as a key feature in a particular system family. I have also generated the code from this model using a code generator like Xpand. Now, ...
0
votes
1answer
18 views

Adding a project to an existing mvc 3 solution and sharing functionality between them?

I had created an dynamic questionnaire application (using MVC 3) for one program within an organization. The application implements single sign-on and contains 4 screens (11 total views /partial ...
0
votes
0answers
31 views

Is there a way to call or reference cucumber scenario from a step or step definition?

I have various env configurations (each one of them is setup via a particular scenario). I want to reference one or more env scenario in my feature tests. I cannot use background since for same test ...
0
votes
0answers
12 views

Reuse in Android - why can I not set a repeating alarm and cancel it using the same instance of a PendingIntent?

When binding onClick in activity_main.xml to setAlarm to one button and unsetAlarm to another button in the same activity, the following code will not let you unset the alarm when clicking the button ...
1
vote
2answers
62 views

reuse header ui design and functionality in all activities

I am working on application which have same header in all activites,in which there are some views in image views, buttons, textviews etc. Now the The question is i want to use these header views in ...
0
votes
1answer
32 views

PHP: Out of scope variable access [closed]

What is the best approach to accessing a variable out of scope, see my current method: // Define API require_once( 'api.php' ); global $myapi; $myapi = new LazyAPI( 'My API', 'myapi' ); class ...
-1
votes
2answers
35 views

Dynamically generate text inside 'content' of a CSS pseudo-class

I want to dynamically generate the text within 'content' of a CSS pseudo class in the proper way. I have filled a working jsfiddle with my example so far. This picture shows better how I want to ...
0
votes
0answers
55 views

How to reuse a UIView in different View Controllers using delegates

I’m using Xcode 4.6. I’m trying to reuse a UIView, defined with its own Nib, in different View Controllers, using them as datasources by implementing a delegate. My view is a simple form that contains ...
-2
votes
0answers
31 views

Is it possible (and how to) create a run configuration in eclipse that is is really generic/dynamic

I am going to use a specific situation as an example, but I am looking for a general example as I have a half-dozen other problems that need a similar solution. Workarounds and fixes elsewhere in the ...
1
vote
1answer
65 views

how to add new scope to angularjs reusable templates

I want to create a reusable template, say contact information with <input> name <input> telephone <input> email now, I want to use this partial html in many instances. So I would ...
1
vote
1answer
76 views

Reusable Scala code for all views in Play

I know I can declare a reusable pure Scala block like this in a template: @title(text: String) = @{ text.split(' ').map(_.capitalize).mkString(" ") } I can now call @title("someString") in the ...
1
vote
1answer
76 views

Is there a way to reuse code in Static classes since Inheritance is impossible? [closed]

Is there a way to reuse code in Static classes since inheritance is impossible ? Sometimes i have static classes in my project which are really supposed to be static . In special cases i need to ...
0
votes
0answers
13 views

What about reuse of active behavior (e.g. actors)? Is it useful? How is that issue tackled by practitioners?

In my Bachelor's Degree thesis ("Reuse Mechanisms and Concurrency: From Actors to Agent-Oriented Programming") I considered how reuse happens in concurrency. Typically, reuse is done by extending ...
3
votes
2answers
120 views

iOS and Android programming

I have developed a few Android applications and am currently working on developing an iOS application from scratch. Is there any method by which I can focus on developing my iOS application in such a ...
1
vote
1answer
52 views

How to use PHP templating features properly?

Before i get to the point, let me introduce the context :) I've been working on the view layer of a MVC framwork i'm trying to develop. I've created several reusable views such as an accordion, a drop ...
0
votes
0answers
56 views

Reusing JAX-RS Resource Classes

I am using CXF for my REST based web services. Now I am having a challenge. My service model is based on JAX-RS Factory Bean rather than @Application (annotations driven) service. i.e., I have a ...
0
votes
2answers
57 views

How to parameterize GivenStories as well as the current story I am testing?

I want to reuse some of the steps that are common. for example Scenario: Navigate to Page 2 and perform first set of validations Given A user<username> is logged in When user clicks on ...
1
vote
1answer
62 views

Android - Is it possible to have a content provider of hardware interacting methods?

The company I work for is made a custom piece of hardware that runs Android. It will be connected to quite a few peripheral components. A key point is that this device is for another company. I know ...
1
vote
1answer
37 views

The concept of software reuse

I don't quite get the concept of software reuse ... Wikipedia provided "code reuse" & "re-usability" nothing specific about SOFTWARE reuse ... Please, if you could explain the concept clearly, I'd ...
0
votes
1answer
135 views

AutoHotkey type entries from ListBox

I am new to AutoHotkey and have no programming experience, so sorry to ask what to many of you may be a very mundane question. One of my main uses for AutoHotkey will be to complete data in records I ...
0
votes
2answers
545 views

Does CodeIgniter have plugins / extensions / modules?

I am looking at few PHP frameworks and noticed that they all offer re-usable, community-contributed code in various forms: -Symfony 2 (bundles): http://knpbundles.com/ -Zend Framework 2 (modules): ...
1
vote
0answers
37 views

Can you load aspx files from the database or embedded resources?

I'm trying to ship pages, that can be overridden with a base project framework, is there a way to do this, other than gutting the routing engine in webforms and writing a handler? I am using the ...
4
votes
2answers
74 views

Use a Template method in place of repeated code

I have 4 methods which have similar code private void LogExceptions(ObjA.Input input, int customerId) { //ObjA is a big object, thats why I try not to send the whole object in this method ...
1
vote
4answers
135 views

Reusablity in Ext JS 4

I have a lot of reusable code in my project (Some GUIs, grids, etc.). Does Extjs 4 provide any functionality for handling reusable code? Example: Java has the functionality for libraries that can be ...
1
vote
0answers
106 views

Migrating Silverlight 4 to 5 - Generating references not reusing types - svcutil on binaries asking for certain SL4 binaries

I have gone through a lot of posts on stackoverflow but couldnt get to this issue. I recently migrated from SL4 to SL5 which in turn upgraded wcf ria to v1sp2. Note : All binaries referenced now are ...
2
votes
1answer
115 views

How to reuse code across multiple domains?

I just build a CMS framework using Yii framework. I want to deploy the CMS to multiple domains. /home/root/www/domain1.com /home/root/www/domain2.com /home/root/www/domain3.com ...
2
votes
0answers
57 views

How can I not reuse cell BUT using a Prototype Cell Identifier

I know that I can not reuse cells by not calling this method: UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:@"SomeID"] Based on the description available here. But what if ...
4
votes
3answers
286 views

How do I create a reusable partial for duplicate markup in ember.js?

Given this chunk of HTML: <div id="email_field" class="control-group"> <label class="control-label" for="account.email">Email</label> <div id="email_input" ...
0
votes
0answers
120 views

How to reuse sockets in .net using beginaccept

I am experimenting with socket re-use on an Asynchronous Http Server I am writing, but my although my code recycles the .net part of the socket just fine, netstat shows that NEW socket handles are ...
0
votes
0answers
24 views

Obtaining values ​​clicked on the same menu

good afternoon. Guys, talking so well summarized and quick, I want to do the following: I have a variable called jsonTextQuery where I want to store all the values ​​clicked, both on the menu of the ...
0
votes
0answers
95 views

Generating payment in AP journal in Dynamics AX without generating dialog form

I need to use class VendOutPaym for generating payment(modifying all fields necessary to be modified after payment generation with all data validations required to generate check). I need to write ...
0
votes
0answers
112 views

iOS reusing/caching custom views as table cells

I am using customly created view to sit on the background of UITableCells. All is good, but there is a little lag associated with creating a new instance of the view every time. I am trying to solve ...
0
votes
2answers
168 views

Building a (non-PCL) Monotouch or .net dll from a single .csproj

Code reuse across .NET and Monotouch has been addressed in many ways, but most techniques involve parallel sets of projects/solutions. I'd like this question to clarify whether it is possible to ...
0
votes
5answers
90 views

Java reusablitity

What is the proper way to make java reusable components that is capable of used in various applications. I mean for example I'm doing a application that has its own user interface and database and ...
0
votes
2answers
235 views

Wicket - How to reload/refresh reusable components correctly?

I have a java class: public Task { private int id; private Company sender; private Company receiver; //Getter and Setter ... } As you can see, I have 2 other custom classes ...
1
vote
5answers
106 views

Reuse the same code to do the same logic on different data members of the objcets in a list

specifically I have a list of objects of a class with multiple string object data members(NID, customerNumber, studentNumber, fName, lName). I want to reuse the following code to search for the node ...
0
votes
3answers
101 views

Wicket - Reusable panels with java-subclasses

I have a java class: public Task { private int id; private Company sender; private Company receiver; //Getter and Setter ... } As you can see, I have 2 other custom classes ...
3
votes
2answers
275 views

Wicket - Reusable panels with java inheritance

I have following java classes: I have a two form components which are mapped to Type1Task and Type2Task with a CompoundPropertyModel: Problem: Duplicate Code. I want the D and E Fields to map ...
0
votes
1answer
81 views

How to reuse the rendering actions from nested controllers in Rails?

I have a question regarding the reuse of code among controller actions. I think it is a fairly standard situation, so I am interested in what's the best practice in Rails. Let's say I have a films ...
0
votes
1answer
69 views

Write a reusable component DataBase with NHibernate

I'm trying to write a reusable class/project DataBase with NHibernate(maybe also Fluent but I don't know it) so I can add the class/project in any solution. I have this code: public class DataBase { ...
1
vote
2answers
230 views

iOS creating a reusable view woes

I am trying to create a custom view, with a nib and attendant .h/.m files, and then create multiple instances of that view via IB, and use them as subviews of another view. I created the .h/.m files ...
0
votes
1answer
61 views

Making Chrome/Firefox Reuse Existing Opened File

I've added logic in Emacs to automatically call browse-url on a DMD generated html documentation file upon completion of a special build finish hook I've written. In order for this to be usable I now ...
0
votes
1answer
119 views

Sub-Flow with reuse and concurrency

I am working with preparing a solution for one of my uscases. My solution is something that might look like this in abstract. My question here is, when the two main flows are calling the same ...
0
votes
2answers
42 views

Condensing re-used HTML (with variations based on variables) via Javascript [closed]

I've got a page that is made up of a container that has several component divs in it. There are dozens of these containers in the markup (a suite type and version) and I show/hide the appropriate ones ...
0
votes
1answer
182 views

How to rotate a UILabel inside a UICollectionViewCell considering performance?

I have an UICollectionView where I am reusing many UICollectionViewCells with product information, think of Pinterest. But it comes to a point where I have a price tag and would like to rotate the ...
0
votes
1answer
59 views

Reusing JSP and its controller in more than one WAR

Under a Java EE enviroment, I have a web page built including several JSP files. Lets say one of the included JSP is header.jsp. Can be very similar to the one used by Stackoverflow, showing info ...
0
votes
1answer
90 views

How to generate reusable COM registration component with Heat?

I use heat util from the WIX toolset to generate COM registration of a dll. All works fine until there is only one product using that dll. But when this dll was already registered by another product ...
0
votes
1answer
414 views

Jqplot pie/donut chart seriesColors array not reused/repeated

I am using jqplot to draw pie-chart and donut-charts. And I am using the 'seriesColors' to give customised colors to the slices http://www.jqplot.com/docs/files/jqplot-core-js.html#jqPlot.seriesColors ...
0
votes
1answer
23 views

UI component re-usability

how it is possible to package/share a UI component in more than one WAR, having only one version of the code? Example: -We develop one searchUser (IU & Controller) component. -We use it webApp1 ...
0
votes
0answers
12 views

How can I make a re-usable document signature system?

I implemented a document signature system using Thomas Bradley's signature pad. In addition to the signature from the canvas, the engine adds value by capturing various audit-related information. ...

1 2 3 4 5 8