The Artima Developer Community
Sponsored Link

Java Buzz Forum
built-in Singleton language construct

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Marc Logemann

Posts: 594
Nickname: loge
Registered: Sep, 2002

Marc Logemann is founder of www.logentis.de a Java consultancy
built-in Singleton language construct Posted: Dec 5, 2004 1:09 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Marc Logemann.
Original Post: built-in Singleton language construct
Feed Title: Marc's Java Blog
Feed URL: http://www.logemann.org/day/index_java.xml
Feed Description: Java related topics for all major areas. So you will see J2ME, J2SE and J2EE issues here.
Latest Java Buzz Posts
Latest Java Buzz Posts by Marc Logemann
Latest Posts From Marc's Java Blog

Advertisement

When reviewing 3rd party code, i find many spots where a singleton concept would be a perfect fit but wasnt used. I dont know why it wasnt used, there could be various reasons like (a) not enough skill, (b) too lazy to create the additional constructs inside the class or (c) design error. So for the next language, my wishlist to the language designers is an build-in singleton concept. Someting like:

SantaClaus santa = newone SantaClaus();

Perhaps there could be more pattern based build-in things inside a language. I know that pushing this ideas too far will lead to some 4GL kind of language, but if you stay on implementing pattern concepts, you are still far away from real 4GL stuff.

Read: built-in Singleton language construct

Topic: Moving From IntelliJ to Eclipse ... Help Previous Topic   Next Topic Topic: Spring and Hibernate, Simplify the DAO layer

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use