Recent Event Highlights: How to Learn db40, Java and .NET Object Database, in 5 minutes, aula 2157 HashMap return List para trazer os dados para o Flex, Emulating Java Enums in .NET - F# Edition, Lecture 19 | Programming Methodology (Stanford), Lecture 22 | Programming Methodology (Stanford), Lecture 24 | Programming Methodology (Stanford), and 1 more...
Created by dipity on Apr 7, 2009
Last updated: 04/08/09 at 04:10 AM
Hashmap has no followers yet. Be the first one to follow.
Excerpt
...on Java Db4o allows you to persist any regular Java objects, including but not limited to container objects like Hashtable, Vectpr, Hashmap etc. Internally it uses Java reflection to do the magic. To access a db4o database file or create a new one, call Db4o.openFile()...
Source Info
Simple Thoughts
http://blog.taragana.com/index.php/archive/how-to-learn-db40-java-and-net-object-database-in-5-minutes/
Excerpt
...Priority"), High("High Priority"); private static final Map lookup = getLookup(); private static HashMap getLookup() { HashMap l = new HashMap(); for(PriorityLevel p : EnumSet.allOf(PriorityLevel.class)) l.put(p.getLevel(),...
Source Info
CodeBetter.Com
http://feeds.feedburner.com/~r/CodeBetter/~3/407927078/emulating-java-enums-in-net-f-edition.aspx
Excerpt
...their own... Hell, even Nintendo was able to come up with their own software for this in the WiiBrowser... it's just a friggin' fast hashmap and a large dictionary. @ LEVENDIS47 lol a business doesn't make decisions like that because they are lazy, it's most...
Source Info
Gizmodo
http://gizmodo.com/gadgets/rim-and-etoni-deal/-309489.php
Excerpt
...the lane I realized it too gave me features that I didn’t need. Even this was more complicated than I needed. All I needed was a HashMap saved to a file in XML format. And my database class should support query execution by name (think key-value). ...
Source Info
Simple Thoughts
http://blog.taragana.com/index.php/archive/java-database-framework-orm-replacement-in-80-lines-of-code/
Excerpt
...the lane I realized it too gave me features that I didn’t need. Even this was more complicated than I needed. All I needed was a HashMap saved to a file in XML format. And my database class should support query execution by name (think key-value). ...
Source Info
Simple Thoughts
http://blog.taragana.com/index.php/archive/super-simple-java-framework-for-sql-happy-developers/
Excerpt
...getUsers(String userID) { ... NamedQuery query = new NamedQuery(User.class, "user.view.by.id"); Map parameters = new HashMap(); parameters.put("userid", userID); query.setParameters(parameters); List list = Repository.select(query); ... } ...
Source Info
Addict3d.org
http://www.addict3d.org/index.php?page=viewarticle&type=security&ID=6276

