B2B (Business to Bytes) is a highly customized MRP (Manufacturing Resource Planning) system dedicated for Pharmaceutical Industries. The system covers GMP concepts and standards on this industry, including BOM, Material Methods, Routing Methods, Manufacturing and Packaging shop orders control, Inventory control, Sales and Purchases control.
Carsten Hufe氏がブログにて公開している「Apache Wicket - Best Practices (English)」の翻訳許可を御本人から頂きましたので、日本語化しました。Apache Wicketを使っていく上で、とても重要なことがまとめられている、Wicket開発者必読の記事です。特に「常にモデルを使え」というプラクティスは、Wicketのパワーをちゃんと生かすためにには必須のプラクティスです。 ぜひ一読して、今後の開発に生かしてください。 オリジナル版著者: Carsten Hufe オリジナル版URL: http://www.devproof.org/wicket_best_practice 翻訳: 矢野 勉 Apache Wicketはここ最近とても人気で、多くのプロジェクトにも採用されている。Wicketのパワーを使えば、とても簡単に、しかも速く、開発を進
Adding and removing rows in a Wicket ListView via AJAX posted Apr 20, 2010, 5:09 AM by Szabolcs Szádeczky-Kardoss [ updated Apr 22, 2010, 1:45 AM by István Soós ] As our regular readers already know, Wicket is our favorite web framework and we use it actively in our projects. Wicket is an easy-to-use, well-designed framework and is able to incorporate Ajax in a very nice and easy way. I personally
The code for SEO is written in https://cwiki.apache.org/WICKET/seo-search-engine-optimization.html. But the implementation to make paging stateless is not presented. I wrote the following simple implementation. public class BookmarkableNavigator extends PagingNavigator { private static final long serialVersionUID = 1117219289688557460L; private static final String DEFAULT_KEYNAME = "page"; private
Wicketはステートフルが基本。 それでも、ステートレスなページをWicketで実現したい、実現できるなら多少制限があってもかまわない、という場合の、真のステートレス(と言い切っていいものかどうか)を実現する方法を模索してみました。 何度も書いているように、WicketはXMLレス+継承できるHTMLテンプレートなど、とても使いやすいので、ステートフルのためだけに捨てるのは非常に惜しい。 インスタンスメソッドである必要が無いメソッドはクラスメソッドで実装するように、状態が不要なケースもあります。たとえば、検索結果の2ページ目をブックマークして、そのブックマーク(URL)で直接その検索結果の2ページ目に飛べるようにする、のようなケース。これをステートフルでやってみると少し不都合があります。 素のWicket(1.5.3)で「ステートレス」にする方法は Page#isPageStateles
Apache Wicket became very popular in the last months and has been used in many projects. Due to the power of Wicket you can develop features very easy and fast. There are many ways to realize these features though. This article provides some cook recipes for the correct, efficient and pertinent usage of Apache Wicket. This article is addressed to developers, who has already made their first experi
自分のプログラミング脳をプログラムにして、いつかプログラミングから脱出してやるぞっ!とか夢見ながら、日々プログラム作っていく 百野 貴博 の日記です!今は、屋号『百蔵。』として、Silverlight・WPFを追跡中です! (2007/09/30) アクセスログを見てると、"DropDownChoice Wicket"の組み合わせで このサイトにたどり着いてる方が居られる模様。 そういえば以前、自分もそれでハマってWicketのプロパティファイルを検索する順番を調べたりしたんだった。 。。。 ぬあぁ!! そういえば、そのときのエントリで結局、”選択してください”を変更するの書き忘れてたっ!! というわけで、今更ですが変更方法を簡単に書きます。 ※このエントリを書き終わってから以前のエントリを読み返してみると、変更方法書いてましたね・・・。 私の記憶違いでした・・・orz でも、もったいない
One of the first few things I have tackled while creating fabulously40 was stateless pagination. I wanted to keep all the public facing pages stateless to avoid session overhead. Wicket makes pagination brain dead simple at the cost of session use. I wanted to keep the simple programming model yet be completely stateless. Here is my solution to the problem. Wicket a stateful framework, is actually
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く