18
votes
2answers
2k views
What is Erlang written in?
What is Ericsson's implementation of Erlang and Erlang/OTP written and compiled in? Is is assembly, C or Erlang itself?
Update 1: Thanks to DrJokepu. If I understand correctly, Er …
5
votes
1answer
504 views
Zend Framework Layout
Hi everyone,
I'm beginning with Zend Framework and I would like to understand Bootstrap file. I've learned all _init methods are executed by default but it seems confusing to me. …
4
votes
8answers
245 views
What books or other resources do you suggest for bootstrapping a small software company?
I'm looking for books or other resources that would help me bootstrap a small software company.
If you have any recommendations, please post it. If someone else has posted it alr …
3
votes
3answers
584 views
What’s the difference between CLASSPATH “bootstrap entries” and “user entries” in Eclipse?
Eclipse has a Run Configurations screen with a Classpath tab.
I had some jars listed in the "user entries" section of this tab but my project did not run until I duplicated those …
3
votes
3answers
253 views
.NET Bootstrap without setup
I have a .NET WinForms application which needs to be run from CD. What I need to figure out is if user has required .NET version installed or install if necessary than run the appl …
3
votes
2answers
1k views
.net 3.5 SP1 Bootstrapper not found for Setup
I am getting a warning when trying to include the .net 3.5 sp1 prerequisite for my setup project. The warning states Prerequisite could not found for bootstrapping.
Any suggestio …
2
votes
2answers
430 views
Grails: Accessing spring beans in the destory closure of Bootstrap code?
Hello,
I'm looking to access a bean in my destroy closure in the Bootstrap.groovy of my grails project. Any ideas on how to achieve this?
I seem to have no access to servletConte …
1
vote
3answers
238 views
Zend framework common code for all the controllers
I have a login button in the header of the website. This header's html is programmed into Zend framework views/layouts/home.phtml.
I have a hidden form in this layout that is tr …
1
vote
1answer
547 views
How to load kernel into memory from CD-ROM using Assembly (NASM)
Hello Everyone,
I'm writing a bootstrap and kernel for myself and both bootstrap and kernel will be burn on a CD-R and will function as a CD-live. It is not a linux CD-Live or som …
0
votes
1answer
17 views
Recipe for compiling binutils & gcc together?
Greetings,
According the the gcc build instructions you can build binutils concurrently with building gcc (as well as gmp,mpc,etc).
Here's what that page says :
If you also …
0
votes
1answer
113 views
Using groovy metaClass to mock out Shiro SecurityUtils in bootstrap
For further background, see http://grails.markmail.org/message/62w2xpbgneapmhpd
I'm trying to mock out the Shiro SecurityUtils.getSubject() method in my BootStrap.groovy. I decid …
0
votes
1answer
138 views
Grails behavior difference between run-app and run-war
I'm relatively new to Groovy and Grails and am trying them out in my spare time. I've got a small test Grails application that I'm able to run fine using grails run-app, but grail …
0
votes
1answer
288 views
How to perform low-level IO with a USB flash drive under the BIOS (compared to a floppy)?
I have recently been studying some bootstrap code which was intended for use with a floppy drive. My goal is to modify the program so that it uses my USB flash drive. Now I see how …
0
votes
0answers
121 views
Paver 0.8.1 compatibility with python 2.6
Hi,
Does anyone manage to bootstrap its development area using paver with python 2.6 ?
I have install python 2.6, install paver with easy_install-2.6, everything looks fine.
But …
