germanescobar.blogspot.com germanescobar.blogspot.com

germanescobar.blogspot.com

Thoughts on Software Architecture

Thoughts on Software Architecture. Discussion regarding Java Frameworks and Architecture. Monday, May 14, 2012. Jogger design decisions FAQ. Is a lightweight library for building Web Applications that provides a routing mechanism and a view template engine based on FreeMarker. The source and documentation are on Github. In this post, however, I would like to answer some questions about design decisions I made with Jogger that will help you understand the philosophy behind. It's difficult to test, it has ...

http://germanescobar.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR GERMANESCOBAR.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.5 out of 5 with 10 reviews
5 star
2
4 star
3
3 star
4
2 star
0
1 star
1

Hey there! Start your review of germanescobar.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.8 seconds

FAVICON PREVIEW

  • germanescobar.blogspot.com

    16x16

  • germanescobar.blogspot.com

    32x32

  • germanescobar.blogspot.com

    64x64

  • germanescobar.blogspot.com

    128x128

CONTACTS AT GERMANESCOBAR.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Thoughts on Software Architecture | germanescobar.blogspot.com Reviews
<META>
DESCRIPTION
Thoughts on Software Architecture. Discussion regarding Java Frameworks and Architecture. Monday, May 14, 2012. Jogger design decisions FAQ. Is a lightweight library for building Web Applications that provides a routing mechanism and a view template engine based on FreeMarker. The source and documentation are on Github. In this post, however, I would like to answer some questions about design decisions I made with Jogger that will help you understand the philosophy behind. It's difficult to test, it has ...
<META>
KEYWORDS
1 skip to main
2 skip to sidebar
3 jogger
4 because it sucks
5 6 comments
6 and vaadin
7 a leaky abstraction
8 back to basics
9 and express js
10 nodejs
CONTENT
Page content here
KEYWORDS ON
PAGE
skip to main,skip to sidebar,jogger,because it sucks,6 comments,and vaadin,a leaky abstraction,back to basics,and express js,nodejs,framework,19 comments,labels ajax,jquery,messagesender,optional interfaces,nameable,configurable,and/or,annotations,mokai
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Thoughts on Software Architecture | germanescobar.blogspot.com Reviews

https://germanescobar.blogspot.com

Thoughts on Software Architecture. Discussion regarding Java Frameworks and Architecture. Monday, May 14, 2012. Jogger design decisions FAQ. Is a lightweight library for building Web Applications that provides a routing mechanism and a view template engine based on FreeMarker. The source and documentation are on Github. In this post, however, I would like to answer some questions about design decisions I made with Jogger that will help you understand the philosophy behind. It's difficult to test, it has ...

INTERNAL PAGES

germanescobar.blogspot.com germanescobar.blogspot.com
1

Thoughts on Software Architecture: JMX Portable Extension for CDI

http://www.germanescobar.blogspot.com/2010/01/cdi-portable-extension-jmx.html

Thoughts on Software Architecture. Discussion regarding Java Frameworks and Architecture. Thursday, January 28, 2010. JMX Portable Extension for CDI. JSR-255, the JMX specification 2.0, is an initiative that will make the writing of MBeans easier through annotations. However, by the time of this writing, the JSR is inactive as stated here. Let’s take a look at the following example:. Figure 1. JBoss AS JMX Console. A view of an MBean. You don’t have to worry anymore about obtaining an MBeanServer, ...

2

Thoughts on Software Architecture: What’s so wrong with EJB’s?

http://www.germanescobar.blogspot.com/2010/03/whats-so-wrong-with-ejbs.html

Thoughts on Software Architecture. Discussion regarding Java Frameworks and Architecture. Sunday, March 28, 2010. What’s so wrong with EJB’s? It’s not that they are heavy. It’s not that they are difficult to write. So, what’s wrong with EJB’s? EJB’s can be either. However, when you are working on a web environment for example, these lifecycles will not suffice. Lifecycles would be much better suited in that case. Another example is a business process application, where you could have a. CDI (Contexts and...

3

Thoughts on Software Architecture: From JBoss Seam to CDI (JEE6)

http://www.germanescobar.blogspot.com/2010/01/from-seam-to-cdi.html

Thoughts on Software Architecture. Discussion regarding Java Frameworks and Architecture. Sunday, January 17, 2010. From JBoss Seam to CDI (JEE6). Is a popular open source application framework that has led to the creation of CDI. Contexts and Dependency Injection), a specification that is now part of the JEE 6 ecosystem. In this post I’ll show you the architectural similarities and differences between both and how Seam. Contexts are definitely one of the most exciting features of Seam. Both make heavy u...

