Feedback Form

Enterprise Geeks Podcast – TechEd Vienna: Craig and RIA Hacker Night

by Thomas Jung on November 5, 2009 at 12:29 pm

The morning after the RIA Hacker Night in TechEd Vienna, fellow Enterprise Geek Craig Cmehil and myself had the opportunity to sit down and discuss the highlights of the Hacker Night, TechEd in General, and the future of both events. We also spend a little time looking back at some of the less know activities of TechEds past (digging up some stories that were perhaps best left unmentioned).

The infamous community shirt from TechEd Boston 2005

The infamous community shirt from TechEd Boston 2005

Running Time: 18 minutes

 

Dowload episode here

Posted in Podcast .


2 comments




ABAP Freak Show – Sept 24th – TechEd Preview

by Thomas Jung on September 24, 2009 at 12:26 pm

TechEd is quickly approaching and I thought I would use this episode of the ABAP Freak Show to preview some of the Web Dynpro ABAP related sessions that will presented at TechEd. I preview the following sessions in this video:

You can download a high resolution version MP4 version of the video here:
http://blip.tv/file/get/Thomas_jung-AFSSept232009TechEdPreview794.mp4

You can download an iPod/iPhone version of the video here:
http://blip.tv/file/get/Thomas_jung-AFSSept232009TechEdPreview381.mp4

Posted in ABAP Freak Show and eGeek TV .


1 comment




RIA Hacker Night – Code Camp

by Craig Cmehil on September 22, 2009 at 3:43 pm

 

Dowload episode here

In the following “SDN Land of the ÜberGeek” episode Craig Cmehil speaks with Adobe about the upcoming RIA Hacker Night at the SAP TechEd 2009 events in Phoenix, Vienna and Bangalore and the brand new edition to the evening event the – “Code Camp”.

Talking Points:

  • Meet Mathias from Adobe 00:45
  • Flash Platform 01:25
  • SAP and Adobe 01:50
  • Flash Platform at RIA Hacker Night 02:15
  • Duane from Adobe 02:50
  • Code Camp, coding real time! – 03:05
  • Previous Events 04:00
  • Where do I start? 04:50
  • This is where to start! 05:05
  • Thinking back to starting with Flex 06:07
  • Code samples – exclusive at the event :-) 06:56
  • Exclusives at the event 08:25
  • Mac or PC? 09:40
  • Flash Builder 4 vs. Flex Builder 11:14
  • Flash Builder replaces Flex Builder 11:35
  • Recap Mac, PC and Flash Builder 12:30

Posted in Podcast .


5 comments




ABAP Freak Show – July 15th – ABAP OO Tutorial Part 3

by Thomas Jung on July 15, 2009 at 10:49 am

This is part 3 of the 5 part series on ABAP OO. In this part we will expand the lessons of the previous tutorial and look at a special type of class in ABAP – the Persistent Object. Persistent Objects are an OO-based approach to the types of data access that you would normally perform with SQL statements. With Persistent Objects you don’t code any SQL statements. Instead a class is generated for you that contains SET and GET methods for reading and updating data. ABAP Persistent Objects also contain the functional for more complex update scenarios – like V2 Asynchronous updates.

You can also download all the source code from all 5 tutorials. Just be sure to look at the ReadMe.pdf file for important tips on installing the source code.
http://abap-sdn-examples-tpj.googlecode.com/files/AFS_OO_Tutorials_Source_Code.zip

You can download a high resolution version MP4 version of the video here:
http://blip.tv/file/get/Thomas_jung-AFSJuly162009ABAPOOPart3265.mp4

You can download an iPod/iPhone version of the video here:
http://blip.tv/file/get/Thomas_jung-AFSJuly162009ABAPOOPart3597.mp4

Posted in ABAP Freak Show and eGeek TV .


2 comments




ABAP Freak Show – July 1st – ABAP OO Tutorial Part 2

by Thomas Jung on July 1, 2009 at 2:25 pm

This is part 2 of the 5 part series on ABAP OO. In this part we will expand the lesson by looking at static vs. instance, visibility, exception classes, inheritance, polymorphism and abstract classes. We start with a very basic class with only static methods that works very much like a Function Group/Function Modules. Next we change the methods into instance methods and see how a class instance allows us to model complex data structures and relationships in code. Then we see how exception classes can make our exceptions more meaningful and simplify the surrounding code for dealing with exceptions. Finally we see the real power of object oriented design come to life as we use inheritance and polymorphism to hide the inner complexity of our business logic from calling applications all while ensuring uniform execution of our code. These techniques may feel foreign at first, but in the long run they lead to code that is easier and safer to maintain.

You can also download all the source code from all 5 tutorials. Just be sure to look at the ReadMe.pdf file for important tips on installing the source code.
http://abap-sdn-examples-tpj.googlecode.com/files/AFS_OO_Tutorials_Source_Code.zip

You can download a high resolution version MP4 version of the video here:
http://blip.tv/file/get/Thomas_jung-AFSJuly12009ABAPOOPart2337.mp4

You can download an iPod/iPhone version of the video here:
http://blip.tv/file/get/Thomas_jung-AFSJuly12009ABAPOOPart2447.mp4

Posted in ABAP Freak Show and eGeek TV .


14 comments