You are here
Home > Programming > Java > Struts2 > Tutorial Produce Consume JSON Apache Struts2

Tutorial Produce Consume JSON Apache Struts2

Tutorial Produce Consume JSON Apache Struts2

Kita lanjutkan belajar struts2 dengan judul Tutorial Produce Consume JSON Apache Struts2. Kita akan coba mengulas bagaimana cara menggunakan JSON dalam melempar ataupun menerima pada apache struts2.

Sekarang kita mulai tutorialnya:

  • Buka folder workspace anda, jangan lupa pelajari dulu Tutorial Basic Apache Struts2. Karena kita akan melanjutkan source codenya.
  • Buat folder “json-struts2” di workspace anda
  • Copy file “pom.xml” dan folder “src” di folder “basic-struts2” tutorial sebelumnya.
  • Buka file “pom.xml”, rubah artifact-id, name, dan description
  • Tambahkan <dependency> “struts2-json-plugin”, berikut fullĀ <dependencies>:
  • Buka IDE eclipse
  • Pilih import >> existing maven project >> browse ke folder “json-struts2” >> finish
  • Project baru json-struts2 sudah berhasil di load

Mari kita mulai melakukan perubahan selanjutnya

  • Tambahkan class sebagai objek model dengan nama “MyBean” di package “com.wijaksana.belajar.struts2.model”, berikut fullscriptnya:

Leave a Reply

Top