4

Thoughts on Software Architecture: Java web development: back to basics

http://www.germanescobar.blogspot.com/2012/05/java-web-development-back-to-basics.html

Thoughts on Software Architecture. Discussion regarding Java Frameworks and Architecture. Saturday, May 12, 2012. Java web development: back to basics. The first post that I wrote on this blog is titled AJAX: JQuery, Google Web Toolkit or RichFaces. There, I praise RichFaces for being built on top of JSF (Java Server Faces):. What has happened since? Well, after working with Wicket. Which I still use in one of my open source projects. I have drifted away from component based web development. However, the...

5

Thoughts on Software Architecture: October 2009

http://www.germanescobar.blogspot.com/2009_10_01_archive.html

Thoughts on Software Architecture. Discussion regarding Java Frameworks and Architecture. Thursday, October 29, 2009. AJAX: JQuery, Google Web ToolKit or RichFaces. JQuery is just a JavaScript library that simplifies AJAX development by allowing you to:. Manipulate HTML (i.e. adding and removing css styles, changing input values, etc.) from the client. Handle events (i.e. keydown, focus, mouseover, etc.). Script type=text/javascript src=jquery.js /script. Server calls are done via HTTP requests so you&#8...

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

LINKS TO THIS WEBSITE

smokeandice.blogspot.com smokeandice.blogspot.com

Smoke and Ice: CDI/JSR-299 preparing to marginalize EJB... again...

http://smokeandice.blogspot.com/2009/12/cdijsr-299-preparing-to-marginalize-ejb.html

This blog is about whatever comes into my mind - most often, though, it'll be about Java/JEE, barbecue and hockey. chances are you won't be interested in all three of those - too bad, because I am! Wednesday, December 2, 2009. CDI/JSR-299 preparing to marginalize EJB. again. Whew, it's been a while since I've started looking at what's. CDI has the potential. The CDI spec comes in at 98 pages. The EJB 3.1 spec (PFD version), comes in at 618 pages - yikes! The CDI spec is far. CDI's integration with JSF is...

smokeandice.blogspot.com smokeandice.blogspot.com

Smoke and Ice: CDI and Declarative Transactions...

http://smokeandice.blogspot.com/2009/12/cdi-and-declarative-transactions.html

This blog is about whatever comes into my mind - most often, though, it'll be about Java/JEE, barbecue and hockey. chances are you won't be interested in all three of those - too bad, because I am! Monday, December 7, 2009. CDI and Declarative Transactions. Ok, so since I'm already on the books. So how can this be done in CDI? Public class RequiredTransactionInterceptor implements Serializable {. Private UserTransaction utx;. Public Object openIfNoTransaction(InvocationContext ic) throws Throwable {.

smokeandice.blogspot.com smokeandice.blogspot.com

Smoke and Ice: More cool in Java EE 6 -- JSF 2.0, Bean Validation

http://smokeandice.blogspot.com/2009/08/more-cool-in-java-ee-6-jsf-20-bean.html

This blog is about whatever comes into my mind - most often, though, it'll be about Java/JEE, barbecue and hockey. chances are you won't be interested in all three of those - too bad, because I am! Saturday, August 1, 2009. More cool in Java EE 6 - JSF 2.0, Bean Validation. There's definitely more cool stuff in JSF 2.0 that I didn't get to last time. So let's get right to it. Annotations for Converters and Validators. Speaking of validation, here's where it gets interesting - with the new Bean Validation...

smokeandice.blogspot.com smokeandice.blogspot.com

Smoke and Ice: Thoughts on JSR 330

http://smokeandice.blogspot.com/2009/12/thoughts-on-jsr-330.html

