473,513 Members | 3,076 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Comp.Object FAQ - Version II Beta - Latest Object Oriented Resource - Please Participate!


COMP.OBJECT FAQ
Version II Beta now Available
http://www.objectfaq.com/oofaq2
==================================================
- Latest Important Information on Object Technology - What's New Page
- What professionals *must keep up on* in rapidly changing environment
- Available on Homepage, email notification on updates now available
- Good Resource Site - Latest in Object Technology
- Complete Coverage of Object Orientation
- Up to date on Java, C++, .net (more C# soon)
- Runs on J2EE/EJB site, very cool running examples
- Participate in new OO Survey (J2EE/EJB impl) - Real-Time Results
- Survey soon canonical example of J2EE/OO Arch/Design patterns

What's New:
0.9 What is Open Source Software? (And where to get best OO)
0.10 What are the Major new Object Oriented Technologies?
0.11 What are Web Services?
0.12 What is available on Software Architectures?

The comp.object FAQ, at one time the most up to date resource on object
technology anywhere, is back in business. A new beta site has gone up
hosted on the open source JBOSS J2EE/EJB platform and all are invited
to join in and take a look. A new survey on object technology
is available for those who logon, results are presented in real-time.
New surveys, information of greatest interest to those in OO, and new
examples and patterns are available and much more new material is
forthcoming. New summaries on J2EE, .net, Web Services, and open
source, all rapidly changing and critical to keep up on by professionals,
are available and examples of all, complete with design documentation
will be available shortly, including those now running on the site.

A new summary 'cheat sheet' of the GOF patterns, which can help to learn
all of them and when to use them in a glance - will be available within a
week, and a summary and comparison matrix of new architectural styles,
approaches, and patterns (yes, even including RUP and XP) will follow and
provide an opportunity to see all of the new software architecture methods
at a glance.

Please take a look at the new Object FAQ and participate in the latest
survey, by doing so you and the entire OO community will benefit by seeing
the results. The first survey is a beta test, more interesting surveys
will be available shortly, 1 per month on topics we all need to keep up to
date on. Feedback is most welcome. I'd like to think the comp.object
FAQ, one of the first documents up on the Web, is the best FAQ around and
with your participation will stay that way.

Best Regards!
Bob Hathaway

Object FAQ Maintainer
rj*@objectfaq.com

Jul 19 '05 #1
1 2167
Hello,

Forgot to mention, upon login and survey, access to a printable GOF patterns
summary sheet is available that allows learning/using *all* GOF patterns
very
quickly, especially is used in conjunction with the book, which someone
should
have lying around. Soon The Sun Core J2EE Paterns and others will follow.
From the Object FAQ:

Available Resources
====================
* The Gang of 4 (Erich Gamma, Richard Helm, Ralph Johnson, John Vlissides)
wrote the seminal Design Patterns book which began a strong movement
within the object community towards higher quality design. The below
study sheets should be used in conjuction with their book. The Object
Faq author uses these sheets as a quick reference when designing and
developing programs, when greater detail is required the book is used
for reference. This also served as an excellent study aid to the
Sun J2EE Architect's Exam, one section coveres the GOF patterns.
The GOF Summary was intended and best presented when printed out,
otherwise zoom is required.

GOF Summary

Ref: Design Patterns by Erich Gamma, Richard Helm, Ralph Johnson,
John Vlissides. Addison Wesley 1995. ISBN: 0201633612

Best Regards,
Bob
"Robert Hathaway" <rj********@yahoo.com> wrote in message
news:Uu*******************@twister.nyc.rr.com...

COMP.OBJECT FAQ
Version II Beta now Available
http://www.objectfaq.com/oofaq2
==================================================
- Latest Important Information on Object Technology - What's New Page
- What professionals *must keep up on* in rapidly changing environment
- Available on Homepage, email notification on updates now available
- Good Resource Site - Latest in Object Technology
- Complete Coverage of Object Orientation
- Up to date on Java, C++, .net (more C# soon)
- Runs on J2EE/EJB site, very cool running examples
- Participate in new OO Survey (J2EE/EJB impl) - Real-Time Results
- Survey soon canonical example of J2EE/OO Arch/Design patterns

What's New:
0.9 What is Open Source Software? (And where to get best OO)
0.10 What are the Major new Object Oriented Technologies?
0.11 What are Web Services?
0.12 What is available on Software Architectures?

The comp.object FAQ, at one time the most up to date resource on object
technology anywhere, is back in business. A new beta site has gone up
hosted on the open source JBOSS J2EE/EJB platform and all are invited
to join in and take a look. A new survey on object technology
is available for those who logon, results are presented in real-time.
New surveys, information of greatest interest to those in OO, and new
examples and patterns are available and much more new material is
forthcoming. New summaries on J2EE, .net, Web Services, and open
source, all rapidly changing and critical to keep up on by professionals,
are available and examples of all, complete with design documentation
will be available shortly, including those now running on the site.

A new summary 'cheat sheet' of the GOF patterns, which can help to learn
all of them and when to use them in a glance - will be available within a
week, and a summary and comparison matrix of new architectural styles,
approaches, and patterns (yes, even including RUP and XP) will follow and
provide an opportunity to see all of the new software architecture methods
at a glance.

Please take a look at the new Object FAQ and participate in the latest
survey, by doing so you and the entire OO community will benefit by seeing
the results. The first survey is a beta test, more interesting surveys
will be available shortly, 1 per month on topics we all need to keep up to
date on. Feedback is most welcome. I'd like to think the comp.object
FAQ, one of the first documents up on the Web, is the best FAQ around and
with your participation will stay that way.

Best Regards!
Bob Hathaway

Object FAQ Maintainer
rj*@objectfaq.com

Jul 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
9213
by: DrUg13 | last post by:
In java, this seems so easy. You need a new object Object test = new Object() gives me exactly what I want. could someone please help me understand the different ways to do the same thing in C++. I find my self sometimes, trying Object app = Object(); Object *app = Object(); Object app = new Object();
4
1853
by: Luke Matuszewski | last post by:
Here are some questions that i am interested about and wanted to here an explanation/discussion: 1. (general) Is the objectness in JavaScript was supported from the very first version of it (in browsers) ? What about the new syntax of creating a object using { 'propName1':'propValue1', 'propName2':'propValue2', 'propName3':{ /* another object...
0
7269
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7177
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7559
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
7542
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5100
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3248
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3237
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1611
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
470
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.