lightweight

Code Smell: Configuration Nightmare

How would you identify and fix the following code smell: I've got a small scientific computing app that I'm writing that has to be able to handle lots of variations on the same theme. The inner workings of it are well-factored, mostly using the template method pattern and some higher-order functions. However, specifying how all these ...

Is there any Lightweight IDE for java [ windows ]

Possible Duplicate: Light weight Java IDE At present i am using Eclipse, which i think is the best IDE for java. But in terms of memory consumption , it is really a big memory hogger. Do you know any IDE for java, which is the light[est] weight? Today i have downloaded DrJava IDE. It seems promising. Other than this if you know...

Is there a want for a Java 7 Cloud Server Framework that is not Spring/Tomcat based?

I have a question. Is there a demand out there for a small, lightweight, Java 7 based open source project that is geared toward making Cloud services more elegant? I have written several servers in my lifetime, and was curious if there was a need for this. My thoughts were to keep it simple, lightweight, and use the Java 7 NIO 2 funct...

Is there any extremely tiny CMS in Java with MySQL?

I'd like to explore some things regarding web CMS's in java and I would like to make an own one (very light), but I pretty much have no clue in how to begin. I'm used to java as a language and I've made some similar things in PHP, but I've never used servlets or java techniques in this matter. Is there any "tutorial" or similar in this ...

Open source CMS in stripes?

Is there any existing open source CMS in stripes? I'm especially looking for a very tiny and lightweight one that I can take a look on and learn from :) ...

Lightweight editor for Mac that highlights all occurrences of a word

My question is similar to this one: http://stackoverflow.com/questions/385661/emacs-highlight-all-occurences-of-a-word In Notepad++ editor, there's a convenient feature: if you select a word in your text (not necessarily a keyword), the word is highlighted throughout the text. Is there any similar way in a lightweight editor for Mac? I...

PHP/Python/C/C++ library/application to match/correct/give suggestions to input

I'd like to have a simple & lightweight library/application in PHP/Python/C/C++ library/application to match/correct/give suggestions to input. Example in/out: Input: Webdevelopment ==> Output: Web Development Input: Web developmen ==> Output: Web Development Input: Web develop ==> Output: Web Development Given there is database o...

Java wiki engine

There are plenty of java wiki engines http://java-source.net/open-source/wiki-engines I'm currently looking for good lightweight wiki , something like the community wiki on stackoverflow , that can be easily integrated into excising applications. Please write about something that you have used. ...

PHP CMS in one file?

Is there any CMS in PHP in just 1 file? EDIT Thank you for all your suggestion. I can choose only 1 so I'd choose the one by Chacha102, which I could not find when Googling. You all earned my vote. ...

Smart-like template engine for java?

Is there any template engine (open source) that is like Smart? I want to make it easy for users to design their templates in HTML and then use it, which the smarty-template really is good for. JTPL is close to my example of what I'm looking for, but I want the "foreach" part in the template to be able to let users customize the result pa...

Heavy weight and light weight thread

What are the Light weight and heavy weight threads in terms of java???? ...

Jquery: is there a VERY light-weight lightbox available?

I'm looking for an extremely light-weight lightbox for jquery. i'm trying to create my own but i suck and my fist is about to go through the screen.... i'm talking like 5kb or less.. i know it can be done, and if i knew what i was doing i'd do it... but i'm just done for the day. So, does anyone know of one? something just for images, an...

How to design a class appropriate for millions of allocations?

If I want to allocate millions of objects of a class Foo, and I want to be memory- and time-efficient, how should I design the Foo class? Obviously, Foo should not contain much member data. Also, I guess, it should not use virtual functions? And how costly is it for Foo to derive from a Base class? And from several Base classes? ...

Lightweight JMS broker

Hi, I'm looking for a small and yet efficient enough lightweight JMS broker solution with no or minimum of dependencies. My messaging code should be running in the environment with a lot of dependencies I have no control of. Thus it would make ridiculous to deploy say ActiveMQ solution along with my custom bunch of classes. Thanks for yo...

Lightweight Object->Database in python

I am in need of a lightweight way to store dictionaries of data into a database. What I need is something that: Creates a database table from a simple type description (int, float, datetime etc) Takes a dictionary object and inserts it into the database (including handling datetime objects!) If possible: Can handle basic references, s...

Lightweight alternative to soapui?

I'm developing a soap web service and I'm using soapui to test it. I just need to read the wsdl file, automatically generate a skeleton request and see the results, and I was wondering if there's a lighter alternative to soapui. ...

Android Lightweight HTML Template Engine

Hello, I am after a very lightweight template engine that supports / can be embedded inside Android programs. I've looked at the MiniTemplator (I think that is how you spell it) and that looks great but it loads in only from file and I need to load templates from string and I am not fully confident in changing that code lol. Can anyone ...

lightweight cryptography toolkit(s) for c++ and python

Hi, I'm looking to do some basic encryption of server messages which'd be encrypted with C++ and decrypted using Python serverside. I was wondering if anyone knew if there were good solutions that were simpler or more lightweight than Keyczar. I see that supports both C++ and python, but would using Crypto++ and PyCrypto be simpler for...

Light-weight client/server DB?

Hello, (This question falls between programming and finding a tool, so I guess I'll ask here in SO since it has more activity than SuperUser.) I like the simplicity of SQLite, but by design, it doesn't support concurrent access. The apps I write don't have heavy needs, so I'd like to avoid heavier solutions like MySQL that are more dif...

Lightweight CMS in PHP

Hi, I am building a site which will require some very limited content management for a client. There are only a few areas of the site which will require the client to be able to update the content themselves. Would it be better to create a very simple custom admin page for the client to log in and say add a news story etc or would it b...