Mark Arsenault

Greenhorn
+ Follow
since Dec 14, 2013
Merit badge: grant badges
Biography
public static final String WHO_AM_I = "The Traveling Developer";
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Mark Arsenault

Hey everyone,

I have been, day-in day-out, studying everything Java, but more specifically Java EE, Spring, ORM, etc and everything I need to get back on my career track.

I do not have any certifications

I was hoping to get some insight into what has helped (pertaining to employment) everyone the most. Have these certifications helped anyone gain employment quicker, or is it more of a personal goal?

Where do I start? What books/tutorials can help me get there quicker?

I cannot jump into my SCWCD Certification without first doing the SCJPOCP? Is that right?
I have read, and taken notes on the Head First book for SCWCD Certification, and have worked as a web developer for a number of years.

I would love some feedback,

I really enjoy this community. Although I do not have many posts, this community has helped me through some difficult situations.

The most recent one I hope it helps me with...is finding some work, contract, anything.

I have many years experience as a developer, and even more years experience as a hard working, quick learning, and risk taking guy, who under every circumstance...comes through.

-==-Resume-==-
http://www.cryptobarterexchange.com/mark/
(host seems to be down as of this post, will leave it for 24hrs)

Thank-you
10 years ago
Wow, I feel foolish for even asking a question with such a simple answer. The problem here was tunnel vision, the originally posted code was almost a direct copy from the book, this is the third error I have found in this book. I defined the property in the configuration file, obviously I need to inject those values, but for some reason I just didn't connect it.

Thank you very much,

Mark
I've been looking forward to posting on the Big Moose Saloon, need help, probably something simple I'm missing...

I am working through Spring Into Action 3, on page 132 (4.5 of that unit) I'm working through an Aspect J example.

This is made up of 4 different file, CriticismEngine(Interface), CriticismEngineImpl(implmentation), JudgeAspect(AspectJ Aspect), Preformance(contains main method), and my Spring configuration, spring-idol.xml

here is the Error:

Now the four files:

CriticismEngine:


CriticismEngineImpl.java:



JudgeAspect.aj:


Preformance:

and now my Spring configuration XML:




So, basically, when the bean with ID eddie preforms (that part of program works fine, just does a println of property values listed, criticismEngine is supposed to write criticism after the "preformance".

Let me know if anything else is needed, thanks!

Thanks!