simer anand schrieb: [...] > *String* user = session.getUserID(); > *String* name = repository.getDescriptor(Repository.REP_NAME_DESC); > > these get methods > and i want to know from where these commands are getting the parameter data > getDescriptor (Respository.REP_NAME_DESC);
Not exactly sure what your problem with these lines of code might be, as it seems pretty much self-explanatory - Repository.REP_NAME_DESC is a constant public field provided by Repository... Is that what you mean? > and i'm not able to execute the program > so please tell either this program to be substitute with other program or > repository What means "i'm not able to execute the program"? What happens? K. -- Kristian Rink http://pictorial.zimmer428.net # [email protected] "What was once thought can never be unthought." (Duerrenmatt - 'Die Physiker')
