configurable

Configurable processor implemented on FPGA board

For a university mid-term project I have to design a configurable processor, to write the code in VHDL and then synthesize it on a Spartan 3E FPGA board from Digilent. I'm a beginner so could you point me to some information about configurable processors, to some ideas related to the concept? ...

configurable vs component with spring and aspectj

When using aspectj, why use @Component over @Configurable. I've got spring and aspectj setup for @Transactional support, aspects on self-invocation, and injection into JPA entities. This works great. I'm using @Component for most classes that need injection, and thus either having them injected into their dependencies. Or, when I can'...

How to implement user configurable web pages in a ASP.Net/AJAX web app

Hi, I need some advice to save me re-inventing the wheel. Our windows app is being redesigned as a web app [ASP.Net/AJAX dot Net 3.5 - SQL Server 2005 DB] and we are at the begining of the process. One of the requirements is that the customer should have some control over the page layout .i.e. type of controls, position of controls ...

Startup performance of Spring @Configurable with Compile Time Weaving

Hi this is my first question on stack overflow, so please be kind. i am running an app with spring 2.5.x Configurable Annotations Compile time weaving (CTW) maven eclipse/ajdt I use CTW and everything runs fine. But if i instantiate an annotated class for the first time it takes very long. the second time it is very fast. Looking ...

Architecture/Pattern for configurable application (web in my case)

i have already asked this question on asp.net forum, could not find any satisfactory answer. you can visit it to get more details. http://forums.asp.net/t/1420283.aspx We have a product which can be configured for each client. The configuration options are UI and Business Logic. In the UI they can choose to re-arrange all the controls...

front-end configurable products from simple products in magento?

hello all, a client has imported 1000 items to magento as simple products. many of these SHOULD be configurable products (ie, 4 yellow dresses of different sizes). the psuedo-configurable products all have the same "Style" number, so our 4 yellow dresses would have different SKU values but all 4 would share the Style. is there a way to...

Magento, add Clothing size attribute without Configurable Product

I want a simple way to let my user pick there clothing size before buy but Configurable Product seems like to much overkill. you have to make a product of every size and then you have to make a configurable product. the shop is for my dad and if i have to explain him how he has to do this it would be weeks for him to know this, (it took...

User configurable forms with php and mysql

An online application we are building (php & mysql) requires users to be able to create their own forms for data capture and record this data in a database, respecting the existing ORM's. If the forms where "hard coded" then we would simply set the db tables up to store the normalised data ourselves however as our users define the form ...

WPF and WCF User Configurable Fields

Hi I have a requirement whereby a user can specify a variable number of user-defined fields, for example in an xml file. These fields have a user-friendly name which is displayed in the GUI, and a code which is used to persist and retrieve the value of the field to the database. The problem is that I need both my WCF service to consum...

Magento template question

Hello, I have a problem with Magento's configurable product template. http://clientsupports.com/mind/index.php/clothing/bottoms/33.html I would like to move color and size under the price $33.00. I tried to modify catalog.xml in layout directory. I tried to find a template file under catalog/product/view, but I can't find anything. ...

Good Ideas for Automating Common CRUD Operations in Rails

Short version: What are some good ways to allow the end user to define "processes" or sequentially executed CRUD operations in a fairly large project, so they can build templates for common processes (like creating 2 tickets for each new event posted automatically)? Something like Cucumber, but for CRUD operations..., or even Selenium? ...

Magento: After ordering configurable product, its canceled because its out of stock

Hello, my problem is: i have a product with simple products as childs. (maybe tshirts whith size S-XL and some colors) Now if i order one of this, it is canceled with the order-confirmation email. I think its a problem with the stock but i dont know. There are 99 items in stock of every kind and all are activated and ready to deliver....

Best practices to build a highly configurable software product.

Hello. I am working on a software product that can substantially change behavior based on the configuration & meta-data supplied. I would like to know best practices to architect / build a highly configurable software product. Considering that there are substantial number of configuration parameters, I'd like to look at something that w...

.net configurable business error messages

Hi all, I need to implement some kind of solution such that in our business logic layer when certain conditions are met an error message is returned. That error message should be configurable either in a file or table that can be edited at run time if needed. I've seen it done before a few ways and it always ends up something like "Th...

ASP.net configurable wizard pages

Hi , I am looking for possible approaches to the following task. Currently have a number of ASP.net pages which are essentially copies of one another but some contain textboxes,dropdownlists which others do not. this is because initially a number of pages were developed for a particular product and then another product came on board wh...

How to have different taxes applied to a configurable product in Magento (Depending on selected options)?

I have product (say a bottle of wine). I can sell it as an in bond item (no tax) or a duty item (attracts duty and VAT tax). How then can I apply this to a configurable product? I have set the tax class of duty simple product to a 'Taxable' product class. The in bond version has been set to 'None'. I have also setup the tax rule, whi...