Jan
10
Januray Meeting
Filed Under Meetings
Hello everybody,
This is just a reminder that the January Nashville Java Users Group meeting is scheduled on tuesday, January 15th at 6:15 pm. The meeting is at the standard location, which is 26 Century Blvd Nashville TN 37214, on the 6th Floor at Emdeon corp. You can find a map to the facility by clicking here => http://voomr.com/NJUG
This months speaker is a fellow JUG member, and a stong supporter of object oriented principles - Mr. Steve Nyemba. The topic of the discussion is Javascript.
- Object Oriented Javascript. - JavaScript is an excellent language to write object oriented web applications. It can support OOP because it supports inheritance through prototyping as well as properties and methods. It instantly gives you power; you can write code that can be re-used and that is encapsulated.
- Namespacing javascript, Embedding HTML into another using javascript.
- Last but not least, JSUnit - The Unit Testing framework for JavaScript.
We look forward to seeing all of you tomorrow night! If you have any issues give Gregg a call at 615.351.4178
It was a great meeting. Thanks everyone for coming out.
The comments about Namespacing and relating to hashmaps are not fully accurate. The namespacing syntax would closely relate to using “Labels” in languages that allow the use of “goto”.