We are going to have our next meeting at this Wednesday at OCDev.
The topic is Sava CMS which is one of the popular CMS (Content Management System) solutions in ColdFusion world.
You can get the default installation version as Sava Standard or Railo embedded Sava Express version which runs directly out of the box.
The other good stuff is that Sava CMS is an open source project and you can use it base on GPL 2 license.
If you have not tried Sava CMS, I definitely would suggest checking it out on http://gosava.com.
If you have interested the topic, you are welcome to our OCDev meeting and you can get details on our OCDev website http://ocdev.org.
See you ...
Presenting 'Head First i18N (Internationalization)' at IECFUG March Meeting
User Groups , i18N , Unicode , ColdFusion No Comments »It is confirmed that I will present the topic 'Head First i18N (Internationalization)' topic at the next IECFUG meeting.
Here are the notes about the presentation:

"This presentation will explain the first steps of creating
multi-language applications and methods in ColdFusion with best
practices. The main goals will be explaining the structure of
multi-language applications, defining requirements and solutions, and
providing best practices with code samples.
Explaining the
theory for i18N (internationalization), L10N (localization), g11N
(globalization) and other known approaches, defining opportunities to
create effective solutions such as Java platform tools usage or
designing better database or setting up your environment to make
multilingual applications easier to write are some of the topics."
See you there ...
We are using MS SQL Server for our main application and we have some
issues with the Unicode support on default delivered driver etc. After
testing some resources we have decided to change our main SQL JDBC
driver which we use to connect to the SQL Server. We have selected jTDS one which is known as a robust solution and having it as free was nice. :)
Here are the steps to install jTDS JDBC driver on a ColdFusion 8 server:
- Download the new driver from http://jtds.sourceforge.net In my case the file name was "jtds-1.2.2-dist.zip"
- Extract the file and find the jar file such as "jtds-1.2.2.jar".
- Copy the jar file (jtds-1.2.2.jar) into ColdFusion lib directory ("...\ColdFusion8\lib" or "...\WEB-INF\cfusion\lib")
- Restart ColdFusion.
- Create a new DSN in ColdFusion administrator as selecting "other" and put following information
- CF Data Source Name: your data source name
- JDBC URL: jdbc:jtds:sqlserver://yourServerName:1433/yourDatabaseName;
- Driver Class: net.sourceforge.jtds.jdbc.Driver
- Driver Name: Any name that you prefer (I said jTDS)
- And the rest is as always your username, password etc.
After having these settings, you should be able to connect your SQL Server with your new jTDS JDBC driver.
Have fun!
If you have interest for "Core ColdBox Training Seminar" in LA Area on March 14-15, there is a special discount for user group members.
It gives you an additional $100 off the early bird on standard price.
Here is the registration link: http://coldbox.eventbrite.com/?discount=cbox_friends_09
Event Details:
Core ColdBox is our 2-day flagship intensive training course that will get you started with ColdBox even if you have no previous OO experience. The course is constructed in such a manner that both gurus and novices can take advantage of our materials.
All training sessions are conducted by ColdBox core developers and experts in application development using the ColdBox Platform. This course will provide you with all the in-depth knowledge necessary to succeed in designing, building and maintaining ColdBox applications.
ColdBox: http://coldbox.org
Reminder: OCDev January 2009 Meeting Today: Frameworks Demystified
ColdFusion , Frameworks , User Groups No Comments »This is just a reminder that we are going to have OCDev.org January meeting this evening.
Topic: Frameworks Demystified
Speaker: Oğuz Demirkapı
Please check the time and location details on http://ocdev.org
See you there ...

Recent Comments