Is it possible to use SolrJ in my web application to access Solr remotely and use SolrJ in a simple application to access Solr locally for full re indexation?
yes - check: http://wiki.apache.org/solr/Solrjfor remote, use CommonsHttpSolrServer and for local, use: EmbeddedSolrServer.
ryan