This blog is about whatever comes into my mind - most often, though, it'll be about Java/JEE, barbecue and hockey. chances are you won't be interested in all three of those - too bad, because I am! Wednesday, December 9, 2009. Thoughts on JSR 330. I'm not sure what to think about JSR-330 - what do you think? A quick caveat before I begin - I'm playing devils advocate here, so I have no idea if I believe any of the gibberish that I'm about to write :). My original instinct was that it's a good addition to...

smokeandice.blogspot.com smokeandice.blogspot.com

Smoke and Ice: External CDI Configuration with Portable Extensions

http://smokeandice.blogspot.com/2009/12/external-cdi-configuration-with.html

This blog is about whatever comes into my mind - most often, though, it'll be about Java/JEE, barbecue and hockey. chances are you won't be interested in all three of those - too bad, because I am! Tuesday, December 15, 2009. External CDI Configuration with Portable Extensions. The easier side of this is reading the data from JNDI, so let's start there. actually, you don't need CDI at all to start doing this - the easiest way is to use the '@Resources' annotation provided in Java EE 5, like so:. Not much...

smokeandice.blogspot.com smokeandice.blogspot.com

Smoke and Ice: Java EE 6 - Who's In?

http://smokeandice.blogspot.com/2010/12/java-ee-6-whos-in.html

This blog is about whatever comes into my mind - most often, though, it'll be about Java/JEE, barbecue and hockey. chances are you won't be interested in all three of those - too bad, because I am! Friday, December 17, 2010. Java EE 6 - Who's In? Been a while since I've written anything, so I'll ease into the waters with this one - it's been over a year since Java EE 6 was released with some very cool updates that I've discussed here. Dang, I was busy! And then there's. hmmm. well, I think Resin 4. Great...

smokeandice.blogspot.com smokeandice.blogspot.com

Smoke and Ice: August 2009

http://smokeandice.blogspot.com/2009_08_01_archive.html

This blog is about whatever comes into my mind - most often, though, it'll be about Java/JEE, barbecue and hockey. chances are you won't be interested in all three of those - too bad, because I am! Monday, August 17, 2009. NetBeans now has the ability to create Libraries from Maven libraries, and then use those in any projects. check this out. This brings up the details of the .pom file, which has all sorts of good stuff, but the cool part is the icon of the stack of books in the upper right - click ...

smokeandice.blogspot.com smokeandice.blogspot.com

Smoke and Ice: What's cool in Java EE 6 -- Singleton EJB's and Pruning

http://smokeandice.blogspot.com/2009/08/whats-cool-in-java-ee-6-singleton-ejbs.html

This blog is about whatever comes into my mind - most often, though, it'll be about Java/JEE, barbecue and hockey. chances are you won't be interested in all three of those - too bad, because I am! Thursday, August 6, 2009. What's cool in Java EE 6 - Singleton EJB's and Pruning. I mean seriously, who wants to read about EJB QL, 2.1 Client Views and the like. I'd rather dig into the meatier stuff, like. This can be achieved with a few simple annotations, like so:. Public class InitBean {. Public void init...

smokeandice.blogspot.com smokeandice.blogspot.com

Smoke and Ice: It figures...

http://smokeandice.blogspot.com/2008/02/it-figures.html

This blog is about whatever comes into my mind - most often, though, it'll be about Java/JEE, barbecue and hockey. chances are you won't be interested in all three of those - too bad, because I am! Wednesday, February 13, 2008. Wouldn't you know it, one day after I write an entry about how development on JBoss' app server seems to be crawling, they release a new beta version of the 5.0 series! Posted by Matt Corey. Hm, I did think that JBoss was. One of the reasons Mark Fleury cited when he left was that...

smokeandice.blogspot.com smokeandice.blogspot.com

Smoke and Ice: JSR-299 Tx Interceptor code + JAX RS Sample

http://smokeandice.blogspot.com/2009/12/jsr-299-tx-interceptor-code.html

This blog is about whatever comes into my mind - most often, though, it'll be about Java/JEE, barbecue and hockey. chances are you won't be interested in all three of those - too bad, because I am! Saturday, December 12, 2009. JSR-299 Tx Interceptor code JAX RS Sample. Quick update - I've thrown the source code to the Transactional Interceptor from my previous post. Into a source repository. Posted by Matt Corey. К слову сказать, лучший способ защитить человека от прослушки - использовать Подавители связи.

