akr

787
reputation
54 views

Registered User

name akr
member for 1 year
seen 4 hours ago
website
location Berlin, Germany
age 45
System architect & developer in corporate R&D (telecommunication industry)
14h
comment Why does SVN not update correctly? Is there a workaround besides re-downloading the entire rep
I like to emphasize: update the directory, not only the file!
1d
revised Buckminster + SVN
edited tags
2d
answered digital complements
Dec
13
answered How do I register a service in OSGi (Apache Felix)?
Dec
12
answered Programmer working conditions
Dec
10
answered Is ISO 9241 (Ergonomics of Human System Interaction) relevant in the industry?
Dec
10
comment How to I tell VisualSVN to do a replace instead of a merge?
+1 (from -2) Because this is not a wrong or bad question at all but shows a fundamental problem in the understanding of SVN The Answers and comments try to clarify this.
Dec
10
comment Best editor for remote pair programming?
SubEthaEdit works great for collaborative work. I used it once for remotely developing and debugging some code and it worked great.
Dec
9
answered Encryption algorithms…
Dec
9
answered Extracting the modified files from SVN
Dec
9
answered Convert all br tags into one universal <br />
Dec
9
comment When should I use Import-Package and when should I use Require-Bundle?
+1 because this is a good discussion of this topic. Small addition: require-bundle could be used to express dependencies that are different from just packages, e.g. a Bundle requires a resource in the form of another bundle to be present.
Dec
9
comment Storing Python dictionary entries in the order they are pushed
Nice. But keep in mind that is a new feature of an upcoming Python release and is not available in older versions.
Dec
9
comment How to over-write the property in ant ?
The var task is especially nice for "local variables", e.g. in for loops (also a task from the excellent ant-contrib). One drawback, though, is that the var task doesn't support the "location" attribute.
Dec
9
answered Variable names in C
Dec
8
answered How do i get out of the habit of procedural programming and into object oriented programming?
Dec
8
comment With OSGI how does one pass parameters from a host to a embedded bundle.
You need to be aware that in OSGi bundles A or B can be started in any order. So B can be installed and started before A is installed, and vice versa. You should always follow the White Board pattern (see OSGi Spec): don't make any assumption that another bundle or service is started before another or is even present. It is a bit hard to grasp in the beginning, but you will end up with a much better design. Don't do dependency hard-coding.
Dec
8
comment What are the main properties which a programmer must have or should have?
And be able to follow lots of trains of thoughts at the same time.
Dec
8
comment What is the underline theme in OSGi?
Before the OSGi Alliance renamed itself, OSGi stood for "Open Services Gateway Initiative". It's main target were embedded home gateways and routers.
Dec
8
answered With OSGI how does one pass parameters from a host to a embedded bundle.
Dec
8
answered what is the OSGi bundle package structure?
Dec
8
answered Service References in OSGi
Dec
7
comment A good algorithm for generating an order number
To increase the granularity you can add seconds and milliseconds. But you still will run into race conditions if you don't have a single synchronized order number factory.
Dec
6
revised ant: best way to setup system-dependent properties?
Corrected example
Dec
6
answered Use ant to delete all files in a svn working copy folder under mac os x
Dec
6
answered ant: best way to setup system-dependent properties?
Oct
14
awarded  Commentator
Oct
14
comment Are there any Java 5 VM for embedded environments?
I am actually looking for embedded systems such as home routers, NAS devices etc. Those systems sometimes run some kind of ARM-based Linux distro, sometimes other embedded OS. But thanks. Somehow I missed to look at Sun's own side.
Oct
2
awarded  Great Answer
Sep
15
comment Are there any Java 5 VM for embedded environments?
As far as I can see Sun's Java Embedded only support Linux-based embedded systems. it would be interesting to see whether there is support for other OS as well. But this helps a lot. Thanks!
Sep
15
awarded  Scholar
Sep
13
asked Are there any Java 5 VM for embedded environments?
Sep
13
answered Including additional resources with OSGi bundles
Sep
6
awarded  Yearling