Tagged Questions
A component in the Unified Modeling Language "represents a modular part of a system, that encapsulates its content and whose manifestation is replaceable within its environment. A component defines its behavior in terms of provided and required interfaces".
677
votes
117answers
38k views
Most useful free .NET libraries? [closed]
I have used a lot of free .NET libraries, some from Microsoft itself!
Which ones have you found the most useful?
Mathematics
Math.NET Numerics - special functions, linear algebra, probability ...
89
votes
10answers
30k views
Component based game engine design
I have been looking at game engine design (specifically focused on 2d game engines, but also applicable to 3d games), and am interested in some information on how to go about it. I have heard that ...
53
votes
10answers
3k views
What does OSGi solve?
I've read on Wikipedia and other sites about OSGi, but I don't really see the big picture. It says that it's a component based platform, and that you can reload modules at runtime. Also the "practical ...
36
votes
17answers
10k views
What OSGi Container Do You Recommend?
For the purposes of building a service framework that works quietly behind the scenes in the JVM, logically separated from whatever the primary application running is, it seems like OSGi really lends ...
36
votes
37answers
10k views
Delphi Free and Open Source Components that are still maintained
It would be good to compile a new inventory here of Delphi FOSS components that are very useful, also with rare and difficult to find functionality and still maintained for the latest Delphi versions. ...
20
votes
2answers
350 views
Delphi Ownership Confusion
I always thought that the owner is responsible for destroying visual controls and that I can manually control destruction if I pass nil as the owner.
Consider the following example:
TMyForm = class ...
15
votes
4answers
7k views
13
votes
2answers
425 views
How can I make a composite component usable with the designer?
I'm experimenting around with writing custom WinForms components and I wrote a couple of simple validator components for use with a subclass of ErrorProvider that automatically hooks up validation ...
13
votes
6answers
1k views
Building a GUI for a Sudoku Solver (Complete with ASCII Example)
.
OVERVIEW, SAMPLE
Hello everyone,
I have created a basic Sudoku solver that can solve most problems fairly quickly. I still have a lot of work ahead of me to make it solve even the hardest ...
13
votes
1answer
520 views
Looking for radial popup menu component for Delphi
Radial menus have started appearing in several places. I'm curious whether anyone has seen or is working on a radial menu component for Delphi? We have a concept of what we'd like, shown in the ...
13
votes
3answers
327 views
Analog of COM programming in Linux/UNIX
The Component Object Model (COM) is (or was...) the way in Windows to provide language-neutral software components.
Is there any programming model in Linux/UNIX with the same philosophy of code ...
11
votes
3answers
5k views
Java Component based vs Request based frameworks
I was recently asked in an interview - In java, how do you compare component based frameworks to request based frameworks? I explained EJB as an example of Component based framework and Struts as a ...
11
votes
4answers
2k views
Accessing .NET components from Powershell
I want to use Powershell to write some utilities, leveraging our own .NET components to handle the actual work. This is in place of writing a small console app to tie the calls together. My question ...
10
votes
3answers
766 views
Best way to make a component icon in Delphi XE using only the built in tools
In Delphi 7, an image editor program is included, which can read and write .dcr files, which are merely binary resource files (.res files) with a different extension, which by convention indicates ...
10
votes
1answer
238 views
Do scheduled tasks load Application.cfc in the same way as web pages?
Do scheduled tasks load the Application.cfc in the same way as web pages? We have a task which runs nightly and needs to use a services cfc loaded into the application. Will the application scope ...
10
votes
6answers
4k views
Financial charts in .NET? Best library to display a live streaming 1-min stock chart?
We are using C# .NET.
We're looking for a method to display live streaming 1-min financial stock charts.
Need:
- Candlesticks
- Zoom/pan
- The chart scrolling in real time as it receives streaming ...
10
votes
5answers
8k views
Get Component's Parent Form
I have a non-visual component which manages other visual controls.
I need to have a reference to the form that the component is operating on, but i don't know how to get it.
I am unsure of adding ...
10
votes
19answers
2k views
Delphi Active Commercial Components
Similar to the Delphi FOSS component question, a commercial component directory will also be a valuable searchable resource. I invite you to contribute your expierience with your favourite commercial ...
10
votes
6answers
6k views
Open Source Reporting Engines
As a followup to this question can anyone give me pointers to free/open-source report engines? I'd prefer something that I can use in C++ but I'm sure almost anything could be made to work with C++ ...
9
votes
3answers
646 views
Symfony2 standalone form component - setting up a form
I'm trying to implement Symfony2 form builder component as a standalone. The documentation
doesn't really talk about this though, just in relation to using the whole framework.
The standalone is on ...
9
votes
1answer
2k views
Acquire full prefix for a component clientId inside naming containers with JSF 2.0
I am updating a component via AJAX in JSF:
<h:form>
<h:outputLink>Click me
<f:ajax event="click" render=":messages" />
</h:outputLink>
</h:form>
...
9
votes
4answers
939 views
Help me choose: CMS vs Portal vs MVC+Components?
I need some help figuring out whether it'd be a good idea to use a CMS or portal solution for my latest project, which is (currently) an ASP.NET MVC application that must serve multiple customers ...
9
votes
3answers
4k views
Simplest way to create busy animation in WPF
I mentioned that there is no standard busy control in WPF. So what's the easiest way to display animated busy circle (not progress bar) such as your browser displays when loading a page ?
Please if ...
9
votes
2answers
577 views
hibernate empty collection in component
I have a component mapped using Hibernate. If all fields in the component in the database are null, the component itself is set to null by hibernate. This is the expected behavior and also what I ...
9
votes
5answers
751 views
How many people have abused your 'with source' purchase option?
I'm interested in finding something out. In Delphi the default since the begining when buying components has been to be able to purchase them with source (even if it might be a slightly more ...
9
votes
4answers
1k views
What's the difference between CreateWnd and CreateWindowHandle?
Delphi components have CreateWnd and CreateWindowHandle (and DestroyWnd and DestroyWindowHandle). They're both intended to be overridden by descendants, right? And not intended to be called except by ...
9
votes
3answers
2k views
Open-source improvements or replacements for Swing components
I develop a number of desktop Java applications using Swing, and while Swing is quite powerful (once you get the hang of it), there are still a lot of cases where I wish some advanced component was ...
8
votes
1answer
97 views
Maintain my component's properties when they are changed?
I have a custom component with some published properties which have been used for a while in many projects. I want to make some particular changes to this component which requires removing these old ...
8
votes
3answers
522 views
Project directory structure with 3rd party components
I have to maintain old software written in Delphi. The source tree is a real mess. I'm trying to do 2 things: to make clean directory structure and to set up automated build process.
Right now i have ...
8
votes
7answers
2k views
How to improve the use of Delphi Frames
I've used frames in Delphi for years, and they are one of the most powerful features of the VCL, but standard use of them seems to have some risk such as:
It's easy to accidentally move or edit the ...
8
votes
6answers
428 views
Major game components
I am in the process of developping a game, and after two months of work (not full time mind you), I have come to realise that our specs for the game are lacking a lot of details. I am not a ...
8
votes
4answers
2k views
Game framework architecture - view components or MVC?
I'm trying to build a very light re-usable framework for my games, rather than starting from scratch each time I start a game. I have a component driven architecture - e.g. Entity composes a Position ...
8
votes
10answers
1k views
Best Shareware lock for Delphi Win32
Same intro as my last question:
I am re-writing and/or consolidating a bunch of my "app framework" classes (basic mainform, about box, locking routines & purchase linking, auto-update, datamodule ...
8
votes
4answers
4k views
Schedule Controls for ASP.Net MVC
Are there any scheduling components, commercial or otherwise, for ASP.Net MVC? Our company currently uses the Infragistics WebSchedule controls, but they don't appear to support MVC.
Thanks!
...
8
votes
4answers
1k views
Can a ColdFusion cfc method determine its own name?
I am creating an API, and within each method I make a call to a logging method for auditing and troubleshooting. Something like:
<cffunction name="isUsernameAvailable">
<cfset ...
8
votes
3answers
3k views
C# - What is a component and how is it typically used?
What is a component class and where would I typically use one?
When I add a new item to my project in VS.NET 2008 one of the options is to add a component.
I am not even sure I understand what a ...
8
votes
3answers
362 views
Java date and calendar controls
Does anybody have any recommendations of good date pickers (either drop down calendars or small calendar components) for use in a Java Swing application - either beans or source code? They need to be ...
8
votes
4answers
3k views
How is the best way to write a SOAP 1.2 Client with Delphi Win32
So far, no Delphi version supports SOAP 1.2 clients or server.
I have tried for weeks to make it works, but every time a new problem, with VS/C# I could do the same, and make works in 3 days, but I ...
8
votes
15answers
882 views
Have we given up on the idea of code reuse?
A couple of years ago the media was rife with all sorts of articles on
how the idea of code reuse was a simple way to improve productivity
and code quality.
From the blogs and sites I check on a ...
8
votes
6answers
792 views
Managing third party components in .net project
How do you manage the third party components that is used in a .net project. I currently add a folder called references that contains all the dlls used and all the projects refer those from there. ...
8
votes
7answers
2k views
ActionScript3 User Interface Components?
After using AS2 for several years, I'm getting started with writing applications in AS3 (Flash9/Flash10). I've come to the point where I need some full sets of GUI components, and I need to decide ...
7
votes
6answers
549 views
Are there any good Delphi VoIP SIP SDK/Library/Component?
Are there any good Delphi VoIP SIP SDK/Library/Component that you have personally used? This is might to be not only open source or free, but and a good commercial solutions within reasonable limits.
...
7
votes
2answers
310 views
Recommendations for plotting (chart) component?
I am searching for a widget or control to plot a time-series of data. Basically plot(x,y) where x and y are Nx1 vectors. I am looking but haven't found much and any suggestions would be great! ...
7
votes
2answers
493 views
Select custom components to uninstall on Inno Setup uninstaller
I made installer with Inno Setup. It consist of multiple executables all located in Program Files "APP" folder. But for every executable there's different subfolder in this "APP" folder.
Because ...
7
votes
1answer
593 views
Why is CommonJS only said to be suitable for non-browser apps?
Why not use it as a general component pattern for Javascript, including browser-executed Javascript?
At a glance, it seems to be a good way to modularize the project I'm currently working on, which ...
7
votes
3answers
1k views
Event handling in component based game engine design
I imagine this question or variations of it get passed around a lot, so if what I'm saying is a duplicate, and the answers lie elsewhere, please inform me.
I have been researching game engine designs ...
7
votes
3answers
560 views
In JSF the “saveState()” method is being called twice. Why?
I put two output statements, one at the beginning of "save()" and one at the end for a custom JSF component. The "saveState()" is in the UIComponent object. Why ar e my output statements being printed ...
7
votes
4answers
753 views
Aspect Oriented Programming (AOP) in C NOT C++ — anyone doing it?
Has anyone seen or written their own framework for doing Aspect Oriented Programming in C?
Not C++ -- I've seen already that there's AspectC which is really C++.
Involved in embedded software ...
7
votes
7answers
266 views
Where to put the interfaces in a component based architecture?
In a component based architecture where a large number of decoupled components communicate through a set of standardized interfaces - are there any guidelines for where-to-store / how-to-group the ...
7
votes
5answers
679 views
How can I interrogate the Delphi component palette?
I have lots of components installed - trouble is when I want to find one I rarely use it takes ages to find it. I can look at the ALL choice which lists all components but finding one with say 'grid' ...