UPGRADE TO PREMIUM TO VIEW 8 MORE

TOTAL LINKS TO THIS WEBSITE

18

SOCIAL ENGAGEMENT



OTHER SITES

germanes.net germanes.net

kein Inhalt

Sehr geehrte Besucherin, sehr geehrter Besucher,. Für die von Ihnen angeforderte Seite steht im Moment leider noch kein Inhalt bereit.

germanes.org germanes.org

kein Inhalt

Sehr geehrte Besucherin, sehr geehrter Besucher,. Für die von Ihnen angeforderte Seite steht im Moment leider noch kein Inhalt bereit.

germanes.wordpress.com germanes.wordpress.com

Germanes's Weblog | Just another WordPress.com weblog

Just another WordPress.com weblog. Noviembre 7, 2007. VISIÓN, CONFIANZA,. Es el la razón que tenemos para llevar a cabo la acción. Necesaria para iniciar la ejecución de una acción. También lo podemos relacionar con la misión y los objetivos que perseguimos. El Propósito. Siempre lo debemos mantener presente en la mente consciente o en el subconsciente. Es la capacidad que todo los seres humanos tenemos. Para ver en nuestro interior todo lo que queremos hacer. Una vez establecido claramente el. Cuando so...

germanesbessones.com germanesbessones.com

Germanes Bessones

Disseny i programació webCarme Riu Català-Mariana Larralde Semmartin.

germanesbuades.es germanesbuades.es

Germanes Buades. Majoristes de Carn Mallorca

germanescobar.blogspot.com germanescobar.blogspot.com

Thoughts on Software Architecture

Thoughts on Software Architecture. Discussion regarding Java Frameworks and Architecture. Monday, May 14, 2012. Jogger design decisions FAQ. Is a lightweight library for building Web Applications that provides a routing mechanism and a view template engine based on FreeMarker. The source and documentation are on Github. In this post, however, I would like to answer some questions about design decisions I made with Jogger that will help you understand the philosophy behind. It's difficult to test, it has ...

germanescobar.com germanescobar.com

Germán Escobar

The new architecture of elibom.com. Moving away from Java EE. The Git Workflow at Elibom. Charla: Desarrollo Web – Mejores prácticas. Video: Introducción a Jogger. Jogger Design Decisions FAQ. Java Web Development: Back to Basics. Extensions Points (plug-in) Design. 4 areas of possible confusion in JEE. From JBoss Seam to CDI. What’s so wrong with EJB’s? JQuery, Google Web Toolkit or RichFaces. A Java Web Framework. A Java Messaging Gateway. Aprende a programar y crea empresa. Diez años de elibom.com.

germanescorts.com germanescorts.com

Germanescorts.com

germanescribe.blogspot.com germanescribe.blogspot.com

El blog de Germán

El blog de Germán. Crónicas de una viaje memorable. Viernes, 17 de mayo de 2013. Hace unos cuantos dias que no actualizo este blog, la razon fue porque tuvimos que hacer mucha ruta, desde que llegamos a Phoenix, alquilamos nuevamente una camioneta y la devolvimos hoy al irnos de Los Angeles. Mientras vuelo hacia Japon, aprovecho este tiempo para ponerme al dia con los pendientes: bajar fotos de la camara, escribir estas lineas y dormir. El tiempo no sobra. El ultimo dia subimos al Sky Deck. Un mirado...

germanese.skyrock.com germanese.skyrock.com

Blog de Germanese - Look, its your boy, Lil Eman and enjoy the show. Bitch!!!!!!!!!!!!!! - Skyrock.com

Mot de passe :. J'ai oublié mon mot de passe. Look, its your boy, Lil Eman and enjoy the show. Bitch! Look people, this is my special blog. I hope that when you see this blog you be touched both emotionally and spiritually. That your hearts be filled with love and joy, that you undertand the meaning of hapinness and sadness. But mostly hapinness because thats what its all about the joy that you share with your family and friends. Mise à jour :. Abonne-toi à mon blog! See alot of people here. trust me.

germanese.wordpress.com germanese.wordpress.com

Germanese Diary

Sorry, but you are looking for something that isn't here. Blog at WordPress.com.