RE: [Asterisk-java-users] Migrating Asterisk-Java to Java5 ?
Brought to you by:
srt
From: Vadim B. <Va...@is...> - 2006-01-19 16:45:04
|
ast...@li... wrote: > Hi, >=20 > I am currently thinking about migrating Asterisk-Java to Java5 for the > next official release, esp. using generics and the build-in > concurrency features of Java5. >=20 > Before I take that steps I would like to know if thats ok for you as > users of Asterisk-Java. What JDK version do you use currently in > production / in development? Are there any issues that > prevent you from > switching to Java5? >=20 > Thanks for your feedback >=20 > Stefan As a asterisk-java user, I say go for it. I don't think requiring java5 would be an obstacle. As a java developer, I say definitely go for it. Generics and the for each loop make things easier and cleaner. |