Download the job announcement Free Java Code

Description

A showcase to demonstrate the camunda BPM platform, Java EE 6 and Twitter Bootstrap with JSF.

Icons

the job announcement

Source Files

The download file the-job-announcement-master.zip has the following entries.


.gitignore/* ww w.jav a 2  s  . c om*/
LICENSE.txt
NOTICE.txt
README.md
pom.xml
src/main/java/com/plexiti/camunda/bpm/model/TaskAware.java
src/main/java/com/plexiti/camunda/bpm/service/ProcessAwareEntityService.java
src/main/java/com/plexiti/camunda/bpm/service/ProcessAwareJpaEntityServiceImpl.java
src/main/java/com/plexiti/camunda/bpm/showcase/jobannouncement/model/FacebookPosting.java
src/main/java/com/plexiti/camunda/bpm/showcase/jobannouncement/model/JobAnnouncement.java
src/main/java/com/plexiti/camunda/bpm/showcase/jobannouncement/process/ProcessConstants.java
src/main/java/com/plexiti/camunda/bpm/showcase/jobannouncement/service/JobAnnouncementService.java
src/main/java/com/plexiti/camunda/bpm/showcase/jobannouncement/service/PostingService.java
src/main/java/com/plexiti/camunda/bpm/showcase/jobannouncement/service/UserImageService.java
src/main/java/com/plexiti/camunda/bpm/showcase/jobannouncement/service/camel/ContextBootStrap.java
src/main/java/com/plexiti/camunda/bpm/showcase/jobannouncement/service/camel/TwitterPostingCamelRoute.java
src/main/java/com/plexiti/camunda/bpm/showcase/jobannouncement/service/impl/FacebookPostingServiceImpl.java
src/main/java/com/plexiti/camunda/bpm/showcase/jobannouncement/service/impl/JobAnnouncementServiceImpl.java
src/main/java/com/plexiti/camunda/bpm/showcase/jobannouncement/service/impl/MailingServiceImpl.java
src/main/java/com/plexiti/camunda/bpm/showcase/jobannouncement/service/impl/UserImageServiceImpl.java
src/main/java/com/plexiti/camunda/bpm/showcase/jobannouncement/web/AbstractBean.java
src/main/java/com/plexiti/camunda/bpm/showcase/jobannouncement/web/JobAnnouncementBean.java
src/main/java/com/plexiti/camunda/bpm/showcase/jobannouncement/web/UserBean.java
src/main/java/com/plexiti/camunda/bpm/showcase/jobannouncement/web/UserImageServlet.java
src/main/java/com/plexiti/camunda/bpm/showcase/jobannouncement/web/WebConstants.java
src/main/java/com/plexiti/helper/Console.java
src/main/java/com/plexiti/helper/Entities.java
src/main/java/com/plexiti/helper/Facebook.java
src/main/java/com/plexiti/helper/Maps.java
src/main/java/com/plexiti/helper/Objects.java
src/main/java/com/plexiti/helper/Servlets.java
src/main/java/com/plexiti/helper/Strings.java
src/main/java/com/plexiti/persistence/service/EntityService.java
src/main/java/com/plexiti/persistence/service/JpaEntityServiceImpl.java
src/main/resources/BookMessages_de.properties
src/main/resources/BookMessages_en.properties
src/main/resources/ContentsMessages_de.properties
src/main/resources/ContentsMessages_en.properties
src/main/resources/CreditsMessages_de.properties
src/main/resources/CreditsMessages_en.properties
src/main/resources/GeneralMessages_de.properties
src/main/resources/GeneralMessages_en.properties
src/main/resources/HelpMessages_de.properties
src/main/resources/HelpMessages_en.properties
src/main/resources/IndexMessages_de.properties
src/main/resources/IndexMessages_en.properties
src/main/resources/META-INF/persistence.xml
src/main/resources/META-INF/processes.xml
src/main/resources/ValidationMessages_de.properties
src/main/resources/ValidationMessages_en.properties
src/main/resources/com/plexiti/camunda/bpm/showcase/jobannouncement/process/job-announcement-publication.bpmn
src/main/resources/com/plexiti/camunda/bpm/showcase/jobannouncement/process/job-announcement-publication.png
src/main/resources/com/plexiti/camunda/bpm/showcase/jobannouncement/process/job-announcement.bpmn
src/main/resources/com/plexiti/camunda/bpm/showcase/jobannouncement/process/job-announcement.png
src/main/webapp/WEB-INF/beans.xml
src/main/webapp/WEB-INF/faces-config.xml
src/main/webapp/WEB-INF/templates/default.xhtml
src/main/webapp/WEB-INF/templates/external.xhtml
src/main/webapp/WEB-INF/web.xml
src/main/webapp/announcement/correct.xhtml
src/main/webapp/announcement/edit.xhtml
src/main/webapp/announcement/new.xhtml
src/main/webapp/announcement/publish.xhtml
src/main/webapp/announcement/published.xhtml
src/main/webapp/announcement/review.xhtml
src/main/webapp/book.xhtml
src/main/webapp/contents.xhtml
src/main/webapp/credits.xhtml
src/main/webapp/direction.xhtml
src/main/webapp/index.html
src/main/webapp/index.xhtml
src/main/webapp/production.xhtml
src/main/webapp/resources/components/announcement/help.xhtml
src/main/webapp/resources/components/announcement/list-published.xhtml
src/main/webapp/resources/components/announcement/list.xhtml
src/main/webapp/resources/components/job/comment.xhtml
src/main/webapp/resources/components/job/description.xhtml
src/main/webapp/resources/components/job/facebook.xhtml
src/main/webapp/resources/components/job/lastComment.xhtml
src/main/webapp/resources/components/job/need.xhtml
src/main/webapp/resources/components/job/post.xhtml
src/main/webapp/resources/components/job/title.xhtml
src/main/webapp/resources/components/job/tweet.xhtml
src/main/webapp/resources/css/DT_bootstrap.css
src/main/webapp/resources/css/bootstrap.min.css
src/main/webapp/resources/css/bootswatch/img/glyphicons-halflings-white.png
src/main/webapp/resources/css/bootswatch/img/glyphicons-halflings.png
src/main/webapp/resources/css/bootswatch/united/bootstrap.min.css
src/main/webapp/resources/css/job-announcements-ie.css
src/main/webapp/resources/css/job-announcements.css
src/main/webapp/resources/css/screen.css
src/main/webapp/resources/css/sticky-footer.css
src/main/webapp/resources/img/Stellenausschreibung-Ebene-Durchfuehrung-Engine.png
src/main/webapp/resources/img/Stellenausschreibung-Ebene-Engine.png
src/main/webapp/resources/img/bootstrap.png
src/main/webapp/resources/img/camunda.ico
src/main/webapp/resources/img/camunda_icon.png
src/main/webapp/resources/img/curtains.jpg
src/main/webapp/resources/img/duke.png
src/main/webapp/resources/img/glyphicons/glyphicons_000_glass.png
src/main/webapp/resources/img/glyphicons/glyphicons_001_leaf.png
src/main/webapp/resources/img/glyphicons/glyphicons_002_dog.png
src/main/webapp/resources/img/glyphicons/glyphicons_003_user.png
src/main/webapp/resources/img/glyphicons/glyphicons_004_girl.png
src/main/webapp/resources/img/glyphicons/glyphicons_005_car.png
src/main/webapp/resources/img/glyphicons/glyphicons_006_user_add.png
src/main/webapp/resources/img/glyphicons/glyphicons_007_user_remove.png
src/main/webapp/resources/img/glyphicons/glyphicons_008_film.png
src/main/webapp/resources/img/glyphicons/glyphicons_009_magic.png
src/main/webapp/resources/img/glyphicons/glyphicons_010_envelope.png
src/main/webapp/resources/img/glyphicons/glyphicons_011_camera.png
src/main/webapp/resources/img/glyphicons/glyphicons_012_heart.png
src/main/webapp/resources/img/glyphicons/glyphicons_013_beach_umbrella.png
src/main/webapp/resources/img/glyphicons/glyphicons_014_train.png
src/main/webapp/resources/img/glyphicons/glyphicons_015_print.png
src/main/webapp/resources/img/glyphicons/glyphicons_016_bin.png
src/main/webapp/resources/img/glyphicons/glyphicons_017_music.png
src/main/webapp/resources/img/glyphicons/glyphicons_018_note.png
src/main/webapp/resources/img/glyphicons/glyphicons_019_cogwheel.png
src/main/webapp/resources/img/glyphicons/glyphicons_020_home.png
src/main/webapp/resources/img/glyphicons/glyphicons_021_snowflake.png
src/main/webapp/resources/img/glyphicons/glyphicons_022_fire.png
src/main/webapp/resources/img/glyphicons/glyphicons_023_cogwheels.png
src/main/webapp/resources/img/glyphicons/glyphicons_024_parents.png
src/main/webapp/resources/img/glyphicons/glyphicons_025_binoculars.png
src/main/webapp/resources/img/glyphicons/glyphicons_026_road.png
src/main/webapp/resources/img/glyphicons/glyphicons_027_search.png
src/main/webapp/resources/img/glyphicons/glyphicons_028_cars.png
src/main/webapp/resources/img/glyphicons/glyphicons_029_notes_2.png
src/main/webapp/resources/img/glyphicons/glyphicons_030_pencil.png
src/main/webapp/resources/img/glyphicons/glyphicons_031_bus.png
src/main/webapp/resources/img/glyphicons/glyphicons_032_wifi_alt.png
src/main/webapp/resources/img/glyphicons/glyphicons_033_luggage.png
src/main/webapp/resources/img/glyphicons/glyphicons_034_old_man.png
src/main/webapp/resources/img/glyphicons/glyphicons_035_woman.png
src/main/webapp/resources/img/glyphicons/glyphicons_036_file.png
src/main/webapp/resources/img/glyphicons/glyphicons_037_credit.png
src/main/webapp/resources/img/glyphicons/glyphicons_038_airplane.png
src/main/webapp/resources/img/glyphicons/glyphicons_039_notes.png
src/main/webapp/resources/img/glyphicons/glyphicons_040_stats.png
src/main/webapp/resources/img/glyphicons/glyphicons_041_charts.png
src/main/webapp/resources/img/glyphicons/glyphicons_042_pie_chart.png
src/main/webapp/resources/img/glyphicons/glyphicons_043_group.png
src/main/webapp/resources/img/glyphicons/glyphicons_044_keys.png
src/main/webapp/resources/img/glyphicons/glyphicons_045_calendar.png
src/main/webapp/resources/img/glyphicons/glyphicons_046_router.png
src/main/webapp/resources/img/glyphicons/glyphicons_047_camera_small.png
src/main/webapp/resources/img/glyphicons/glyphicons_048_dislikes.png
src/main/webapp/resources/img/glyphicons/glyphicons_049_star.png
src/main/webapp/resources/img/glyphicons/glyphicons_050_link.png
src/main/webapp/resources/img/glyphicons/glyphicons_051_eye_open.png
src/main/webapp/resources/img/glyphicons/glyphicons_052_eye_close.png
src/main/webapp/resources/img/glyphicons/glyphicons_053_alarm.png
src/main/webapp/resources/img/glyphicons/glyphicons_054_clock.png
src/main/webapp/resources/img/glyphicons/glyphicons_055_stopwatch.png
src/main/webapp/resources/img/glyphicons/glyphicons_056_projector.png
src/main/webapp/resources/img/glyphicons/glyphicons_057_history.png
src/main/webapp/resources/img/glyphicons/glyphicons_058_truck.png
src/main/webapp/resources/img/glyphicons/glyphicons_059_cargo.png
src/main/webapp/resources/img/glyphicons/glyphicons_060_compass.png
src/main/webapp/resources/img/glyphicons/glyphicons_061_keynote.png
src/main/webapp/resources/img/glyphicons/glyphicons_062_attach.png
src/main/webapp/resources/img/glyphicons/glyphicons_063_power.png
src/main/webapp/resources/img/glyphicons/glyphicons_064_lightbulb.png
src/main/webapp/resources/img/glyphicons/glyphicons_065_tag.png
src/main/webapp/resources/img/glyphicons/glyphicons_066_tags.png
src/main/webapp/resources/img/glyphicons/glyphicons_067_cleaning.png
src/main/webapp/resources/img/glyphicons/glyphicons_068_ruller.png
src/main/webapp/resources/img/glyphicons/glyphicons_069_gift.png
src/main/webapp/resources/img/glyphicons/glyphicons_070_umbrella.png
src/main/webapp/resources/img/glyphicons/glyphicons_071_book.png
src/main/webapp/resources/img/glyphicons/glyphicons_072_bookmark.png
src/main/webapp/resources/img/glyphicons/glyphicons_073_signal.png
src/main/webapp/resources/img/glyphicons/glyphicons_074_cup.png
src/main/webapp/resources/img/glyphicons/glyphicons_075_stroller.png
src/main/webapp/resources/img/glyphicons/glyphicons_076_headphones.png
src/main/webapp/resources/img/glyphicons/glyphicons_077_headset.png
src/main/webapp/resources/img/glyphicons/glyphicons_078_warning_sign.png
src/main/webapp/resources/img/glyphicons/glyphicons_079_signal.png
src/main/webapp/resources/img/glyphicons/glyphicons_080_retweet.png
src/main/webapp/resources/img/glyphicons/glyphicons_081_refresh.png
src/main/webapp/resources/img/glyphicons/glyphicons_082_roundabout.png
src/main/webapp/resources/img/glyphicons/glyphicons_083_random.png
src/main/webapp/resources/img/glyphicons/glyphicons_084_heat.png
src/main/webapp/resources/img/glyphicons/glyphicons_085_repeat.png
src/main/webapp/resources/img/glyphicons/glyphicons_086_display.png
src/main/webapp/resources/img/glyphicons/glyphicons_087_log_book.png
src/main/webapp/resources/img/glyphicons/glyphicons_088_adress_book.png
src/main/webapp/resources/img/glyphicons/glyphicons_089_magnet.png
src/main/webapp/resources/img/glyphicons/glyphicons_090_table.png
src/main/webapp/resources/img/glyphicons/glyphicons_091_adjust.png
src/main/webapp/resources/img/glyphicons/glyphicons_092_tint.png
src/main/webapp/resources/img/glyphicons/glyphicons_093_crop.png
src/main/webapp/resources/img/glyphicons/glyphicons_094_vector_path_square.png
src/main/webapp/resources/img/glyphicons/glyphicons_095_vector_path_circle.png
src/main/webapp/resources/img/glyphicons/glyphicons_096_vector_path_polygon.png
src/main/webapp/resources/img/glyphicons/glyphicons_097_vector_path_line.png
src/main/webapp/resources/img/glyphicons/glyphicons_098_vector_path_curve.png
src/main/webapp/resources/img/glyphicons/glyphicons_099_vector_path_all.png
src/main/webapp/resources/img/glyphicons/glyphicons_100_font.png
src/main/webapp/resources/img/glyphicons/glyphicons_101_italic.png
src/main/webapp/resources/img/glyphicons/glyphicons_102_bold.png
src/main/webapp/resources/img/glyphicons/glyphicons_103_text_underline.png
src/main/webapp/resources/img/glyphicons/glyphicons_104_text_strike.png
src/main/webapp/resources/img/glyphicons/glyphicons_105_text_height.png
src/main/webapp/resources/img/glyphicons/glyphicons_106_text_width.png
src/main/webapp/resources/img/glyphicons/glyphicons_107_text_resize.png
src/main/webapp/resources/img/glyphicons/glyphicons_108_left_indent.png
src/main/webapp/resources/img/glyphicons/glyphicons_109_right_indent.png
src/main/webapp/resources/img/glyphicons/glyphicons_110_align_left.png
src/main/webapp/resources/img/glyphicons/glyphicons_111_align_center.png
src/main/webapp/resources/img/glyphicons/glyphicons_112_align_right.png
src/main/webapp/resources/img/glyphicons/glyphicons_113_justify.png
src/main/webapp/resources/img/glyphicons/glyphicons_114_list.png
src/main/webapp/resources/img/glyphicons/glyphicons_115_text_smaller.png
src/main/webapp/resources/img/glyphicons/glyphicons_116_text_bigger.png
src/main/webapp/resources/img/glyphicons/glyphicons_117_embed.png
src/main/webapp/resources/img/glyphicons/glyphicons_118_embed_close.png
src/main/webapp/resources/img/glyphicons/glyphicons_119_adjust.png
src/main/webapp/resources/img/glyphicons/glyphicons_120_message_full.png
src/main/webapp/resources/img/glyphicons/glyphicons_121_message_empty.png
src/main/webapp/resources/img/glyphicons/glyphicons_122_message_in.png
src/main/webapp/resources/img/glyphicons/glyphicons_123_message_out.png
src/main/webapp/resources/img/glyphicons/glyphicons_124_message_plus.png
src/main/webapp/resources/img/glyphicons/glyphicons_125_message_minus.png
src/main/webapp/resources/img/glyphicons/glyphicons_126_message_ban.png
src/main/webapp/resources/img/glyphicons/glyphicons_127_message_flag.png
src/main/webapp/resources/img/glyphicons/glyphicons_128_message_lock.png
src/main/webapp/resources/img/glyphicons/glyphicons_129_message_new.png
src/main/webapp/resources/img/glyphicons/glyphicons_130_inbox.png
src/main/webapp/resources/img/glyphicons/glyphicons_131_inbox_plus.png
src/main/webapp/resources/img/glyphicons/glyphicons_132_inbox_minus.png
src/main/webapp/resources/img/glyphicons/glyphicons_133_inbox_lock.png
src/main/webapp/resources/img/glyphicons/glyphicons_134_inbox_in.png
src/main/webapp/resources/img/glyphicons/glyphicons_135_inbox_out.png
src/main/webapp/resources/img/glyphicons/glyphicons_136_computer_locked.png
src/main/webapp/resources/img/glyphicons/glyphicons_137_computer_service.png
src/main/webapp/resources/img/glyphicons/glyphicons_138_computer_proces.png
src/main/webapp/resources/img/glyphicons/glyphicons_139_phone.png
src/main/webapp/resources/img/glyphicons/glyphicons_140_database_lock.png
src/main/webapp/resources/img/glyphicons/glyphicons_141_database_plus.png
src/main/webapp/resources/img/glyphicons/glyphicons_142_database_minus.png
src/main/webapp/resources/img/glyphicons/glyphicons_143_database_ban.png
src/main/webapp/resources/img/glyphicons/glyphicons_144_folder_open.png
src/main/webapp/resources/img/glyphicons/glyphicons_145_folder_plus.png
src/main/webapp/resources/img/glyphicons/glyphicons_146_folder_minus.png
src/main/webapp/resources/img/glyphicons/glyphicons_147_folder_lock.png
src/main/webapp/resources/img/glyphicons/glyphicons_148_folder_flag.png
src/main/webapp/resources/img/glyphicons/glyphicons_149_folder_new.png
src/main/webapp/resources/img/glyphicons/glyphicons_150_check.png
src/main/webapp/resources/img/glyphicons/glyphicons_151_edit.png
src/main/webapp/resources/img/glyphicons/glyphicons_152_new_window.png
src/main/webapp/resources/img/glyphicons/glyphicons_153_more_windows.png
src/main/webapp/resources/img/glyphicons/glyphicons_154_show_big_thumbnails.png
src/main/webapp/resources/img/glyphicons/glyphicons_155_show_thumbnails.png
src/main/webapp/resources/img/glyphicons/glyphicons_156_show_thumbnails_with_lines.png
src/main/webapp/resources/img/glyphicons/glyphicons_157_show_lines.png
src/main/webapp/resources/img/glyphicons/glyphicons_158_playlist.png
src/main/webapp/resources/img/glyphicons/glyphicons_159_picture.png
src/main/webapp/resources/img/glyphicons/glyphicons_160_imac.png
src/main/webapp/resources/img/glyphicons/glyphicons_161_macbook.png
src/main/webapp/resources/img/glyphicons/glyphicons_162_ipad.png
src/main/webapp/resources/img/glyphicons/glyphicons_163_iphone.png
src/main/webapp/resources/img/glyphicons/glyphicons_164_iphone_transfer.png
src/main/webapp/resources/img/glyphicons/glyphicons_165_iphone_exchange.png
src/main/webapp/resources/img/glyphicons/glyphicons_166_ipod.png
src/main/webapp/resources/img/glyphicons/glyphicons_167_ipod_shuffle.png
src/main/webapp/resources/img/glyphicons/glyphicons_168_ear_plugs.png
src/main/webapp/resources/img/glyphicons/glyphicons_169_albums.png
src/main/webapp/resources/img/glyphicons/glyphicons_170_step_backward.png
src/main/webapp/resources/img/glyphicons/glyphicons_171_fast_backward.png
src/main/webapp/resources/img/glyphicons/glyphicons_172_rewind.png
src/main/webapp/resources/img/glyphicons/glyphicons_173_play.png
src/main/webapp/resources/img/glyphicons/glyphicons_174_pause.png
src/main/webapp/resources/img/glyphicons/glyphicons_175_stop.png
src/main/webapp/resources/img/glyphicons/glyphicons_176_forward.png
src/main/webapp/resources/img/glyphicons/glyphicons_177_fast_forward.png
src/main/webapp/resources/img/glyphicons/glyphicons_178_step_forward.png
src/main/webapp/resources/img/glyphicons/glyphicons_179_eject.png
src/main/webapp/resources/img/glyphicons/glyphicons_180_facetime_video.png
src/main/webapp/resources/img/glyphicons/glyphicons_181_download_alt.png
src/main/webapp/resources/img/glyphicons/glyphicons_182_mute.png
src/main/webapp/resources/img/glyphicons/glyphicons_183_volume_down.png
src/main/webapp/resources/img/glyphicons/glyphicons_184_volume_up.png
src/main/webapp/resources/img/glyphicons/glyphicons_185_screenshot.png
src/main/webapp/resources/img/glyphicons/glyphicons_186_move.png
src/main/webapp/resources/img/glyphicons/glyphicons_187_more.png
src/main/webapp/resources/img/glyphicons/glyphicons_188_brightness_reduce.png
src/main/webapp/resources/img/glyphicons/glyphicons_189_brightness_increase.png
src/main/webapp/resources/img/glyphicons/glyphicons_190_circle_plus.png
src/main/webapp/resources/img/glyphicons/glyphicons_191_circle_minus.png
src/main/webapp/resources/img/glyphicons/glyphicons_192_circle_remove.png
src/main/webapp/resources/img/glyphicons/glyphicons_193_circle_ok.png
src/main/webapp/resources/img/glyphicons/glyphicons_194_circle_question_mark.png
src/main/webapp/resources/img/glyphicons/glyphicons_195_circle_info.png
src/main/webapp/resources/img/glyphicons/glyphicons_196_circle_exclamation_mark.png
src/main/webapp/resources/img/glyphicons/glyphicons_197_remove.png
src/main/webapp/resources/img/glyphicons/glyphicons_198_ok.png
src/main/webapp/resources/img/glyphicons/glyphicons_199_ban.png
src/main/webapp/resources/img/glyphicons/glyphicons_200_download.png
src/main/webapp/resources/img/glyphicons/glyphicons_201_upload.png
src/main/webapp/resources/img/glyphicons/glyphicons_202_shopping_cart.png
src/main/webapp/resources/img/glyphicons/glyphicons_203_lock.png
src/main/webapp/resources/img/glyphicons/glyphicons_204_unlock.png
src/main/webapp/resources/img/glyphicons/glyphicons_205_electricity.png
src/main/webapp/resources/img/glyphicons/glyphicons_206_ok_2.png
src/main/webapp/resources/img/glyphicons/glyphicons_207_remove_2.png
src/main/webapp/resources/img/glyphicons/glyphicons_208_cart_out.png
src/main/webapp/resources/img/glyphicons/glyphicons_209_cart_in.png
src/main/webapp/resources/img/glyphicons/glyphicons_210_left_arrow.png
src/main/webapp/resources/img/glyphicons/glyphicons_211_right_arrow.png
src/main/webapp/resources/img/glyphicons/glyphicons_212_down_arrow.png
src/main/webapp/resources/img/glyphicons/glyphicons_213_up_arrow.png
src/main/webapp/resources/img/glyphicons/glyphicons_214_resize_small.png
src/main/webapp/resources/img/glyphicons/glyphicons_215_resize_full.png
src/main/webapp/resources/img/glyphicons/glyphicons_216_circle_arrow_left.png
src/main/webapp/resources/img/glyphicons/glyphicons_217_circle_arrow_right.png
src/main/webapp/resources/img/glyphicons/glyphicons_218_circle_arrow_top.png
src/main/webapp/resources/img/glyphicons/glyphicons_219_circle_arrow_down.png
src/main/webapp/resources/img/glyphicons/glyphicons_220_play_button.png
src/main/webapp/resources/img/glyphicons/glyphicons_221_unshare.png
src/main/webapp/resources/img/glyphicons/glyphicons_222_share.png
src/main/webapp/resources/img/glyphicons/glyphicons_223_thin_right_arrow.png
src/main/webapp/resources/img/glyphicons/glyphicons_224_thin_arrow_left.png
src/main/webapp/resources/img/glyphicons/glyphicons_225_bluetooth.png
src/main/webapp/resources/img/glyphicons/glyphicons_226_euro.png
src/main/webapp/resources/img/glyphicons/glyphicons_227_usd.png
src/main/webapp/resources/img/glyphicons/glyphicons_228_bp.png
src/main/webapp/resources/img/glyphicons/glyphicons_229_retweet_2.png
src/main/webapp/resources/img/glyphicons/glyphicons_230_moon.png
src/main/webapp/resources/img/glyphicons/glyphicons_231_sun.png
src/main/webapp/resources/img/glyphicons/glyphicons_232_cloud.png
src/main/webapp/resources/img/glyphicons/glyphicons_233_direction.png
src/main/webapp/resources/img/glyphicons/glyphicons_234_brush.png
src/main/webapp/resources/img/glyphicons/glyphicons_235_pen.png
src/main/webapp/resources/img/glyphicons/glyphicons_236_zoom_in.png
src/main/webapp/resources/img/glyphicons/glyphicons_237_zoom_out.png
src/main/webapp/resources/img/glyphicons/glyphicons_238_pin.png
src/main/webapp/resources/img/glyphicons/glyphicons_239_riflescope.png
src/main/webapp/resources/img/glyphicons/glyphicons_240_rotation_lock.png
src/main/webapp/resources/img/glyphicons/glyphicons_241_flash.png
src/main/webapp/resources/img/glyphicons/glyphicons_242_google_maps.png
src/main/webapp/resources/img/glyphicons/glyphicons_243_anchor.png
src/main/webapp/resources/img/glyphicons/glyphicons_244_conversation.png
src/main/webapp/resources/img/glyphicons/glyphicons_245_chat.png
src/main/webapp/resources/img/glyphicons/glyphicons_246_male.png
src/main/webapp/resources/img/glyphicons/glyphicons_247_female.png
src/main/webapp/resources/img/glyphicons/glyphicons_248_asterisk.png
src/main/webapp/resources/img/glyphicons/glyphicons_249_divide.png
src/main/webapp/resources/img/glyphicons/glyphicons_250_snorkel_diving.png
src/main/webapp/resources/img/glyphicons/glyphicons_251_scuba_diving.png
src/main/webapp/resources/img/glyphicons/glyphicons_252_oxygen_bottle.png
src/main/webapp/resources/img/glyphicons/glyphicons_253_fins.png
src/main/webapp/resources/img/glyphicons/glyphicons_254_fishes.png
src/main/webapp/resources/img/glyphicons/glyphicons_255_boat.png
src/main/webapp/resources/img/glyphicons/glyphicons_256_delete_point.png
src/main/webapp/resources/img/glyphicons/glyphicons_257_sheriffs_-star.png
src/main/webapp/resources/img/glyphicons/glyphicons_258_qrcode.png
src/main/webapp/resources/img/glyphicons/glyphicons_259_barcode.png
src/main/webapp/resources/img/glyphicons/glyphicons_260_pool.png
src/main/webapp/resources/img/glyphicons/glyphicons_261_buoy.png
src/main/webapp/resources/img/glyphicons/glyphicons_262_spade.png
src/main/webapp/resources/img/glyphicons/glyphicons_263_bank.png
src/main/webapp/resources/img/glyphicons/glyphicons_264_vcard.png
src/main/webapp/resources/img/glyphicons/glyphicons_265_electrical_plug.png
src/main/webapp/resources/img/glyphicons/glyphicons_266_flag.png
src/main/webapp/resources/img/glyphicons/glyphicons_267_credit_card.png
src/main/webapp/resources/img/glyphicons/glyphicons_268_keyboard_wireless.png
src/main/webapp/resources/img/glyphicons/glyphicons_269_keyboard_wired.png
src/main/webapp/resources/img/glyphicons/glyphicons_270_shield.png
src/main/webapp/resources/img/glyphicons/glyphicons_271_ring.png
src/main/webapp/resources/img/glyphicons/glyphicons_272_cake.png
src/main/webapp/resources/img/glyphicons/glyphicons_273_drink.png
src/main/webapp/resources/img/glyphicons/glyphicons_274_beer.png
src/main/webapp/resources/img/glyphicons/glyphicons_275_fast_food.png
src/main/webapp/resources/img/glyphicons/glyphicons_276_cutlery.png
src/main/webapp/resources/img/glyphicons/glyphicons_277_pizza.png
src/main/webapp/resources/img/glyphicons/glyphicons_278_birthday_cake.png
src/main/webapp/resources/img/glyphicons/glyphicons_279_tablet.png
src/main/webapp/resources/img/glyphicons/glyphicons_280_settings.png
src/main/webapp/resources/img/glyphicons/glyphicons_281_bullets.png
src/main/webapp/resources/img/glyphicons/glyphicons_282_cardio.png
src/main/webapp/resources/img/glyphicons/glyphicons_283_t-shirt.png
src/main/webapp/resources/img/glyphicons/glyphicons_284_pants.png
src/main/webapp/resources/img/glyphicons/glyphicons_285_sweater.png
src/main/webapp/resources/img/glyphicons/glyphicons_286_fabric.png
src/main/webapp/resources/img/glyphicons/glyphicons_287_leather.png
src/main/webapp/resources/img/glyphicons/glyphicons_288_scissors.png
src/main/webapp/resources/img/glyphicons/glyphicons_289_podium.png
src/main/webapp/resources/img/glyphicons/glyphicons_290_skull.png
src/main/webapp/resources/img/glyphicons/glyphicons_291_celebration.png
src/main/webapp/resources/img/glyphicons/glyphicons_292_tea_kettle.png
src/main/webapp/resources/img/glyphicons/glyphicons_293_french_press.png
src/main/webapp/resources/img/glyphicons/glyphicons_294_coffe_cup.png
src/main/webapp/resources/img/glyphicons/glyphicons_295_pot.png
src/main/webapp/resources/img/glyphicons/glyphicons_296_grater.png
src/main/webapp/resources/img/glyphicons/glyphicons_297_kettle.png
src/main/webapp/resources/img/glyphicons/glyphicons_298_hospital.png
src/main/webapp/resources/img/glyphicons/glyphicons_299_hospital_h.png
src/main/webapp/resources/img/glyphicons/glyphicons_300_microphone.png
src/main/webapp/resources/img/glyphicons/glyphicons_301_webcam.png
src/main/webapp/resources/img/glyphicons/glyphicons_302_temple_christianity_church.png
src/main/webapp/resources/img/glyphicons/glyphicons_303_temple_islam.png
src/main/webapp/resources/img/glyphicons/glyphicons_304_temple_hindu.png
src/main/webapp/resources/img/glyphicons/glyphicons_305_temple_buddhist.png
src/main/webapp/resources/img/glyphicons/glyphicons_306_electrical_socket_eu.png
src/main/webapp/resources/img/glyphicons/glyphicons_307_electrical_socket_us.png
src/main/webapp/resources/img/glyphicons/glyphicons_308_bomb.png
src/main/webapp/resources/img/glyphicons/glyphicons_309_comments.png
src/main/webapp/resources/img/glyphicons/glyphicons_310_flower.png
src/main/webapp/resources/img/glyphicons/glyphicons_311_baseball.png
src/main/webapp/resources/img/glyphicons/glyphicons_312_rugby.png
src/main/webapp/resources/img/glyphicons/glyphicons_313_ax.png
src/main/webapp/resources/img/glyphicons/glyphicons_314_table_tennis.png
src/main/webapp/resources/img/glyphicons/glyphicons_315_bowling.png
src/main/webapp/resources/img/glyphicons/glyphicons_316_tree_conifer.png
src/main/webapp/resources/img/glyphicons/glyphicons_317_tree_deciduous.png
src/main/webapp/resources/img/glyphicons/glyphicons_318_more-items.png
src/main/webapp/resources/img/glyphicons/glyphicons_319_sort.png
src/main/webapp/resources/img/glyphicons/glyphicons_320_filter.png
src/main/webapp/resources/img/glyphicons/glyphicons_321_gamepad.png
src/main/webapp/resources/img/glyphicons/glyphicons_322_playing_dices.png
src/main/webapp/resources/img/glyphicons/glyphicons_323_calculator.png
src/main/webapp/resources/img/glyphicons/glyphicons_324_tie.png
src/main/webapp/resources/img/glyphicons/glyphicons_325_wallet.png
src/main/webapp/resources/img/glyphicons/glyphicons_326_share.png
src/main/webapp/resources/img/glyphicons/glyphicons_327_sampler.png
src/main/webapp/resources/img/glyphicons/glyphicons_328_piano.png
src/main/webapp/resources/img/glyphicons/glyphicons_329_web_browser.png
src/main/webapp/resources/img/glyphicons/glyphicons_330_blog.png
src/main/webapp/resources/img/glyphicons/glyphicons_331_dashboard.png
src/main/webapp/resources/img/glyphicons/glyphicons_332_certificate.png
src/main/webapp/resources/img/glyphicons/glyphicons_333_bell.png
src/main/webapp/resources/img/glyphicons/glyphicons_334_candle.png
src/main/webapp/resources/img/glyphicons/glyphicons_335_pin_classic.png
src/main/webapp/resources/img/glyphicons/glyphicons_336_iphone_shake.png
src/main/webapp/resources/img/glyphicons/glyphicons_337_pin_flag.png
src/main/webapp/resources/img/glyphicons/glyphicons_338_turtle.png
src/main/webapp/resources/img/glyphicons/glyphicons_339_rabbit.png
src/main/webapp/resources/img/glyphicons/glyphicons_340_globe.png
src/main/webapp/resources/img/glyphicons/glyphicons_341_briefcase.png
src/main/webapp/resources/img/glyphicons/glyphicons_342_hdd.png
src/main/webapp/resources/img/glyphicons/glyphicons_343_thumbs_up.png
src/main/webapp/resources/img/glyphicons/glyphicons_344_thumbs_down.png
src/main/webapp/resources/img/glyphicons/glyphicons_345_hand_right.png
src/main/webapp/resources/img/glyphicons/glyphicons_346_hand_left.png
src/main/webapp/resources/img/glyphicons/glyphicons_347_hand_up.png
src/main/webapp/resources/img/glyphicons/glyphicons_348_hand_down.png
src/main/webapp/resources/img/glyphicons/glyphicons_349_fullscreen.png
src/main/webapp/resources/img/glyphicons/glyphicons_350_shopping_bag.png
src/main/webapp/resources/img/glyphicons/glyphicons_351_book_open.png
src/main/webapp/resources/img/glyphicons/glyphicons_352_nameplate.png
src/main/webapp/resources/img/glyphicons/glyphicons_353_nameplate_alt.png
src/main/webapp/resources/img/glyphicons/glyphicons_354_vases.png
src/main/webapp/resources/img/glyphicons/glyphicons_355_announcement.png
src/main/webapp/resources/img/glyphicons/glyphicons_356_dumbbell.png
src/main/webapp/resources/img/glyphicons/glyphicons_357_suitcase.png
src/main/webapp/resources/img/glyphicons/glyphicons_358_file_import.png
src/main/webapp/resources/img/glyphicons/glyphicons_359_file_export.png
src/main/webapp/resources/img/glyphicons/glyphicons_360_pinterest.png
src/main/webapp/resources/img/glyphicons/glyphicons_361_dropbox.png
src/main/webapp/resources/img/glyphicons/glyphicons_362_google+_alt.png
src/main/webapp/resources/img/glyphicons/glyphicons_363_jolicloud.png
src/main/webapp/resources/img/glyphicons/glyphicons_364_yahoo.png
src/main/webapp/resources/img/glyphicons/glyphicons_365_blogger.png
src/main/webapp/resources/img/glyphicons/glyphicons_366_picasa.png
src/main/webapp/resources/img/glyphicons/glyphicons_367_amazon.png
src/main/webapp/resources/img/glyphicons/glyphicons_368_tumblr.png
src/main/webapp/resources/img/glyphicons/glyphicons_369_wordpress.png
src/main/webapp/resources/img/glyphicons/glyphicons_370_instapaper.png
src/main/webapp/resources/img/glyphicons/glyphicons_371_evernote.png
src/main/webapp/resources/img/glyphicons/glyphicons_372_xing.png
src/main/webapp/resources/img/glyphicons/glyphicons_373_zootool.png
src/main/webapp/resources/img/glyphicons/glyphicons_374_dribbble.png
src/main/webapp/resources/img/glyphicons/glyphicons_375_deviantart.png
src/main/webapp/resources/img/glyphicons/glyphicons_376_read_it_later.png
src/main/webapp/resources/img/glyphicons/glyphicons_377_linked_in.png
src/main/webapp/resources/img/glyphicons/glyphicons_378_forrst.png
src/main/webapp/resources/img/glyphicons/glyphicons_379_pinboard.png
src/main/webapp/resources/img/glyphicons/glyphicons_380_behance.png
src/main/webapp/resources/img/glyphicons/glyphicons_381_github.png
src/main/webapp/resources/img/glyphicons/glyphicons_382_youtube.png
src/main/webapp/resources/img/glyphicons/glyphicons_383_skitch.png
src/main/webapp/resources/img/glyphicons/glyphicons_384_4square.png
src/main/webapp/resources/img/glyphicons/glyphicons_385_quora.png
src/main/webapp/resources/img/glyphicons/glyphicons_386_google_plus.png
src/main/webapp/resources/img/glyphicons/glyphicons_387_spootify.png
src/main/webapp/resources/img/glyphicons/glyphicons_388_stumbleupon.png
src/main/webapp/resources/img/glyphicons/glyphicons_389_readability.png
src/main/webapp/resources/img/glyphicons/glyphicons_390_facebook.png
src/main/webapp/resources/img/glyphicons/glyphicons_391_twitter_t.png
src/main/webapp/resources/img/glyphicons/glyphicons_392_twitter.png
src/main/webapp/resources/img/glyphicons/glyphicons_393_buzz.png
src/main/webapp/resources/img/glyphicons/glyphicons_394_vimeo.png
src/main/webapp/resources/img/glyphicons/glyphicons_395_flickr.png
src/main/webapp/resources/img/glyphicons/glyphicons_396_last_fm.png
src/main/webapp/resources/img/glyphicons/glyphicons_397_rss.png
src/main/webapp/resources/img/glyphicons/glyphicons_398_skype.png
src/main/webapp/resources/img/glyphicons/glyphicons_399_e-mail.png
src/main/webapp/resources/img/plexiti-icon.png
src/main/webapp/resources/img/plexiti.ico
src/main/webapp/resources/img/real-life-bpmn-book-cover.jpg
src/main/webapp/resources/img/real-life-bpmn-book-cover_125px.jpg
src/main/webapp/resources/img/the-job-announcement-screenshot.png
src/main/webapp/resources/img/users/fozzie.png
src/main/webapp/resources/img/users/gonzo.png
src/main/webapp/resources/img/users/kermit.png
src/main/webapp/resources/js/DT_bootstrap.js
src/main/webapp/resources/js/bootstrap.min.js
src/main/webapp/resources/js/facebook.js
src/main/webapp/resources/js/jquery-1.7.2.min.js
src/main/webapp/resources/js/jquery.dataTables.min.js
src/main/webapp/start.xhtml
src/main/webapp/view.xhtml
src/test/java/com/plexiti/camunda/bpm/showcase/jobannouncement/process/JobAnnouncementPublicationTest.java
src/test/java/com/plexiti/camunda/bpm/showcase/jobannouncement/process/JobAnnouncementTest.java
src/test/java/com/plexiti/camunda/bpm/showcase/jobannouncement/process/ProcessDeploymentAndStartIT.java
src/test/java/com/plexiti/camunda/bpm/showcase/jobannouncement/service/camel/TwitterPostingCamelTestIT.java
src/test/java/com/plexiti/camunda/bpm/showcase/jobannouncement/service/impl/FacebookServiceImplIT.java
src/test/java/com/plexiti/camunda/bpm/showcase/jobannouncement/service/impl/MailingServiceImplIT.java
src/test/java/com/plexiti/camunda/bpm/showcase/jobannouncement/web/JobAnnouncementBeanTest.java
src/test/resources/activiti.cfg.xml

Download

Click the following link to download the-job-announcement-master.zip.

the-job-announcement-master.zip




















Home »
  Java Free Code »
    Social Media »




Facebook
Github
LinkedIn
Twitter